aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-0815-35/+334
* Ensure that mov and not lea are used to stick the address intoEric Christopher2010-06-083-10/+21
* Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles ifDaniel Dunbar2010-06-081-4/+9
* 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-084-0/+553
* Add more virtual memory to lit. The python in x86-64 fedora 13 needs it to runRafael Espindola2010-06-081-1/+2
* Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer2010-06-082-12/+16
* Flag SPU's function call sequence together. Kalle Raiskila2010-06-081-1/+1
* Fix a valgrind error.Nate Begeman2010-06-081-1/+1
* Refine BuiltinsARM.def types a bit, we should do a better job of this to save...Nate Begeman2010-06-081-2/+4
* Fix up a comment.Bob Wilson2010-06-081-2/+2
* ARM NEON:Nate Begeman2010-06-082-11/+55
* 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 an svn:ignore.Dan Gohman2010-06-070-0/+0
* Add some basic debug output.Dan Gohman2010-06-071-0/+4
* Tweak test for debug/metadata change, update to FileCheck. Radar 7424645.Stuart Hastings2010-06-071-2/+3
* Handle dbg_value instructions (i.e., skip them) when generating IT blocks.Jim Grosbach2010-06-071-3/+4
* Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky2010-06-071-6/+4
* Cleanup. Process the dbg_values separatelyJim Grosbach2010-06-071-18/+16
* Fix this test to work under lit.Dan Gohman2010-06-071-1/+1
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-072-3/+8
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-072-0/+9
* Use ->isVoidTy().Dan Gohman2010-06-073-5/+4
* The FoldingSet hash data includes pointer values, so it isn'tDan Gohman2010-06-073-50/+67
* 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-073-124/+18
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-074-15/+24
* Misc cleanups to the gold plugin.Rafael Espindola2010-06-071-15/+16
* clang codegen supportNate Begeman2010-06-071-73/+83
* Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks2010-06-053-9/+68
* 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-0514-333/+34
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-0514-34/+333
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-054-10/+111
* Make MachineFunctionPass::createPrinterPass private, as no subclassesDan Gohman2010-06-051-4/+5
* 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
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-051-3/+1
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-054-44/+21
* LSR needs to remember inserted instructions even in postinc mode, becauseDan Gohman2010-06-053-2/+53
* Fix some liveout handling related to tail calls, see comments.Dale Johannesen2010-06-052-12/+12
* Implement operator== and operator!= for SetVector.Dan Gohman2010-06-051-0/+8
* test case for r105504.Devang Patel2010-06-041-0/+6