summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to Chris Lattner2009-02-26
* strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner2009-02-26
* pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner2009-02-26
* Another great year for LLVM!John Criswell2009-02-26
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-26
* Fix typo.Nick Lewycky2009-02-26
* Fix typo!Nick Lewycky2009-02-26
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* Remove libtool.Nick Lewycky2009-02-26
* pic16 notes from Sanjiv. Just dumped in for now, will rearrange later.Chris Lattner2009-02-26
* final random and incoherent notes after making it through all the commits.Chris Lattner2009-02-26
* Ignore dbg info intrinsics when folding conditional branch to Zhou Sheng2009-02-26
* Add the function attributes pass during LTO time.Nick Lewycky2009-02-26
* more notes.Chris Lattner2009-02-26
* add some notes from Nicolas G.Chris Lattner2009-02-26
* Enable stack slot coloring DCE. Evan's spiller fixes were needed before this...Owen Anderson2009-02-26
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-26
* The last commit was overly conservative. It's ok to reuse value that's alread...Evan Cheng2009-02-26
* If an available register falls through to a succ block, unset the last kill. ...Evan Cheng2009-02-26
* Fix a duplicated word in a comment.Bob Wilson2009-02-26
* Fix a typo that prevents hello.mm from running (and runs hello.m twice).Julien Lerouge2009-02-26
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-25
* Fix big-endian codegen bug. We're splitting upDale Johannesen2009-02-25
* Print variable's display name in dwarf DIE.Devang Patel2009-02-25
* Fix PR3667Chris Lattner2009-02-25
* Check that records with a known constant size are notDuncan Sands2009-02-25
* Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng2009-02-25
* Flesh out the Ada section a little.Duncan Sands2009-02-25
* The C backend does not support arbitrary precision integers.Duncan Sands2009-02-25
* Note on new type legalizer.Duncan Sands2009-02-25
* Add note on support for arbitrary precision integers.Duncan Sands2009-02-25
* more notes.Chris Lattner2009-02-25
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-25
* Add a totally synthetic situation I came up with while looking at a bug inNick Lewycky2009-02-25
* random notesChris Lattner2009-02-25
* Recommend against using Gold to build LLVM.Nick Lewycky2009-02-25
* don't know if there is a vmkit release to match 2.5Chris Lattner2009-02-25
* update clang sectionChris Lattner2009-02-25
* rip out llvm 2.4 details to make room for 2.5Chris Lattner2009-02-25
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-25
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-25
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* If compile unit's language is not set then don't crash while dump'ing compile...Devang Patel2009-02-24
* Extension of GEP in constant folder was broken (apparently this codeDaniel Dunbar2009-02-24
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-24
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* Add a debugging option for SSC DCE.Owen Anderson2009-02-24
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-24
* Add a testcase for the problem fixed in r65289.Dan Gohman2009-02-24
* Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simpleDan Gohman2009-02-24