| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DAGCombine tryFoldToZero cannot create illegal types after type legalization | Hal Finkel | 2013-07-09 | 1 | -4/+11 |
* | [PowerPC] Revert r185476 and fix up TLS variant kinds | Ulrich Weigand | 2013-07-09 | 5 | -4/+64 |
* | R600: Do not predicated basic block with multiple alu clause | Vincent Lejeune | 2013-07-09 | 6 | -7/+64 |
* | R600: Fix a rare bug where swizzle optimization returns wrong values | Vincent Lejeune | 2013-07-09 | 1 | -2/+3 |
* | R600: Fix wrong export reswizzling | Vincent Lejeune | 2013-07-09 | 1 | -4/+0 |
* | R600: Use DAG lowering pass to handle fcos/fsin | Vincent Lejeune | 2013-07-09 | 4 | -23/+52 |
* | 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 | 1 | -0/+32 |
* | Archive members cannot be larger than 4GB. Return a uint32_t. | Rafael Espindola | 2013-07-09 | 1 | -5/+5 |
* | Add getHeader helper and move ToHeader to the cpp file. | Rafael Espindola | 2013-07-09 | 1 | -2/+6 |
* | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 3 | -3/+59 |
* | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+21 |
* | [PowerPC] Support ".machine any" | Ulrich Weigand | 2013-07-09 | 1 | -0/+27 |
* | Revert r185872 - "Stop emitting weak symbols into the "coal" sections" | Alexander Potapenko | 2013-07-09 | 1 | -6/+6 |
* | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 3 | -6/+86 |
* | [SystemZ] Use MVC for simple load/store pairs | Richard Sandiford | 2013-07-09 | 4 | -0/+86 |
* | [SystemZ] Use "STC;MVC" for memset | Richard Sandiford | 2013-07-09 | 3 | -0/+95 |
* | 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 | 1 | -0/+12 |
* | InstCombine: X & -C != -C -> X <= u ~C | David Majnemer | 2013-07-09 | 1 | -0/+9 |
* | [PowerPC] Support .llong and fix .word | Ulrich Weigand | 2013-07-09 | 1 | -1/+3 |
* | Commit r185909 was a misapplied patch, fix it | David Majnemer | 2013-07-09 | 1 | -21/+13 |
* | InstCombine: add more transforms | David Majnemer | 2013-07-09 | 1 | -0/+42 |
* | PPC: Allocate RS spill slot for unaligned i64 load/store | Hal Finkel | 2013-07-09 | 1 | -2/+33 |
* | Compute the size of an archive member in the constructor. | Rafael Espindola | 2013-07-09 | 1 | -14/+13 |
* | Move some code out of line. No functionality change. | Rafael Espindola | 2013-07-09 | 1 | -0/+70 |
* | 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 | 1 | -0/+4 |
* | 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 | 1 | -0/+11 |
* | 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 |
* | DebugInfo: remove unused helper function getDICompositeType. | Manman Ren | 2013-07-08 | 1 | -11/+0 |
* | Stop emitting weak symbols into the "coal" sections. | Bill Wendling | 2013-07-08 | 1 | -6/+6 |
* | Update comment to avoid mentioning DbgValues which is an instance | Eric Christopher | 2013-07-08 | 1 | -1/+1 |
* | Revert r185852. | Manman Ren | 2013-07-08 | 1 | -5/+0 |
* | Find xdot or xdot.py. | Matt Arsenault | 2013-07-08 | 1 | -3/+3 |
* | [PowerPC] Always use "assembler dialect" 1 | Ulrich Weigand | 2013-07-08 | 9 | -42/+47 |
* | PPC: Mark vector CC action for SETO and SETONE as Expand | Hal Finkel | 2013-07-08 | 1 | -0/+3 |
* | Add a comment to this change, requested by Eric Christopher. | Joey Gouly | 2013-07-08 | 1 | -0/+4 |
* | StringRef: add DenseMapInfo for StringRef. | Manman Ren | 2013-07-08 | 1 | -0/+5 |
* | Debug Info: clean up usage of Verify. | Manman Ren | 2013-07-08 | 3 | -20/+20 |
* | ARM: Improve codegen for generic vselect. | Jim Grosbach | 2013-07-08 | 1 | -0/+18 |
* | DebugInfo: Correct comment & re-format a nearby loop | David Blaikie | 2013-07-08 | 1 | -5/+3 |
* | Fix a SCEV update problem. | Shuxin Yang | 2013-07-08 | 1 | -2/+40 |
* | DebugInfo: Simplify Address Pool index handling. | David Blaikie | 2013-07-08 | 1 | -5/+3 |
* | PPC: Mark vector FREM as Expand by default | Hal Finkel | 2013-07-08 | 1 | -0/+1 |
* | We now always create files with the correct permissions. Simplify the interface. | Rafael Espindola | 2013-07-08 | 2 | -65/+1 |