summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper2012-04-13
* Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman2012-04-12
* HexagonPacketizer patch.Sirish Pande2012-04-12
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-12
* Fix pasto.Benjamin Kramer2012-04-11
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-11
* Cache the hash value of the operands in the MDNode.Benjamin Kramer2012-04-11
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-11
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-11
* Comment typo fix.Duncan Sands2012-04-11
* The MDString class stored a StringRef to the string which was already in aBill Wendling2012-04-10
* Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall2012-04-10
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-10
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-10
* Added a TargetRegisterInfo interface for accessing register pressure sets.Andrew Trick2012-04-10
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-10
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-10
* Typo.Eric Christopher2012-04-09
* Fix accidentally constant conditions found by uncommitted improvements to -Wc...David Blaikie2012-04-09
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-09
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-09
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-08
* Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth2012-04-08
* Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling2012-04-08
* Perform partial SROA on the helper hashing structure. I really wish theChandler Carruth2012-04-07
* Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng2012-04-07
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-07
* Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit calleeDavid Chisnall2012-04-06
* DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer2012-04-06
* Fix the build breakage introduced by r154131.Kaelyn Uhrain2012-04-05
* Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain2012-04-05
* Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng2012-04-05
* Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng2012-04-05
* Fix -Wnon-virtual-dtor warnings.Michael J. Spencer2012-04-04
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-04
* Implement DwarfLLVMRegPair::operator< without violating asymmetry.Benjamin Kramer2012-04-04
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-03
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames2012-04-03
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-03
* Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper2012-04-03
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02
* Make dominatedBySlowTreeWalk private and assert cases handled by the caller.Rafael Espindola2012-04-02
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-02
* Add predicates for checking whether targets have free FNEG and FABS operation...Owen Anderson2012-04-02
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-02
* Add missing 'd'.Rafael Espindola2012-04-02