aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't bother hoisting out a "cheap" instruction if all of its uses are PHIs. ...Evan Cheng2009-02-041-10/+55
* For now, only hoist re-materilizable instructions. LICM will increase registe...Evan Cheng2009-02-041-2/+11
* Regenerate.Nick Lewycky2009-02-042-25/+292
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-043-499/+227
* Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...Owen Anderson2009-02-043-0/+51
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-046-178/+91
* fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z) Chris Lattner2009-02-041-9/+16
* add a friend needed by a stringmap change.Chris Lattner2009-02-041-1/+3
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-046-133/+73
* Check in file I forgot.Dale Johannesen2009-02-041-3/+3
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-045-185/+24
* Fixes a case where we generate an incorrect mask for pshfhw in the presenceMon P Wang2009-02-042-5/+29