aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get rid of RegScavenger::backwards() before the bitrot spreads.Jakob Stoklund Olesen2009-08-061-64/+0
* Remove dead code.Devang Patel2009-08-061-31/+1
* Use DebugInfoFinderDevang Patel2009-08-061-15/+9
* Use DebugInfoFinder.Devang Patel2009-08-061-10/+9
* Implement Neon VST[234] operations.Bob Wilson2009-08-065-31/+176
* Add parameter to pattern classes to enable an itinerary to be specified for i...David Goodwin2009-08-066-819/+926
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-063-39/+48
* Reg Scavenging generalization (Thumb support):John Mosby2009-08-061-27/+52
* go through PIC16TargetObjectFile to make sections instead of Chris Lattner2009-08-064-12/+26
* Add assertion checks after the calls to LowerFormalArguments, LowerCall,Dan Gohman2009-08-061-1/+34
* Remove an over-aggressive assert. Functions with empty struct returnDan Gohman2009-08-061-3/+0
* We need to sext global addresses in kernel code model, not zextAnton Korobeynikov2009-08-062-11/+24
* Fix a bug in x86's PreprocessForRMW logic that was exposedDan Gohman2009-08-061-3/+5
* Fix a few places in DAGCombiner that were creating all-ones-bitsDan Gohman2009-08-061-5/+17
* Missed part of recent kernel codemodel tweaksAnton Korobeynikov2009-08-061-2/+4
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-062-7/+16
* Simplify the ZIV tester to the max.Andreas Bolka2009-08-061-3/+2
* Neon does not actually have VLD{234}.64 instructions.Bob Wilson2009-08-063-9/+0