| Commit message (Expand) | Author | Age | Files | Lines |
| * | AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all | Stephen Lin | 2013-07-09 | 17 | -37/+329 |
| * | Don't crash in SE dealing with ashr x, -1 | Hal Finkel | 2013-07-09 | 2 | -1/+19 |
| * | ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo | David Majnemer | 2013-07-09 | 2 | -21/+4 |
| * | Set the default insert point to the first instruction, and not to end() | Nadav Rotem | 2013-07-09 | 1 | -1/+1 |
| * | IRBuilder: add an assertion that checks if we try to get a debug loc from ->e... | Nadav Rotem | 2013-07-09 | 1 | -0/+1 |
| * | DAGCombine tryFoldToZero cannot create illegal types after type legalization | Hal Finkel | 2013-07-09 | 2 | -4/+28 |
| * | [PowerPC] Revert r185476 and fix up TLS variant kinds | Ulrich Weigand | 2013-07-09 | 10 | -11/+73 |
| * | R600: Do not predicated basic block with multiple alu clause | Vincent Lejeune | 2013-07-09 | 7 | -8/+65 |
| * | R600: Fix a rare bug where swizzle optimization returns wrong values | Vincent Lejeune | 2013-07-09 | 2 | -2/+37 |
| * | R600: Fix wrong export reswizzling | Vincent Lejeune | 2013-07-09 | 2 | -4/+100 |
| * | R600: Use DAG lowering pass to handle fcos/fsin | Vincent Lejeune | 2013-07-09 | 6 | -23/+58 |
| * | R600: Print Export Swizzle | Vincent Lejeune | 2013-07-09 | 1 | -2/+2 |
| * | Add missing getters. They will be used in llvm-ar. | Rafael Espindola | 2013-07-09 | 2 | -0/+46 |
| * | Archive members cannot be larger than 4GB. Return a uint32_t. | Rafael Espindola | 2013-07-09 | 2 | -6/+7 |
| * | We never compare iterators from two archives. Assert that. | Rafael Espindola | 2013-07-09 | 1 | -1/+2 |
| * | Add getHeader helper and move ToHeader to the cpp file. | Rafael Espindola | 2013-07-09 | 2 | -7/+11 |
| * | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 5 | -3/+102 |
| * | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 3 | -0/+55 |
| * | Document LLVM_USE_SANITIZER CMake option | Alexey Samsonov | 2013-07-09 | 1 | -0/+5 |
| * | [PowerPC] Support ".machine any" | Ulrich Weigand | 2013-07-09 | 2 | -0/+41 |
| * | Revert r185872 - "Stop emitting weak symbols into the "coal" sections" | Alexander Potapenko | 2013-07-09 | 3 | -83/+10 |
| * | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 5 | -6/+173 |
| * | [SystemZ] Use MVC for simple load/store pairs | Richard Sandiford | 2013-07-09 | 6 | -2/+506 |
| * | [SystemZ] Use "STC;MVC" for memset | Richard Sandiford | 2013-07-09 | 7 | -0/+1171 |
| * | InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCst | David Majnemer | 2013-07-09 | 1 | -2/+2 |
| * | InstCombine: variations on 0xffffffff - x >= 4 | David Majnemer | 2013-07-09 | 2 | -0/+30 |
| * | InstCombine: X & -C != -C -> X <= u ~C | David Majnemer | 2013-07-09 | 2 | -40/+9 |
| * | [PowerPC] Support .llong and fix .word | Ulrich Weigand | 2013-07-09 | 4 | -2/+60 |
| * | Commit r185909 was a misapplied patch, fix it | David Majnemer | 2013-07-09 | 3 | -24/+73 |
| * | InstCombine: add more transforms | David Majnemer | 2013-07-09 | 4 | -5/+87 |
| * | PPC: Allocate RS spill slot for unaligned i64 load/store | Hal Finkel | 2013-07-09 | 2 | -2/+152 |
| * | Compute the size of an archive member in the constructor. | Rafael Espindola | 2013-07-09 | 2 | -16/+15 |
| * | Remove declare but not implemented methods. | Rafael Espindola | 2013-07-09 | 1 | -4/+0 |
| * | Move some code out of line. No functionality change. | Rafael Espindola | 2013-07-09 | 2 | -65/+76 |
| * | X86: Add comment. | Jim Grosbach | 2013-07-09 | 1 | -0/+5 |
| * | X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem. | Jim Grosbach | 2013-07-09 | 1 | -4/+31 |
| * | Make BinaryRef output correctly in case of empty data. | Sean Silva | 2013-07-09 | 6 | -1/+68 |
| * | Style fixes: remove unnecessary braces for one-statement if blocks, no else a... | Stephen Lin | 2013-07-09 | 1 | -54/+30 |
| * | Revert "DebugInfo: remove unused helper function getDICompositeType." | Eric Christopher | 2013-07-09 | 2 | -0/+14 |
| * | Fix comment | Eli Bendersky | 2013-07-08 | 1 | -3/+2 |
| * | This patch changes the saved IRBuilder insert point from BasicBlock::iterator... | Nadav Rotem | 2013-07-08 | 1 | -1/+2 |
| * | [objc-arc] Fix assertion in EraseInstruction so that noop on null calls when ... | Michael Gottesman | 2013-07-08 | 1 | -1/+3 |
| * | Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo... | Nadav Rotem | 2013-07-08 | 1 | -0/+1 |
| * | Don't run internalize if we're outputing bit-code and not an object file. | Bill Wendling | 2013-07-08 | 1 | -2/+4 |
| * | DebugInfo: remove unused helper function getDICompositeType. | Manman Ren | 2013-07-08 | 2 | -14/+0 |
| * | CEHCK->CHECK typo fix. | Eric Christopher | 2013-07-08 | 1 | -4/+4 |
| * | Fix up whitespace. | Eric Christopher | 2013-07-08 | 1 | -36/+36 |
| * | Stop emitting weak symbols into the "coal" sections. | Bill Wendling | 2013-07-08 | 3 | -10/+83 |
| * | No ',' between programs. | Eric Christopher | 2013-07-08 | 2 | -2/+2 |
| * | Update comment to avoid mentioning DbgValues which is an instance | Eric Christopher | 2013-07-08 | 1 | -1/+1 |