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