| Commit message (Expand) | Author | Age | Files | Lines |
* | R600/SI: Add intrinsic for retrieving the current thread ID | Michel Danzer | 2013-07-10 | 3 | -2/+25 |
* | R600/SI: Initial support for LDS/GDS instructions | Michel Danzer | 2013-07-10 | 5 | -0/+68 |
* | R600/SI: Add intrinsics for texture sampling with user derivatives | Michel Danzer | 2013-07-10 | 3 | -1/+147 |
* | Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree. | Argyrios Kyrtzidis | 2013-07-10 | 1 | -62/+0 |
* | PPC: Add a better comment about the i64 FI fixup | Hal Finkel | 2013-07-10 | 1 | -2/+13 |
* | Reverting commit r185999 due to buildboot failure. | Vladimir Medic | 2013-07-10 | 1 | -10/+0 |
* | Reverting commit r185999 due to buildboot failure. | Vladimir Medic | 2013-07-10 | 2 | -49/+0 |
* | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-10 | 3 | -2/+61 |
* | Fix typo | Stephen Lin | 2013-07-10 | 1 | -1/+1 |
* | Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali... | Stephen Lin | 2013-07-10 | 1 | -0/+11 |
* | Un-break the buildbot by tweaking the indirection flag. | Adrian Prantl | 2013-07-10 | 2 | -2/+110 |
* | Document a known limitation of the status quo. | Adrian Prantl | 2013-07-10 | 1 | -1/+3 |
* | Correct comment. | Duncan Sands | 2013-07-10 | 1 | -1/+1 |
* | Fix comment. | Eric Christopher | 2013-07-09 | 1 | -1/+1 |
* | ARM: Fix incorrect pack pattern for thumb2 | Jim Grosbach | 2013-07-09 | 2 | -2/+30 |
* | Implement categories for special case lists. | Peter Collingbourne | 2013-07-09 | 4 | -53/+182 |
* | Add some SpecialCaseList unit tests. | Peter Collingbourne | 2013-07-09 | 2 | -0/+118 |
* | Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make | Peter Collingbourne | 2013-07-09 | 2 | -1/+13 |
* | Rename BlackList class to SpecialCaseList and move it to Transforms/Utils. | Peter Collingbourne | 2013-07-09 | 7 | -24/+24 |
* | InstSimplify: X >> X -> 0 | David Majnemer | 2013-07-09 | 3 | -3/+27 |
* | move test into the appropriate subdir. | Adrian Prantl | 2013-07-09 | 1 | -0/+0 |
* | Typo. | Adrian Prantl | 2013-07-09 | 1 | -1/+1 |
* | Fix PR16571, which is a bug in the code that checks that all of the types in ... | Nadav Rotem | 2013-07-09 | 2 | -1/+25 |
* | Reapply an improved version of r180816/180817. | Adrian Prantl | 2013-07-09 | 14 | -54/+237 |
* | Fixed up the comments in FastISel.h so that they conform to the LLVM style gu... | Michael Gottesman | 2013-07-09 | 1 | -150/+122 |
* | Added "mode: c++" to FastISel.h header. | Michael Gottesman | 2013-07-09 | 1 | -1/+1 |
* | Appease buildbots after r185956: just set -mcpu explicitly, as it should have... | Stephen Lin | 2013-07-09 | 2 | -4/+4 |
* | Appease Atom buildbot after r185956 (explicitly turn on AVX) | Stephen Lin | 2013-07-09 | 2 | -2/+2 |
* | WidenVecRes_BUILD_VECTOR must use the first operand's type | Hal Finkel | 2013-07-09 | 2 | -1/+27 |
* | [PowerPC] Better fix for PR16556. | Bill Schmidt | 2013-07-09 | 2 | -9/+44 |
* | Attempt to appease buildbot after r185956 by explicitly turning setting -fma,... | Stephen Lin | 2013-07-09 | 2 | -2/+2 |
* | 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 |