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