aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-04-09Fix accidentally constant conditions found by uncommitted improvements to -Wc...David Blaikie
2012-04-09s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling
2012-04-09Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling
2012-04-08Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth
2012-04-08Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth
2012-04-08Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling
2012-04-07Perform partial SROA on the helper hashing structure. I really wish theChandler Carruth
2012-04-07Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2012-04-06Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit calleeDavid Chisnall
2012-04-06DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer
2012-04-05Fix the build breakage introduced by r154131.Kaelyn Uhrain
2012-04-05Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain
2012-04-05Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng
2012-04-05Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng
2012-04-04Fix -Wnon-virtual-dtor warnings.Michael J. Spencer
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-04-04Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer
2012-04-04Implement DwarfLLVMRegPair::operator< without violating asymmetry.Benjamin Kramer
2012-04-03Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-04-03Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames
2012-04-03Add a line number for the scope of the function (starting at the firstEric Christopher
2012-04-03Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper
2012-04-02Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper
2012-04-02Make dominatedBySlowTreeWalk private and assert cases handled by the caller.Rafael Espindola
2012-04-02Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling
2012-04-02Add predicates for checking whether targets have free FNEG and FABS operation...Owen Anderson
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel
2012-04-02Add missing 'd'.Rafael Espindola
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-04-01Start cleaning up the InlineCost class. This switches to sentinel valuesChandler Carruth
2012-04-01Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer
2012-04-01misched: Add finalizeScheduler to complete the target interface.Andrew Trick
2012-03-31Add a workaround for building with old versions of clang.Rafael Espindola
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola
2012-03-31Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-31Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth
2012-03-31Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling
2012-03-30Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen
2012-03-30Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola
2012-03-30Compress register lists by sharing suffixes.Jakob Stoklund Olesen
2012-03-30Handle unreachable code in the dominates functions. This changes users whenRafael Espindola
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-29Lowercase the tag name to match the rest of dwarf.Eric Christopher