aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-1520-20/+5708
* Revert r188449 as it turns out we're just missing the instructions that need ...Craig Topper2013-08-152-17/+26
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-1510-1/+622
* Don't let isPermImmMask handle v16i32 since VPERMI doesn't match on that type...Craig Topper2013-08-152-26/+17
* Tentative fix for global-buffer-overflow caused by r188426. Found by AddressS...Alexey Samsonov2013-08-151-1/+4
* Use MVT instead of EVT in X86ISelDAGToDAG since all the types should be legal.Craig Topper2013-08-151-29/+29
* Use MVT in place of EVT in more X86 operation lowering functions.Craig Topper2013-08-151-38/+33
* Fixed typo in CMakeLists.txt.Michael Gottesman2013-08-151-1/+1
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-156-18/+17
* Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...Craig Topper2013-08-155-77/+77
* Auto-compute live intervals on demand.Mark Lacey2013-08-149-101/+145
* Add the MachineInstrSpan class.Mark Lacey2013-08-141-0/+25
* Notify LiveRangeEdit of new virtual registers.Mark Lacey2013-08-144-5/+50
* Track new virtual registers by register number.Mark Lacey2013-08-1411-74/+83
* R600/SI: Improve legalization of vector operationsTom Stellard2013-08-145-5/+167
* R600/SI: Replace v1i32 type with i32 in imageload and sample intrinsicsTom Stellard2013-08-145-4/+35
* R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard2013-08-1414-78/+314
* R600/SI: Use i8 types for resource descriptors in testsTom Stellard2013-08-144-62/+62
* R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE v2Tom Stellard2013-08-149-112/+137
* R600/SI: Choose the correct MOV instruction for copying immediatesTom Stellard2013-08-145-0/+69
* R600/SI: Assign a register class to the $vaddr operand for MIMG instructionsTom Stellard2013-08-148-60/+153
* [llvm-build] Make Py3 compatible.Daniel Dunbar2013-08-144-102/+117
* DataFlowSanitizer: move abilist input file to Inputs.Peter Collingbourne2013-08-142-1/+1
* DebugInfo: Prefer references over pointers, pass by const reference for a typ...David Blaikie2013-08-142-7/+7
* R600/SI: Handle MSAA texture targetsTom Stellard2013-08-143-3/+34
* R600/SI: Allow conversion between v32i8 and v8i32Tom Stellard2013-08-143-2/+28
* R600/SI: Fix an obvious typoTom Stellard2013-08-141-1/+1
* R600/SI: Add pattern for fp_to_uintTom Stellard2013-08-142-10/+21
* [lit] Add test coverage of gtest format.Daniel Dunbar2013-08-143-0/+57
* [lit] Ensure test output is converted to strings where possible.Daniel Dunbar2013-08-147-4/+63
* Fix small typo: s/succ/Succ/Mark Lacey2013-08-141-1/+1
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-142-1/+33
* Actually fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-142-1/+44
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-144-99/+334
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-142-12/+48
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-141-31/+14
* Remove unnecessary parameter to RenumberValues.Jakob Stoklund Olesen2013-08-144-4/+4
* Remove unused function.Jakob Stoklund Olesen2013-08-141-7/+0
* Improve misleading comment.Jakob Stoklund Olesen2013-08-141-1/+1
* Remove declaration of nonexistant function.Jakob Stoklund Olesen2013-08-141-4/+0
* LiveIntervalUnion is not used in RegAllocBase.Jakob Stoklund Olesen2013-08-141-1/+1
* Remove unused struct/enumJakob Stoklund Olesen2013-08-141-11/+0
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-143-0/+87
* Let t2LDRBi8 and t2LDRBi12 have same Base PointerRenato Golin2013-08-142-1/+78
* Sphinx refuses to render this code block. Try adding a newline.Benjamin Kramer2013-08-141-0/+1
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-143-0/+15
* Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...Daniel Dunbar2013-08-142-45/+12
* Add the C99 hex-float assembly syntax to our extension document.Tim Northover2013-08-141-0/+13
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-142-12/+45
* Add test-case for hex floating-literalsTim Northover2013-08-141-0/+3