| Commit message (Expand) | Author | Age | Files | Lines |
* | merge two loops over all nodes in the graph into one. | Chris Lattner | 2010-03-02 | 1 | -57/+41 |
* | eliminate PreprocessForRMW now that isel handles it. | Chris Lattner | 2010-03-02 | 1 | -136/+27 |
* | remove 300 lines of code that is now dead in the MSP430 backend | Chris Lattner | 2010-03-02 | 2 | -295/+3 |
* | Fix some issues in WalkChainUsers dealing with | Chris Lattner | 2010-03-02 | 7 | -64/+66 |
* | Added 32-bit Thumb instruction CLREX (Clear-Exclusive) for disassembly only. | Johnny Chen | 2010-03-02 | 1 | -0/+10 |
* | Allow specialization of ScopedHashTable of non-default DenseMapInfo. | Evan Cheng | 2010-03-02 | 1 | -28/+33 |
* | Okay. One last attempt: | Bill Wendling | 2010-03-02 | 1 | -3/+3 |
* | this testcase is failing because pic16 doesn't define a reg/reg | Chris Lattner | 2010-03-02 | 1 | -1/+3 |
* | Add support for use to ocaml. | Erick Tryzelaar | 2010-03-02 | 4 | -0/+132 |
* | Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ... | Erick Tryzelaar | 2010-03-02 | 2 | -17/+17 |
* | xfail this for now. | Chris Lattner | 2010-03-02 | 1 | -0/+1 |
* | Removed the extra S from the multiclass def T2I_adde_sube_s_irs as well as from | Johnny Chen | 2010-03-02 | 1 | -14/+14 |
* | 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 |
* | 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 |
* | 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 |
* | Change some asm shift opcode strings to lowercase. | Johnny Chen | 2010-03-02 | 1 | -6/+6 |
* | 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 |
* | Fix the xfail I added a couple of patches back. The issue | Chris Lattner | 2010-03-02 | 3 | -13/+46 |
* | 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 |
* | 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 |
* | Add file to CMakeLists.txt | Eric Christopher | 2010-03-02 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | Constructors and operators for anonymous aggregates does not names. Do not fo... | Devang Patel | 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 |
* | PerformTailCallOpt was renamed to GuaranteedTailCallOpt to | Dan Gohman | 2010-03-02 | 1 | -1/+1 |
* | remove dead code. | Chris Lattner | 2010-03-02 | 1 | -31/+0 |
* | add some missing \n's | Chris Lattner | 2010-03-02 | 1 | -11/+19 |
* | Don't attempt load PRE when there is no real redundancy (i.e., the load is in | Bob Wilson | 2010-03-02 | 1 | -4/+6 |