| Commit message (Expand) | Author | Age | Files | Lines |
* | SIV/MIV classification for LDA. | Andreas Bolka | 2009-08-07 | 2 | -6/+43 |
* | 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 |
* | Fix Strong-SIV testcase. | Andreas Bolka | 2009-08-07 | 1 | -1/+1 |
* | 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 | 3 | -0/+25 |
* | llvm-mc/AsmMatcher: Move to a slightly more sane matching design. | Daniel Dunbar | 2009-08-07 | 3 | -336/+552 |
* | 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 | 2 | -5/+22 |
* | 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 |
* | Use std::string() instead of std::string(""). | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 12 | -22/+44 |
* | 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 | 12 | -73/+373 |
* | 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 |
* | Add the testcase from PR 4668. This works at the | Dale Johannesen | 2009-08-07 | 1 | -0/+26 |
* | 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 | 2 | -1/+107 |
* | Use stripPointerCasts instead of partially rewriting it. | Dale Johannesen | 2009-08-06 | 1 | -4/+2 |
* | Vanity. | Jakob Stoklund Olesen | 2009-08-06 | 1 | -0/+5 |
* | Output the new StructType constructor, which takes the context of the | Nicolas Geoffray | 2009-08-06 | 1 | -0/+1 |
* | Get rid of RegScavenger::backwards() before the bitrot spreads. | Jakob Stoklund Olesen | 2009-08-06 | 2 | -72/+3 |
* | Remove dead code. | Devang Patel | 2009-08-06 | 2 | -37/+1 |
* | Use DebugInfoFinder | Devang Patel | 2009-08-06 | 1 | -15/+9 |
* | Use DebugInfoFinder. | Devang Patel | 2009-08-06 | 1 | -10/+9 |
* | Implement Neon VST[234] operations. | Bob Wilson | 2009-08-06 | 8 | -31/+290 |
* | Fix incorrect intrinsic declarations. | Bob Wilson | 2009-08-06 | 2 | -20/+20 |
* | Testcase for llvm-gcc 78324 (although in normal | Dale Johannesen | 2009-08-06 | 1 | -0/+9 |
* | Tidy up this testcase. | Dan Gohman | 2009-08-06 | 1 | -49/+1 |
* | Add parameter to pattern classes to enable an itinerary to be specified for i... | David Goodwin | 2009-08-06 | 6 | -819/+926 |
* | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner | 2009-08-06 | 4 | -54/+71 |
* | Reg Scavenging generalization (Thumb support): | John Mosby | 2009-08-06 | 2 | -27/+56 |
* | go through PIC16TargetObjectFile to make sections instead of | Chris Lattner | 2009-08-06 | 4 | -12/+26 |
* | reduce testcase. | Chris Lattner | 2009-08-06 | 1 | -39/+4 |
* | Fix comment. | Devang Patel | 2009-08-06 | 1 | -2/+1 |
* | Add assertion checks after the calls to LowerFormalArguments, LowerCall, | Dan Gohman | 2009-08-06 | 1 | -1/+34 |
* | Remove an over-aggressive assert. Functions with empty struct return | Dan Gohman | 2009-08-06 | 2 | -3/+50 |
* | Add note about msys perl needed for windows/mingw32 builds. | Anton Korobeynikov | 2009-08-06 | 1 | -1/+7 |
* | Add tests for X86-64 code model handling. Small and kernel for now. | Anton Korobeynikov | 2009-08-06 | 1 | -0/+67 |
* | We need to sext global addresses in kernel code model, not zext | Anton Korobeynikov | 2009-08-06 | 2 | -11/+24 |
* | Fix a bug in x86's PreprocessForRMW logic that was exposed | Dan Gohman | 2009-08-06 | 2 | -3/+25 |
* | Fix a few places in DAGCombiner that were creating all-ones-bits | Dan Gohman | 2009-08-06 | 2 | -5/+29 |
* | Missed part of recent kernel codemodel tweaks | Anton Korobeynikov | 2009-08-06 | 1 | -2/+4 |