aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng2012-04-051-1/+13
* Fix -Wnon-virtual-dtor warnings.Michael J. Spencer2012-04-041-0/+20
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-043-8/+5
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-041-0/+1
* Implement DwarfLLVMRegPair::operator< without violating asymmetry.Benjamin Kramer2012-04-041-4/+5
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-031-20/+0
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+564
* Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames2012-04-031-0/+6
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-032-0/+8
* Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper2012-04-031-0/+5
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-021-0/+202
* Make dominatedBySlowTreeWalk private and assert cases handled by the caller.Rafael Espindola2012-04-021-21/+12
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-021-1/+3
* Add predicates for checking whether targets have free FNEG and FABS operation...Owen Anderson2012-04-021-0/+12
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-1/+3
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-021-2/+5
* Add missing 'd'.Rafael Espindola2012-04-021-1/+1
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+1
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-022-3/+8
* Start cleaning up the InlineCost class. This switches to sentinel valuesChandler Carruth2012-04-011-25/+20
* Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer2012-04-011-26/+52
* misched: Add finalizeScheduler to complete the target interface.Andrew Trick2012-04-011-0/+4
* Add a workaround for building with old versions of clang.Rafael Espindola2012-03-311-20/+28
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-315-6/+19
* Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth2012-03-312-21/+0
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-313-122/+65
* Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth2012-03-311-2/+23
* Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-311-16/+17
* Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen2012-03-301-12/+7
* Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola2012-03-301-7/+12
* Compress register lists by sharing suffixes.Jakob Stoklund Olesen2012-03-301-12/+7
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-302-6/+28
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-11/+0
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-0/+11
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-11/+0
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-291-1/+1
* Add support for objc property decls according to the page at:Eric Christopher2012-03-292-12/+23
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-281-5/+0
* Tidy up. Whitespace.Jim Grosbach2012-03-281-3/+3
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-282-0/+15
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-281-1/+1
* Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen2012-03-271-0/+22
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-261-0/+37
* Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling2012-03-261-0/+3
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-265-0/+24
* Prune some includes and forward declarations.Craig Topper2012-03-2620-36/+21
* Prune some includes and forward declarations.Craig Topper2012-03-258-20/+4
* Use the isReachableFromEntry method.Rafael Espindola2012-03-241-3/+1
* Avoid using dominatedBySlowTreeWalk.Rafael Espindola2012-03-241-5/+8
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-241-9/+22