aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Adding operator== for document_iterator.Manuel Klimek2012-04-171-1/+4
* Unbreak the MSVC build, that next() thing again.Francois Pichet2012-04-171-1/+1
* SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames2012-04-171-135/+73
* Typo in an unused field.Andrew Trick2012-04-171-1/+1
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-161-0/+9
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-162-18/+4
* Hexagon V5 (Floating Point) Support.Sirish Pande2012-04-161-346/+1552
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-163-47/+132
* Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands2012-04-161-21/+0
* Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands2012-04-161-5/+27
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-161-6/+0
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-162-0/+9
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-162-9/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-162-0/+9
* add configure flag --with-default-sysrootSebastian Pop2012-04-162-3/+3
* Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper2012-04-151-6/+0
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-152-5/+1
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-151-0/+101
* There is no need for setIsExact to be public. Make it private.Duncan Sands2012-04-141-2/+3
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-141-1/+1
* Make StringMap's copy ctor non-explicit.Benjamin Kramer2012-04-141-1/+1
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-141-0/+6
* misched: Added CanHandleTerminators.Andrew Trick2012-04-131-0/+7
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-131-0/+3
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper2012-04-131-9/+0
* Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman2012-04-121-0/+3
* HexagonPacketizer patch.Sirish Pande2012-04-121-12/+32
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-124-0/+86
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-121-3/+3
* Fix pasto.Benjamin Kramer2012-04-111-1/+1
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-111-1/+9
* Cache the hash value of the operands in the MDNode.Benjamin Kramer2012-04-111-0/+4
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-112-15/+15
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-111-0/+142
* Comment typo fix.Duncan Sands2012-04-111-1/+1
* The MDString class stored a StringRef to the string which was already in aBill Wendling2012-04-102-11/+8
* Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall2012-04-101-0/+1
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-101-0/+1
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-101-0/+3
* Added a TargetRegisterInfo interface for accessing register pressure sets.Andrew Trick2012-04-101-0/+18
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-102-25/+8
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-102-3/+6
* Typo.Eric Christopher2012-04-091-1/+1
* Fix accidentally constant conditions found by uncommitted improvements to -Wc...David Blaikie2012-04-091-1/+2
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-091-1/+1
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-091-2/+6
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-2/+8
* Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth2012-04-083-11/+15
* Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling2012-04-081-17/+26
* Perform partial SROA on the helper hashing structure. I really wish theChandler Carruth2012-04-071-42/+48