| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a skeleton Thumb2 instruction size reduction pass. | Evan Cheng | 2009-08-08 | 2 | -1/+219 |
* | Code refactoring. No functionality change. | Evan Cheng | 2009-08-08 | 4 | -22/+31 |
* | tADDhirr should target GPR, not tGPR. | Evan Cheng | 2009-08-08 | 1 | -1/+1 |
* | I can type. | Evan Cheng | 2009-08-08 | 1 | -1/+1 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 13 | -14/+14 |
* | Fix some -Asserts unused variable warnings. | Daniel Dunbar | 2009-08-08 | 2 | -6/+5 |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 5 | -19/+5 |
* | Do not generate 32-bit call on win64 when imm does not fit | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | code cleanup | Chris Lattner | 2009-08-07 | 1 | -20/+18 |
* | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 1 | -1/+1 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 2 | -34/+0 |
* | Fix copy-pasto. | Andreas Bolka | 2009-08-07 | 1 | -2/+2 |
* | Unbreak the stuff | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | Back out some of recent register scavenger change by John Mosby. It broke a n... | Evan Cheng | 2009-08-07 | 1 | -27/+14 |
* | avoid this libcall with long inline expansion | Andrew Lenharth | 2009-08-07 | 1 | -1/+30 |
* | 2 more vdup.32 cases | Anton Korobeynikov | 2009-08-07 | 2 | -0/+19 |
* | A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. | Evan Cheng | 2009-08-07 | 1 | -1/+1 |
* | tidy up | Chris Lattner | 2009-08-07 | 1 | -7/+4 |
* | Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. | Bill Wendling | 2009-08-07 | 1 | -45/+78 |
* | Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. | Evan Cheng | 2009-08-07 | 2 | -3/+7 |
* | MSVC warning fixes; patch by Stein Roger! | Daniel Dunbar | 2009-08-07 | 1 | -0/+11 |
* | llvm-mc/AsmMatcher: Tweaks in response to feedback. | Daniel Dunbar | 2009-08-07 | 1 | -1/+1 |
* | To catch bugs like the one fixed in | Jeffrey Yasskin | 2009-08-07 | 1 | -13/+18 |
* | This is done. | Evan Cheng | 2009-08-07 | 1 | -2/+0 |
* | Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. | Evan Cheng | 2009-08-07 | 2 | -8/+1 |
* | Fix support to use NEON for single precision fp math. | Evan Cheng | 2009-08-07 | 2 | -46/+90 |
* | SIV/MIV classification for LDA. | Andreas Bolka | 2009-08-07 | 1 | -6/+35 |
* | Rewrite previous patch to follow Chris' stylistic | Dale Johannesen | 2009-08-07 | 1 | -14/+22 |
* | Fix dom frontier update. This fixes PR4667. | Devang Patel | 2009-08-07 | 1 | -19/+23 |
* | Minor fixes to avoid using invalid debugloc. | Sanjiv Gupta | 2009-08-07 | 1 | -5/+9 |
* | Simplify code and avoid allocations. | Benjamin Kramer | 2009-08-07 | 1 | -10/+3 |
* | Improve disabling of X86 AsmMatcher. | Daniel Dunbar | 2009-08-07 | 1 | -0/+1 |
* | Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on | Daniel Dunbar | 2009-08-07 | 1 | -0/+19 |
* | llvm-mc/AsmMatcher: Move to a slightly more sane matching design. | Daniel Dunbar | 2009-08-07 | 1 | -139/+61 |
* | Error out, rather than infinite looping, if constant island pass can't converge. | Evan Cheng | 2009-08-07 | 1 | -4/+12 |
* | Another coalescer bug. When a dead copy is eliminated, transfer the kill to a... | Evan Cheng | 2009-08-07 | 1 | -5/+6 |
* | tBfar is bl, which clobbers LR. | Evan Cheng | 2009-08-07 | 2 | -1/+3 |
* | Run memsel inserter just before emit assembly to avoid tinkering by other pas... | Sanjiv Gupta | 2009-08-07 | 2 | -2/+2 |
* | Update CMake. | Daniel Dunbar | 2009-08-07 | 1 | -1/+0 |
* | Remove unused function. | Daniel Dunbar | 2009-08-07 | 1 | -7/+0 |
* | These should be expanded | Andrew Lenharth | 2009-08-07 | 1 | -0/+3 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 11 | -20/+42 |
* | Fix a typo in a comment. | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
* | It turns out most of the thumb2 instructions are not allowed to touch SP. The... | Evan Cheng | 2009-08-07 | 10 | -70/+346 |
* | Code clean up. | Evan Cheng | 2009-08-07 | 1 | -4/+5 |
* | Added legal stuff, fixed some formatting issues. Removed the graph generator ... | Lang Hames | 2009-08-07 | 10 | -254/+142 |
* | New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based... | Lang Hames | 2009-08-06 | 13 | -1785/+2850 |
* | Fix PR 4626, a crash in branch folding after OptimizeBlock | Dale Johannesen | 2009-08-06 | 1 | -1/+17 |
* | Use stripPointerCasts instead of partially rewriting it. | Dale Johannesen | 2009-08-06 | 1 | -4/+2 |
* | Output the new StructType constructor, which takes the context of the | Nicolas Geoffray | 2009-08-06 | 1 | -0/+1 |