summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Start cleaning up the InlineCost class. This switches to sentinel valuesChandler Carruth2012-04-01
* Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer2012-04-01
* misched: Add finalizeScheduler to complete the target interface.Andrew Trick2012-04-01
* Add a workaround for building with old versions of clang.Rafael Espindola2012-03-31
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-31
* Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth2012-03-31
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-31
* Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth2012-03-31
* Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-31
* Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen2012-03-30
* Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola2012-03-30
* Compress register lists by sharing suffixes.Jakob Stoklund Olesen2012-03-30
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-30
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-29
* Add support for objc property decls according to the page at:Eric Christopher2012-03-29
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-28
* Tidy up. Whitespace.Jim Grosbach2012-03-28