summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* ARM refactor simple immediate asm operand render methods.Jim Grosbach2011-11-12
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-12
* Re-apply 144430, this time with the associated isel and disassmbler bits.Jim Grosbach2011-11-12
* Some cleanup and bulletproofing for node replacement in LegalizeDAG. To main...Eli Friedman2011-11-11
* Oops. Missed the isel half of this. revert while I sort that out.Jim Grosbach2011-11-11
* ARM assembly parsing for VST1 two-register encoding.Jim Grosbach2011-11-11
* ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach2011-11-11
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-11
* CMake: Fix CMake build for new Mips tblgen file.Daniel Dunbar2011-11-11
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-11
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-11
* Target/LLVMBuild: Order components alphabetically.Daniel Dunbar2011-11-11
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Nuke no longer accurate comment.Jim Grosbach2011-11-11
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-11
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-11