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