| Commit message (Expand) | Author | Age | Files | Lines |
* | In llvm-mc parse a Hash token as a full line comment. Allows handling of | Kevin Enderby | 2010-12-24 | 1 | -0/+8 |
* | When determining if we can fold (x >> C1) << C2, the bits that we need to ver... | Owen Anderson | 2010-12-23 | 1 | -0/+19 |
* | Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions. | Bob Wilson | 2010-12-23 | 1 | -0/+1 |
* | XFAIL vg_leak the new test as the rest. | Torok Edwin | 2010-12-23 | 1 | -0/+1 |
* | Fix OCaml bindings crash, PR8847. | Torok Edwin | 2010-12-23 | 1 | -0/+16 |
* | Fixes PR8823: add-with-overflow-128.ll | Andrew Trick | 2010-12-23 | 1 | -3/+1 |
* | DAGCombine add (sext i1), X into sub X, (zext i1) if sext from i1 is illegal.... | Benjamin Kramer | 2010-12-22 | 1 | -0/+12 |
* | InstCombine: creating selects from -1 and 0 is fine, they combine into a sext... | Benjamin Kramer | 2010-12-22 | 1 | -0/+12 |
* | X86: Lower a select directly to a setcc_carry if possible. | Benjamin Kramer | 2010-12-22 | 1 | -2/+19 |
* | MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups. | Daniel Dunbar | 2010-12-22 | 1 | -24/+38 |
* | Add reduced test from 8845. | Rafael Espindola | 2010-12-22 | 1 | -0/+25 |
* | When determining whether the new instruction was already present in | Duncan Sands | 2010-12-22 | 1 | -0/+11 |
* | Make this test not depend on how the variable is named. | Duncan Sands | 2010-12-22 | 1 | -2/+2 |
* | MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is | Daniel Dunbar | 2010-12-22 | 1 | -17/+72 |
* | MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations. | Daniel Dunbar | 2010-12-22 | 1 | -0/+102 |
* | Simplify the handling of .size expressions. | Rafael Espindola | 2010-12-22 | 1 | -10/+0 |
* | Add a generic expansion transform: A op (B op' C) -> (A op B) op' (A op C) | Duncan Sands | 2010-12-22 | 1 | -2/+14 |
* | ptx: add ld instruction and test | Che-Liang Chiou | 2010-12-22 | 1 | -0/+44 |
* | Fix a bug in ReduceLoadWidth that wasn't handling extending | Chris Lattner | 2010-12-22 | 1 | -3/+21 |
* | Give GVN back the ability to perform simple conditional propagation on condit... | Owen Anderson | 2010-12-21 | 1 | -0/+55 |
* | Reapply 122353-122355 with fixes. 122354 was wrong; | Dale Johannesen | 2010-12-21 | 2 | -3/+13 |
* | Add some x86 specific dagcombines for conditional increments. | Benjamin Kramer | 2010-12-21 | 1 | -0/+89 |
* | Revert 122353-122355 for the moment, they broke stuff. | Dale Johannesen | 2010-12-21 | 2 | -13/+3 |
* | Add a new transform to DAGCombiner. | Dale Johannesen | 2010-12-21 | 1 | -0/+10 |
* | Get the type of a shift from the shift, not from its shift | Dale Johannesen | 2010-12-21 | 1 | -3/+3 |
* | Revert 122341. It breaks some darwin tests. | David Greene | 2010-12-21 | 1 | -39/+0 |
* | Fix PR 8199. This patch prepends the build tool dir to LLVM programs | David Greene | 2010-12-21 | 1 | -0/+39 |
* | Add an additional InstructionSimplify factorization test. | Duncan Sands | 2010-12-21 | 1 | -0/+10 |
* | While I don't think any later transforms can fire, it seems cleaner to | Duncan Sands | 2010-12-21 | 1 | -0/+22 |
* | Fix typo in comment, spotted by Deewiant. | Duncan Sands | 2010-12-21 | 1 | -1/+1 |
* | Teach InstructionSimplify about distributive laws. These transforms fire | Duncan Sands | 2010-12-21 | 1 | -0/+21 |
* | Add generic simplification of associative operations, generalizing | Duncan Sands | 2010-12-21 | 2 | -0/+67 |
* | Add ARM-specific DAG combining to cast i64 vector element load/stores to f64. | Bob Wilson | 2010-12-21 | 1 | -0/+30 |
* | Teach the MBlaze disassembler to disassemble special purpose registers. | Wesley Peck | 2010-12-20 | 1 | -2/+78 |
* | Set the value of absolute symbols. | Roman Divacky | 2010-12-20 | 1 | -1/+14 |
* | Print all 64bits for st_value and st_size. Adjust tests accordingly. | Roman Divacky | 2010-12-20 | 18 | -136/+136 |
* | Teach the MBlaze asm parser how to parse special purpose register names. | Wesley Peck | 2010-12-20 | 1 | -4/+124 |
* | Cosmetic changes. | Dale Johannesen | 2010-12-20 | 1 | -1/+1 |
* | Teach InstCombine to merge (icmp ult (X + CA), C1) | (icmp eq X, C2) into (ic... | Benjamin Kramer | 2010-12-20 | 1 | -0/+14 |
* | Have SimplifyBinOp dispatch Xor, Add and Sub to the corresponding methods | Duncan Sands | 2010-12-20 | 1 | -2/+4 |
* | fix PR8807 by making transformConstExprCastCall aware of byval arguments. | Chris Lattner | 2010-12-20 | 1 | -0/+13 |
* | when eliding a byval copy due to inlining a readonly function, we have | Chris Lattner | 2010-12-20 | 1 | -0/+23 |
* | pull byval processing out to its own helper function. | Chris Lattner | 2010-12-20 | 1 | -3/+4 |
* | fix PR8769, a miscompilation by inliner when inlining a function with a byval | Chris Lattner | 2010-12-20 | 1 | -0/+24 |
* | merge two tests. | Chris Lattner | 2010-12-20 | 2 | -30/+29 |
* | filecheckize | Chris Lattner | 2010-12-20 | 1 | -2/+5 |
* | temporarily disable this: PR8823. | Chris Lattner | 2010-12-20 | 1 | -17/+11 |
* | now that addc/adde are gone, "ADDC" in the X86 backend uses EFLAGS results, | Chris Lattner | 2010-12-20 | 1 | -0/+19 |
* | We lower setb to sbb with the hope that the and will go away, when it | Chris Lattner | 2010-12-20 | 1 | -0/+9 |
* | Test case for r122215 when InstCombine optimizes memset | Mon P Wang | 2010-12-20 | 1 | -0/+15 |