aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RegionPrinter: Ignore back edges when layouting the graphTobias Grosser2011-02-271-0/+26
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-273-2/+7
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-274-5/+8
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-262-0/+7
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer2011-02-263-37/+64
* LTO uses MC now.Rafael Espindola2011-02-261-24/+0
* A new TableGen feature! (Not turned on just yet.)Bill Wendling2011-02-262-0/+250
* Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.Bob Wilson2011-02-261-2/+3
* Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson2011-02-251-1/+5
* Trailing whitespace.Jim Grosbach2011-02-251-5/+5
* Fix bad comment marker.Stuart Hastings2011-02-251-1/+1
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-2523-278/+295
* Add some options for building LLVM in different environments:David Greene2011-02-251-21/+55
* Omit lto.h from the llvmCore result; henceforth, this will be suppliedStuart Hastings2011-02-251-0/+3
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-252-1/+15
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-2519-133/+6
* Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap."Benjamin Kramer2011-02-252-6/+4
* Update the NoFolder to work with current IRBuilder.Nick Lewycky2011-02-251-20/+52
* Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson2011-02-254-11/+65
* Fix formatting of debug helper string.Jim Grosbach2011-02-251-1/+1
* Fix typo.Evan Cheng2011-02-251-1/+1
* Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich2011-02-251-0/+1
* We only want to zero extend the existing information if the bit width isCameron Zwarich2011-02-251-1/+1
* Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen2011-02-252-0/+5
* Each prologue may have multiple vpush instructions to store callee-savedEvan Cheng2011-02-251-2/+14
* SimplifyCFG: GEPs with just one non-constant index are also cheap.Benjamin Kramer2011-02-242-5/+27
* Tweak the register allocator priority queue some more.Jakob Stoklund Olesen2011-02-241-10/+22
* Remove dead variable.Nick Lewycky2011-02-241-1/+1
* SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon...Benjamin Kramer2011-02-242-0/+25
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-247-2/+58
* remove command line option debugging hook.Chris Lattner2011-02-241-6/+0
* In utils/TableGen/ClangSACheckersEmitter.cpp, set the 'Hidden' bit for checkers.Argyrios Kyrtzidis2011-02-241-0/+1
* Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola2011-02-243-129/+35
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-2419-5/+132
* Enable support for vector sext and trunc:Nadav Rotem2011-02-244-23/+179
* Fix llvm-gcc bootstrap with gnu ld.Rafael Espindola2011-02-241-0/+7
* Remove obsolete tests.Devang Patel2011-02-242-368/+0
* Move arch specific tests in arch specific directories.Devang Patel2011-02-247-2/+156
* fit in 80 cols.Chris Lattner2011-02-241-1/+2
* Do not use DIFactory. Use DIBuilder.Devang Patel2011-02-241-6/+7
* Do not use DIFactory.Devang Patel2011-02-241-3/+4
* Add XCore intrinsic for eeu instruction.Richard Osborne2011-02-243-0/+13
* test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...NAKAMURA Takumi2011-02-241-0/+9
* Rewrite the vector part of getExtendedTypeAction to make it moreDuncan Sands2011-02-241-20/+34
* Plug some leaks in edis.Benjamin Kramer2011-02-242-5/+9
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-244-1/+168
* Add a getNumSignBits() method to APInt.Cameron Zwarich2011-02-242-6/+7
* Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it wheneverCameron Zwarich2011-02-242-4/+36
* Track blocks visited in reverse postorder.Cameron Zwarich2011-02-243-0/+9
* Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfoCameron Zwarich2011-02-243-20/+35