aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-056-51/+52
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-055-72/+16
* Delete some trailing whiespaces.Dan Gohman2009-02-051-15/+15
* Remove 3 non-DebugLoc variants of getNode.Dale Johannesen2009-02-052-17/+0
* FIx spelling.Mike Stump2009-02-051-2/+2
* Probe for flags before using them to try to help compiling withMike Stump2009-02-051-1/+4
* Remove dead blocks in the end.Devang Patel2009-02-052-3/+15
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-055-16/+72
* testcase for rdar://6551276 and llvm-gcc r63873Chris Lattner2009-02-051-0/+11
* fix PR3488: llvm-ar r doesn't replace existing filesChris Lattner2009-02-051-1/+1
* Revert the previous commit. It seems it didn'tDuncan Sands2009-02-051-1/+5
* Stop llvm-config thinking that there are circularDuncan Sands2009-02-051-5/+1
* Machine LICM increases register pressure and it almost always increase code s...Evan Cheng2009-02-051-0/+4
* Turn on machine LICM in non-fast mode.Evan Cheng2009-02-053-9/+5
* Teach machine licm to CSE hoisted instructions.Evan Cheng2009-02-051-23/+88
* ReMaterializeTrivialDef need to trim the live interval to the last kill if th...Evan Cheng2009-02-052-79/+108
* A few more isAsCheapAsAMove.Evan Cheng2009-02-054-4/+8
* Clarify comments.Evan Cheng2009-02-051-3/+4
* if we have a large GEP offset on a 32-bit or other target, makeChris Lattner2009-02-052-0/+15
* Pre-alloc splitting needs to be more careful to avoid inserting spills/restoresOwen Anderson2009-02-051-22/+72
* PR3485, document alignment on byref.Chris Lattner2009-02-051-1/+4
* It's not obvious, but lto_module_create_from_memory doesn't need to use theNick Lewycky2009-02-051-6/+0
* Fix a bug where we were not emitting a cvt rnd sat node for convertingMon P Wang2009-02-051-2/+4
* Remove accidentally included debug message!Nick Lewycky2009-02-051-6/+4
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-0521-43/+207
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-055-77/+65
* Ignore dbg intrinsics while folding switch instruction.Devang Patel2009-02-052-8/+77
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-057-55/+42
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-0415-220/+251
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-0421-207/+43
* Ignore dbg intrinsics.Devang Patel2009-02-042-7/+151
* Add test case for r63760.Mon P Wang2009-02-041-0/+15
* Remove now-incorrect test.Nate Begeman2009-02-041-9/+0
* Alphabetize includes. Update comment.Edwin Török2009-02-041-4/+3
* 80 column rule.Stuart Hastings2009-02-041-1/+2
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-0415-379/+347
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-0421-43/+207
* Avoids generating a legalization assert for the case where a vector type is l...Mon P Wang2009-02-041-2/+10
* mention that PIC is needed for libLTO and libLLVMgoldEdwin Török2009-02-041-1/+5
* Bill implemented this.Chris Lattner2009-02-041-36/+0
* add a note, this is why we're faster at SciMark-MonteCarlo withChris Lattner2009-02-041-0/+40
* Skip over zero registers.Evan Cheng2009-02-041-0/+2
* allow main to have any integer type.Chris Lattner2009-02-041-1/+1
* remove printf - it was there only for debugging!Edwin Török2009-02-041-1/+0
* add support for .a files containing LLVM IR to the gold pluginEdwin Török2009-02-041-6/+45
* Minor code cleanups; no functionality change.Dan Gohman2009-02-041-10/+11
* Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings2009-02-042-9/+60
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-042-9/+9
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-042-6/+12
* Don't call isInvariantLoad twice.Evan Cheng2009-02-041-9/+2