| Commit message (Expand) | Author | Age | Files | Lines |
* | Test case for r150978. | Benjamin Kramer | 2012-02-20 | 1 | -0/+13 |
* | InstCombine: Removing the base from the address calculation is only safe when... | Benjamin Kramer | 2012-02-20 | 1 | -1/+1 |
* | Make this a bit prettier and more obvious when a derived type isn't | Eric Christopher | 2012-02-20 | 1 | -1/+3 |
* | If a derived type is also a composite type, print that information | Eric Christopher | 2012-02-20 | 1 | -2/+7 |
* | Add support for runtime languages on our forward declarations. | Eric Christopher | 2012-02-20 | 2 | -3/+6 |
* | InstCombine: When comparing two GEPs that were derived from the same base poi... | Benjamin Kramer | 2012-02-20 | 2 | -0/+40 |
* | InstCombine: Make OptimizePointerDifference more aggressive. | Benjamin Kramer | 2012-02-20 | 2 | -27/+53 |
* | Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv... | James Molloy | 2012-02-20 | 1 | -0/+82 |
* | Improve generated code for extending loads and some trunc stores on ARM. | James Molloy | 2012-02-20 | 3 | -7/+185 |
* | Make post-ra tail duplication bundle safe. No test case as recent codegen | Evan Cheng | 2012-02-20 | 1 | -3/+6 |
* | Rename class Evaluate to Evaluator and put it in an anonymous namespace. | Nick Lewycky | 2012-02-20 | 1 | -12/+17 |
* | fold comparisons of gep'd alloca points with null to false, | Chris Lattner | 2012-02-20 | 2 | -5/+33 |
* | Switch to a more idiomatic way of silencing unused variable warnings in | Chandler Carruth | 2012-02-20 | 1 | -1/+2 |
* | Move constructors out-of-line and flesh out their documentation. No | Chandler Carruth | 2012-02-20 | 2 | -11/+36 |
* | Move EvaluateFunction and EvaluateBlock into a class, and make the class store | Nick Lewycky | 2012-02-19 | 1 | -122/+137 |
* | Silence operator precedence warning. | Benjamin Kramer | 2012-02-19 | 1 | -1/+1 |
* | autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold... | NAKAMURA Takumi | 2012-02-19 | 2 | -2/+2 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 21 | -138/+24 |
* | StringRef'ize EmitSourceFileHeader(). | Ahmed Charles | 2012-02-19 | 2 | -3/+2 |
* | Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove... | Craig Topper | 2012-02-19 | 1 | -4/+1 |
* | Add machinery for pushing live ranges onto bundle starts while bundling. | Lang Hames | 2012-02-19 | 1 | -2/+207 |
* | Simplify moveEnteringDownFrom rules. | Lang Hames | 2012-02-19 | 1 | -11/+3 |
* | Unify all shuffle mask checking functions take a mask and VT instead of Vecto... | Craig Topper | 2012-02-19 | 1 | -85/+68 |
* | Skip through instructions rather than operands when looking for last use slot. | Lang Hames | 2012-02-19 | 1 | -1/+1 |
* | APFloat::toString(): Fix overrun at scanning. | NAKAMURA Takumi | 2012-02-19 | 1 | -1/+1 |
* | Fix TODO and trailing whitespace. | Lang Hames | 2012-02-19 | 1 | -10/+14 |
* | Defer sanity checks on live intervals until after all have been updated. Hold... | Lang Hames | 2012-02-19 | 1 | -171/+170 |
* | Make a bunch of X86ISelLowering shuffle functions static now that they are no... | Craig Topper | 2012-02-19 | 2 | -172/+51 |
* | comment fix ARM.h | Jia Liu | 2012-02-19 | 1 | -1/+1 |
* | some comment fix for X86 and ARM | Jia Liu | 2012-02-19 | 8 | -8/+8 |
* | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper | 2012-02-19 | 9 | -28/+48 |
* | Fix issue with bitwise and precedence. | Ahmed Charles | 2012-02-18 | 1 | -1/+1 |
* | Hashing.h - utilities for hashing various data types. | Talin | 2012-02-18 | 5 | -0/+285 |
* | White space fixes. | Rafael Espindola | 2012-02-18 | 1 | -7/+7 |
* | Temporarily disable this assert. Looks like it found a similar issue when | Rafael Espindola | 2012-02-18 | 1 | -1/+3 |
* | Don't skip debug instructions when looking for the insertion point of | Rafael Espindola | 2012-02-18 | 2 | -5/+46 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 293 | -384/+385 |
* | On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,... | David Meyer | 2012-02-18 | 1 | -1/+7 |
* | Add X86InstrSVM.td that I forgot to add in r150873. | Craig Topper | 2012-02-18 | 1 | -0/+62 |
* | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper | 2012-02-18 | 10 | -73/+170 |
* | Trivial cleanup to group the generic 'armvN' cases with the 'arm' case, | Chandler Carruth | 2012-02-18 | 1 | -4/+4 |
* | Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st... | Eli Friedman | 2012-02-18 | 2 | -1/+12 |
* | Fix documentation. | Chad Rosier | 2012-02-18 | 1 | -5/+5 |
* | Testcase for the previous commit. | Eric Christopher | 2012-02-18 | 1 | -1/+10 |
* | Bring HMEditor into line with LLVM coding standards. | Lang Hames | 2012-02-17 | 1 | -160/+163 |
* | Ignore the lifetime intrinsics in fast-isel. | Eric Christopher | 2012-02-17 | 1 | -0/+4 |
* | Don't print out pointer values in SUnit::dump(). | Jakob Stoklund Olesen | 2012-02-17 | 1 | -5/+3 |
* | Sink variable into assert | Matt Beaumont-Gay | 2012-02-17 | 1 | -2/+2 |
* | Add support for regmask slots to HMEditor. Also fixes a comment error. | Lang Hames | 2012-02-17 | 1 | -3/+17 |
* | Fix typo in comment ldopen() -> dlopen(). | Kevin Enderby | 2012-02-17 | 1 | -1/+1 |