aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Delete code that's not safe.Evan Cheng2010-06-101-13/+0
* be slightly more subtle about skipping dbg_value instructions; otherwise, if aJim Grosbach2010-06-091-5/+6
* Mark physregs defined by inline asm as implicit.Jakob Stoklund Olesen2010-06-091-2/+6
* Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...Evan Cheng2010-06-094-13/+58
* It's an error to translate this:Bill Wendling2010-06-091-0/+20
* Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping.Evan Cheng2010-06-091-53/+147
* Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ...Kenneth Uildriks2010-06-092-8/+21
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-091-3/+8
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-091-1/+3
* Typo.Evan Cheng2010-06-091-1/+1
* A few new x86-64 specific README entries.Eli Friedman2010-06-091-0/+82
* Thumb2 IT blocks are fairly expensive. When there are multiple selects usingEvan Cheng2010-06-093-13/+292
* Add argument name comments.Jakob Stoklund Olesen2010-06-091-2/+6
* Incremental improvement to the handling of the x86 "Jump if rCX Zero"Kevin Enderby2010-06-081-0/+14
* Split out these asserts so it's more apparent why we're not assemblingEric Christopher2010-06-081-2/+2
* fix copy/paste/modify think-oJim Grosbach2010-06-081-1/+1
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-088-31/+256
* Ensure that mov and not lea are used to stick the address intoEric Christopher2010-06-083-10/+21
* fix typoJim Grosbach2010-06-081-1/+1
* Use const_iterator where appropriate.Daniel Dunbar2010-06-081-1/+1
* DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar2010-06-081-2/+2
* ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar2010-06-082-0/+358
* Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer2010-06-081-9/+12
* Flag SPU's function call sequence together. Kalle Raiskila2010-06-081-1/+1
* Fix up a comment.Bob Wilson2010-06-081-2/+2
* Further changes for Neon vector shuffles:Bob Wilson2010-06-072-68/+56
* Fix a mistake in my previous change r105437: don't access operand 2 and assumeBob Wilson2010-06-071-3/+2
* Add some basic debug output.Dan Gohman2010-06-071-0/+4
* Handle dbg_value instructions (i.e., skip them) when generating IT blocks.Jim Grosbach2010-06-071-3/+4
* Cleanup. Process the dbg_values separatelyJim Grosbach2010-06-071-18/+16
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-071-0/+7
* The FoldingSet hash data includes pointer values, so it isn'tDan Gohman2010-06-071-21/+28
* Optimize this code somewhat by taking advantage of the factDan Gohman2010-06-071-7/+13
* Another place where the code wanted to access the argument list and not all ofBill Wendling2010-06-071-2/+2
* Micro-optimize this, to speed up this hotspot in debug builds a little.Dan Gohman2010-06-071-2/+2
* Micro-optimize this.Dan Gohman2010-06-071-2/+4
* Move exit check where it really belongs.Jim Grosbach2010-06-071-4/+4
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-071-123/+14
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-073-15/+18
* Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks2010-06-051-9/+33
* This bug is also present in MSVC10. Requested by Elrood on IRC.Duncan Sands2010-06-051-2/+2
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-058-256/+31
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-058-31/+256
* Improvements to tail call code. No functional effectDale Johannesen2010-06-051-20/+22
* getFoldedOffsetOf no longer does anything special with vector types.Dan Gohman2010-06-051-1/+1
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-052-36/+19
* LSR needs to remember inserted instructions even in postinc mode, becauseDan Gohman2010-06-051-1/+3
* Fix some liveout handling related to tail calls, see comments.Dale Johannesen2010-06-052-12/+12
* Re-apply 105308 with fix.Evan Cheng2010-06-041-7/+13
* Don't track users of undef values; they aren't interesting forDan Gohman2010-06-041-1/+5