aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* It helps to deallocate memory as well as allocate it. =] This actuallyChandler Carruth2011-11-141-0/+1
* Remove an over-eager assert that was firing on one of the ARM regressionChandler Carruth2011-11-141-3/+6
* Begin chipping away at one of the biggest quadratic-ish behaviors inChandler Carruth2011-11-141-2/+26
* Under the hood, MBPI is doing a linear scan of every successor everyChandler Carruth2011-11-141-4/+13
* Reuse the logic in getEdgeProbability within getHotSucc in order toChandler Carruth2011-11-141-11/+3
* Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied onChandler Carruth2011-11-141-10/+26
* Add AVX2 version of instructions to load folding tables. Also add a bunch of ...Craig Topper2011-11-141-2/+139
* Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX in...Craig Topper2011-11-142-19/+37
* Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier2011-11-141-8/+15
* Use getVNInfoBefore() when it makes sense.Jakob Stoklund Olesen2011-11-144-8/+7
* Teach machine block placement to cope with unnatural loops. These don'tChandler Carruth2011-11-141-21/+60
* Use kill slots instead of the previous slot in shrinkToUses.Jakob Stoklund Olesen2011-11-131-13/+14
* Cleanup some 80-columns violations and poor formatting. These snuck byChandler Carruth2011-11-131-5/+9
* Terminate all dead defs at the dead slot instead of the 'next' slot.Jakob Stoklund Olesen2011-11-133-8/+8
* Simplify early clobber slots a bit.Jakob Stoklund Olesen2011-11-131-12/+3
* Enhance the assertion mechanisms in place to make it easier to catchChandler Carruth2011-11-131-5/+28
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-1313-103/+107
* Add BLSI, BLSMSK, and BLSR to getTargetNodeName.Craig Topper2011-11-131-2/+6
* Teach MBP to force-merge layout successors for blocks with unanalyzableChandler Carruth2011-11-131-3/+20
* Hoist another gross nested loop into a helper method.Chandler Carruth2011-11-131-23/+44
* Add a missing doxygen comment for a helper method.Chandler Carruth2011-11-131-0/+6
* Hoist a nested loop into its own method.Chandler Carruth2011-11-131-33/+53
* Rewrite #3 of machine block placement. This is based somewhat on theChandler Carruth2011-11-131-139/+256
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-131-10/+16
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-131-0/+1
* Fix comments.Chad Rosier2011-11-131-3/+3
* Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier2011-11-131-32/+91
* Prune more RALinScan. RALinScan was also here!NAKAMURA Takumi2011-11-131-1/+0
* More dead code elimination in VirtRegMap.Jakob Stoklund Olesen2011-11-132-26/+0
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-136-82/+2
* Remove dead code and data from VirtRegMap.Jakob Stoklund Olesen2011-11-132-324/+2
* Stop tracking unused registers in VirtRegMap.Jakob Stoklund Olesen2011-11-133-82/+3
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-131-306/+2
* Delete VirtRegRewriter.Jakob Stoklund Olesen2011-11-133-2666/+0
* Switch PBQP to VRM's trivial rewriter.Jakob Stoklund Olesen2011-11-131-4/+1
* Delete the old spilling framework from LiveIntervalAnalysis.Jakob Stoklund Olesen2011-11-121-1193/+0
* Delete the 'standard' spiller with used the old spilling framework.Jakob Stoklund Olesen2011-11-121-45/+2
* Switch PBQP to the modern InlineSpiller framework.Jakob Stoklund Olesen2011-11-121-40/+11
* Delete the linear scan register allocator.Jakob Stoklund Olesen2011-11-123-1549/+0
* Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...Craig Topper2011-11-122-62/+153
* Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky2011-11-121-0/+18
* Fix typo.Akira Hatanaka2011-11-121-1/+1
* Implement Mips64's handling of byval arguments in LowerCall.Akira Hatanaka2011-11-121-12/+100
* Fixed the MCJIT so that it can emit not only instanceSean Callanan2011-11-121-6/+6
* Implement Mips64's handling of byval arguments in LowerFormalArguments.Akira Hatanaka2011-11-121-18/+60
* 64-bit arbitrary immediate pattern.Akira Hatanaka2011-11-121-0/+4
* Function for handling byval arguments.Akira Hatanaka2011-11-122-4/+43
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-1231-42/+31
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-121-2/+10
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-121-0/+7