| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | run HandleMergeInputChains even if we only have one input chain. | Chris Lattner | 2010-03-02 | 1 | -29/+3 |
* | When expanding an expression such as (A + B + C + D), sort the operands | Dan Gohman | 2010-03-02 | 2 | -34/+124 |
* | Bump the default maximum template-instantiation depth to 500, as in | Douglas Gregor | 2010-03-02 | 1 | -1/+1 |
* | Swap parameters of isSafeToMove and isSafeToReMat for consistency. | Evan Cheng | 2010-03-02 | 6 | -14/+14 |
* | Fix typo. | Evan Cheng | 2010-03-02 | 1 | -1/+1 |
* | clean up some testcases. | Chris Lattner | 2010-03-02 | 2 | -15/+1 |
* | Add test case from PR6064, which now works | Douglas Gregor | 2010-03-02 | 1 | -0/+13 |
* | the sorting predicate should work for comparing an element | Chris Lattner | 2010-03-02 | 1 | -1/+1 |
* | Added 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB16, SXTAB16, UXTAB16, SEL, | Johnny Chen | 2010-03-02 | 2 | -7/+164 |
* | Fix grammar. | Devang Patel | 2010-03-02 | 1 | -1/+1 |
* | AL is an optional mnemonic extension for always, except in IT instructions. | Johnny Chen | 2010-03-02 | 4 | -1/+15 |
* | Diagnose the declaration of enum templates. Also, be a bit more | Douglas Gregor | 2010-03-02 | 5 | -7/+24 |
* | Move Emit24 to clang::io | Kovarththanan Rajaratnam | 2010-03-02 | 2 | -6/+8 |
* | Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We | Douglas Gregor | 2010-03-02 | 3 | -5/+39 |
* | Change some asm shift opcode strings to lowercase. | Johnny Chen | 2010-03-02 | 1 | -6/+6 |
* | Pass -m32 and -m64 to the static analyzer when using scan-build. Now we can | Charles Davis | 2010-03-02 | 1 | -0/+2 |
* | fix typo add missing ( | Xerxes Ranby | 2010-03-02 | 1 | -2/+2 |
* | Unbreak llvm-arm-linux buildbot and fix PR5309. | Xerxes Ranby | 2010-03-02 | 1 | -2/+2 |
* | Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal, | Duncan Sands | 2010-03-02 | 1 | -2/+2 |
* | Register all parameters even if they didn't occur in the function body. | Zhongxing Xu | 2010-03-02 | 2 | -0/+18 |
* | Fix the xfail I added a couple of patches back. The issue | Chris Lattner | 2010-03-02 | 3 | -13/+46 |
* | Unify initializer-instantiation code for variable declarations and | Douglas Gregor | 2010-03-02 | 1 | -85/+93 |
* | I was confused about this, it turns out that MorphNodeTo | Chris Lattner | 2010-03-02 | 1 | -3/+2 |
* | factor node morphing out to its own helper method. | Chris Lattner | 2010-03-02 | 2 | -54/+64 |
* | attributes are not part of types anymore, patch by James Woodyatt! | Chris Lattner | 2010-03-02 | 1 | -12/+12 |
* | eliminate CodeGen/DAGISelHeader.h, it is empty now. | Chris Lattner | 2010-03-02 | 2 | -30/+0 |
* | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 17 | -430/+114 |
* | Only save vector registers if we've defined for the vector registers. | Eric Christopher | 2010-03-02 | 1 | -2/+2 |
* | move some code out of DAGISelHeader up to SelectionDAGISel.h where it | Chris Lattner | 2010-03-02 | 1 | -0/+49 |
* | Simplify code. | Anders Carlsson | 2010-03-02 | 1 | -8/+7 |
* | Fix looking up MD names to not need a module. | Erick Tryzelaar | 2010-03-02 | 1 | -10/+12 |
* | Move the docsdir to /usr/share/doc/llvm to match other projects. | Eric Christopher | 2010-03-02 | 2 | -5/+5 |
* | Make sure we save CXXFLAGS before setting it as pedantic and regenerate | Eric Christopher | 2010-03-02 | 2 | -0/+4 |
* | Inspired by seeing "MIPS" go by in the commits, I've gone ahead and | John McCall | 2010-03-02 | 3 | -11/+35 |
* | Rename BaseOffset to Offset and make it signed in preparation of more constru... | Anders Carlsson | 2010-03-02 | 1 | -10/+11 |
* | Add file to CMakeLists.txt | Eric Christopher | 2010-03-02 | 1 | -0/+1 |
* | Add in some more MIPS command line options. | Eric Christopher | 2010-03-02 | 3 | -1/+101 |
* | Add skeleton of a machine level cse pass. | Evan Cheng | 2010-03-02 | 2 | -0/+128 |
* | Add count() and lookup() to ScopedHashTable. It might be useful to get inform... | Evan Cheng | 2010-03-02 | 1 | -0/+8 |
* | Use the right induction variable. | Chris Lattner | 2010-03-02 | 1 | -2/+2 |
* | After much consultation aimed at figuring out what this builtin actually | John McCall | 2010-03-02 | 2 | -1/+17 |
* | Rewrite chain handling validation and input TokenFactor handling | Chris Lattner | 2010-03-02 | 8 | -114/+160 |
* | Fix several places to handle vector operands properly. | Dan Gohman | 2010-03-02 | 4 | -11/+19 |
* | Non-affine post-inc SCEV expansions have more code which must be | Dan Gohman | 2010-03-02 | 3 | -3/+51 |
* | Remove dead parameter passing. | Bill Wendling | 2010-03-02 | 11 | -70/+59 |
* | Add test case from PR5812, which works now. | Douglas Gregor | 2010-03-02 | 1 | -0/+12 |
* | Fix an amusing typo that completely the re-introduction of parameters | Douglas Gregor | 2010-03-02 | 2 | -1/+16 |
* | Constructors and operators for anonymous aggregates does not names. Do not fo... | Devang Patel | 2010-03-02 | 1 | -1/+3 |
* | Cast a pointer to 'long long' to satisfy all compilation models. | Fariborz Jahanian | 2010-03-02 | 1 | -1/+3 |
* | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 17 | -100/+100 |