aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-03-29Add support for objc property decls according to the page at:Eric Christopher
2012-03-28Enable machine code verification in the entire code generator.Jakob Stoklund Olesen
2012-03-28Tidy up. Whitespace.Jim Grosbach
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-28Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth
2012-03-27Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen
2012-03-26Add a debug option to dump PBQP graphs during register allocation.Lang Hames
2012-03-26Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher