aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-11-29Backport ARM EHABI support.Logan Chien
2012-11-29Add ARM TARGET2 relocation.Logan Chien
2012-11-29Add ARM ELF support to llvm-objdump.Logan Chien
2012-11-05Add ndk triple for Android bitcode.Lai Wei-Chih
2012-10-15Backport .init_array/.fini_array work.Logan Chien
2012-10-15Rename ANDROIDEABI to ANDROID.Logan Chien
2012-05-01Merging r155902:Bill Wendling
2012-04-30Merging r155817:Bill Wendling
2012-04-23Merging r155288:Bill Wendling
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2012-04-18Tidy up. Trailing whitespace.Jim Grosbach
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer
2012-04-18Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-17Adding operator== for document_iterator.Manuel Klimek
2012-04-17Unbreak the MSVC build, that next() thing again.Francois Pichet
2012-04-17SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames
2012-04-17Typo in an unused field.Andrew Trick
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-16Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands
2012-04-16Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-16add configure flag --with-default-sysrootSebastian Pop
2012-04-15Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper
2012-04-15Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper
2012-04-15Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands
2012-04-14There is no need for setIsExact to be public. Make it private.Duncan Sands
2012-04-14Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands
2012-04-14Make StringMap's copy ctor non-explicit.Benjamin Kramer
2012-04-14Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel
2012-04-13misched: Added CanHandleTerminators.Andrew Trick
2012-04-13Add support to BBVectorize for vectorizing selects.Hal Finkel
2012-04-13Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper
2012-04-12Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman
2012-04-12HexagonPacketizer patch.Sirish Pande
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-04-12Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper
2012-04-11Fix pasto.Benjamin Kramer
2012-04-11TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick
2012-04-11Cache the hash value of the operands in the MDNode.Benjamin Kramer