| Commit message (Expand) | Author | Age | Files | Lines |
* | Build CompilerDriver library. | Oscar Fuentes | 2011-03-12 | 2 | -4/+7 |
* | Build LTO as a static library too. | Oscar Fuentes | 2011-03-12 | 1 | -4/+12 |
* | Build LTO as a static library too. | Oscar Fuentes | 2011-03-12 | 2 | -5/+9 |
* | Teach ComputeMaskedBits about sub nsw. | Benjamin Kramer | 2011-03-12 | 2 | -8/+39 |
* | Whe we build a shared library, add its list of used libraries to the | Oscar Fuentes | 2011-03-12 | 2 | -2/+7 |
* | Update link components for llvm-dis and LTO. | Oscar Fuentes | 2011-03-12 | 2 | -2/+4 |
* | Speculatively revert commit 127478 (jsjodin) in an attempt to fix the | Duncan Sands | 2011-03-12 | 3 | -0/+21 |
* | This patch removes some of useless instructions generated by bitfield access. | Jin-Gu Kang | 2011-03-12 | 1 | -3/+13 |
* | Include snippets in the live stack interval. | Jakob Stoklund Olesen | 2011-03-12 | 1 | -1/+3 |
* | Spill multiple registers at once. | Jakob Stoklund Olesen | 2011-03-12 | 2 | -48/+210 |
* | Fixed the comparison operator for the enhanced | Sean Callanan | 2011-03-12 | 1 | -7/+2 |
* | That's it, I am declaring this a failure of the C++03 STL. | Jakob Stoklund Olesen | 2011-03-12 | 1 | -119/+15 |
* | Saving files before committing is overrated. | Eric Christopher | 2011-03-12 | 1 | -1/+1 |
* | Sometimes isPredicable lies to us and tells us we don't need the operands. | Eric Christopher | 2011-03-12 | 2 | -6/+85 |
* | Remove no-longer-correct special case for disasm of ARM BL instructions. | Jim Grosbach | 2011-03-12 | 1 | -5/+0 |
* | Add FIXME. | Jim Grosbach | 2011-03-12 | 1 | -0/+3 |
* | Pseudo-ize the ARM Darwin *r9 call instruction definitions. They're the same | Jim Grosbach | 2011-03-12 | 2 | -27/+33 |
* | Add a FIXME. | Jim Grosbach | 2011-03-11 | 1 | -0/+2 |
* | Pseudo-ize the ARM 'B' instruction. | Jim Grosbach | 2011-03-11 | 3 | -10/+14 |
* | Remove dead code. These ARM instruction definitions no longer exist. | Jim Grosbach | 2011-03-11 | 2 | -9/+1 |
* | Remove dead code. These ARM instruction definitions no longer exist. | Jim Grosbach | 2011-03-11 | 1 | -9/+0 |
* | Pseudo-ize VMOVDcc and VMOVScc. | Jim Grosbach | 2011-03-11 | 3 | -9/+19 |
* | 80 columns | Jim Grosbach | 2011-03-11 | 1 | -1/+2 |
* | Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side- | Jim Grosbach | 2011-03-11 | 13 | -28/+32 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 16 | -17/+31 |
* | Fix the GCC test suite issue exposed by r127477, which was caused by stack | Cameron Zwarich | 2011-03-11 | 2 | -3/+22 |
* | Teach FastISel to support register-immediate-immediate instructions. | Owen Anderson | 2011-03-11 | 2 | -9/+40 |
* | 80 columns. | Jim Grosbach | 2011-03-11 | 1 | -2/+2 |
* | Trailing whitespace. | Jim Grosbach | 2011-03-11 | 1 | -13/+13 |
* | Remove dead code. These ARM instruction definitions don't exist. | Jim Grosbach | 2011-03-11 | 1 | -14/+0 |
* | ARM VDUPfd and VDUPfq can just be patterns. The instruction is the same | Jim Grosbach | 2011-03-11 | 2 | -14/+2 |
* | Remove dead code. These ARM instruction definitions don't exist. | Jim Grosbach | 2011-03-11 | 1 | -10/+0 |
* | ARM VDUPLNfq and VDUPLNfd definitions can just be Pat<>s for VDUPLN32q | Jim Grosbach | 2011-03-11 | 3 | -12/+10 |
* | ARM VREV64df and VREV64qf can just be patterns. The instruction is the same | Jim Grosbach | 2011-03-11 | 2 | -9/+2 |
* | This FIXME has been fixed. | Jim Grosbach | 2011-03-11 | 1 | -3/+0 |
* | Properly pseudo-ize ARM MVNCCi. | Jim Grosbach | 2011-03-11 | 2 | -12/+15 |
* | Add missing 'return on failure'. Previously we'd crash after emitting | Jim Grosbach | 2011-03-11 | 1 | -0/+1 |
* | Remove optimization emitting a reference insted of label difference, since it... | Jan Sjödin | 2011-03-11 | 3 | -21/+0 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 16 | -31/+17 |
* | Force re-linking of LLVMgold.so when its exports file changes. | Oscar Fuentes | 2011-03-11 | 1 | -0/+6 |
* | Fix processing of gold.exports. | Oscar Fuentes | 2011-03-11 | 1 | -1/+1 |
* | While printing annotations, print line number and variable name if debug info... | Devang Patel | 2011-03-11 | 2 | -5/+50 |
* | Fix MOVCCi32imm to be have ARM-mode Requires and a proper size (8 bytes, was 4). | Jim Grosbach | 2011-03-11 | 1 | -3/+3 |
* | Replace -dag-chain-limit flag with constant. It has survived a release cycle ... | Andrew Trick | 2011-03-11 | 1 | -3/+1 |
* | Add LTO and gold plugin to the CMake build. Linux-only, support for | Oscar Fuentes | 2011-03-11 | 3 | -0/+58 |
* | ComputeMaskedBits: sub falls through to add, and sub doesn't have the same ov... | Benjamin Kramer | 2011-03-11 | 2 | -1/+12 |
* | InstCombine: Fix a thinko where transform an icmp under the assumption that i... | Benjamin Kramer | 2011-03-11 | 2 | -3/+12 |
* | Teach ComputeMaskedBits about nsw on add. I don't think there's anything we can | Nick Lewycky | 2011-03-11 | 2 | -0/+24 |
* | Fix use of CompEnd predicate to be standards conforming | John Wiegley | 2011-03-11 | 1 | -9/+111 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 16 | -17/+31 |