aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-143-2/+90
* Fix a really terrifying but improbable bug in mem2reg. If you have seenChandler Carruth2013-08-141-1/+4
* Make more helper methods into static functions.Craig Topper2013-08-142-17/+17
* Remove tab characters.Craig Topper2013-08-141-1/+1
* Make some helper methods static.Craig Topper2013-08-142-34/+27
* Use MVT in more lowering code.Craig Topper2013-08-141-6/+6
* Replace EVT with MVT in isVectorShift. Keeps compiler from generating unneede...Craig Topper2013-08-141-3/+5
* Replace EVT with MVT in many of the shuffle lowering functions. Keeps compile...Craig Topper2013-08-141-37/+46
* [lit] Fix a relative import issue I missed earlier.Daniel Dunbar2013-08-141-2/+4
* [lit] Avoid StringIO.Daniel Dunbar2013-08-141-19/+25
* [lit] Fix tests to execute lit with same python as invoked with.Daniel Dunbar2013-08-143-3/+6
* [lit] Factor ShTest format script command parsing from other processing.Daniel Dunbar2013-08-141-17/+32
* [lit] Move executeCommand() into lit.util.Daniel Dunbar2013-08-144-23/+23
* [lit] Move formats into their own subpackage.Daniel Dunbar2013-08-144-117/+130
* [CMake] add_llvm_library: Specify explicit suffix .imp to import library to a...NAKAMURA Takumi2013-08-141-0/+5
* Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs...NAKAMURA Takumi2013-08-141-0/+9
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-142-2/+16
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-143-209/+309
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-145-113/+117
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-1410-84/+83
* llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32.NAKAMURA Takumi2013-08-141-2/+2
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-143-13/+38
* Use type helper functions instead of castMatt Arsenault2013-08-142-11/+8
* Use array initializer, space around operatorMatt Arsenault2013-08-141-5/+3
* [mips] Properly parse registers that appear in inline-asm constraints.Akira Hatanaka2013-08-143-0/+104