aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Add intrinsic for retrieving the current thread IDMichel Danzer2013-07-103-2/+25
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-105-0/+68
* R600/SI: Add intrinsics for texture sampling with user derivativesMichel Danzer2013-07-103-1/+147
* Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.Argyrios Kyrtzidis2013-07-101-62/+0
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-101-2/+13
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-101-10/+0
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-102-49/+0
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-103-2/+61
* Fix typoStephen Lin2013-07-101-1/+1
* Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali...Stephen Lin2013-07-101-0/+11
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-102-2/+110
* Document a known limitation of the status quo.Adrian Prantl2013-07-101-1/+3
* Correct comment.Duncan Sands2013-07-101-1/+1
* Fix comment.Eric Christopher2013-07-091-1/+1
* ARM: Fix incorrect pack pattern for thumb2Jim Grosbach2013-07-092-2/+30
* Implement categories for special case lists.Peter Collingbourne2013-07-094-53/+182
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-092-0/+118
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-092-1/+13
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-097-24/+24
* InstSimplify: X >> X -> 0David Majnemer2013-07-093-3/+27
* move test into the appropriate subdir.Adrian Prantl2013-07-091-0/+0
* Typo.Adrian Prantl2013-07-091-1/+1
* Fix PR16571, which is a bug in the code that checks that all of the types in ...Nadav Rotem2013-07-092-1/+25
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-0914-54/+237
* Fixed up the comments in FastISel.h so that they conform to the LLVM style gu...Michael Gottesman2013-07-091-150/+122
* Added "mode: c++" to FastISel.h header.Michael Gottesman2013-07-091-1/+1
* Appease buildbots after r185956: just set -mcpu explicitly, as it should have...Stephen Lin2013-07-092-4/+4
* Appease Atom buildbot after r185956 (explicitly turn on AVX)Stephen Lin2013-07-092-2/+2
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-092-1/+27
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-092-9/+44
* Attempt to appease buildbot after r185956 by explicitly turning setting -fma,...Stephen Lin2013-07-092-2/+2
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-0917-37/+329
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-092-1/+19
* ValueTracking: Fix bugs in isKnownToBeAPowerOfTwoDavid Majnemer2013-07-092-21/+4
* Set the default insert point to the first instruction, and not to end()Nadav Rotem2013-07-091-1/+1
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-091-0/+1
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-092-4/+28
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-0910-11/+73
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-097-8/+65
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-092-2/+37
* R600: Fix wrong export reswizzlingVincent Lejeune2013-07-092-4/+100
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-096-23/+58
* R600: Print Export SwizzleVincent Lejeune2013-07-091-2/+2
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-092-0/+46
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-092-6/+7
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-091-1/+2
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-092-7/+11
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-095-3/+102
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-093-0/+55
* Document LLVM_USE_SANITIZER CMake optionAlexey Samsonov2013-07-091-0/+5