summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-1216-0/+166
* Put this test's input in the Inputs directory where it belongs, rather thanRichard Smith2015-01-122-2/+2
* Add a new utility script that helps update very simple regression tests.Chandler Carruth2015-01-121-0/+207
* [PowerPC] Fix calls to non-function objectsHal Finkel2015-01-122-5/+91
* [X86][SSE] Minor fix to VPBLENDW AVX2 commutation.Simon Pilgrim2015-01-111-3/+3
* Fix silly mistake in release notes for Mips.Daniel Sanders2015-01-111-1/+1
* Added release notes for the Mips target.Daniel Sanders2015-01-111-1/+68
* Revert most of r225597David Majnemer2015-01-115-72/+45
* X86: Properly decode shuffle masks when the constant pool type is weirdDavid Majnemer2015-01-115-66/+90
* X86: teach X86TargetLowering about L,M,O constraintsSaleem Abdulrasool2015-01-112-0/+59
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-116-0/+47
* [x86] Remove some windows line endings that snuck into the tests here.Chandler Carruth2015-01-118-463/+463
* [ADT] Remove the unused default constructor for iterator_range.Chandler Carruth2015-01-111-1/+0
* Fix PR22179.Sanjoy Das2015-01-104-44/+63
* Revert r225500, it leads to infinite loops.Joerg Sonnenberger2015-01-101-9/+15
* [X86][SSE] Improved (v)insertps shuffle matchingSimon Pilgrim2015-01-104-61/+111
* .gitignore: add some rules for tagging programsRamkumar Ramachandra2015-01-101-0/+7
* [PowerPC] Mark zext of a small scalar load as freeHal Finkel2015-01-103-0/+59
* Remove some whitespace.Justin Hibbits2015-01-101-1/+1
* ConvertUTFTest: fix misleading empty lineDmitri Gribenko2015-01-101-1/+1
* tests: fix previous commitSaleem Abdulrasool2015-01-101-10/+6
* test: merge ARM relocations testSaleem Abdulrasool2015-01-102-17/+15
* tests: convert a couple of ARM relocation tests to readobjSaleem Abdulrasool2015-01-102-8/+16
* Fully fix Bug #22115.Justin Hibbits2015-01-104-11/+68
* Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::...Alexey Samsonov2015-01-101-2/+2
* [PowerPC] Readjust the loop unrolling thresholdHal Finkel2015-01-103-6/+54
* [LoopUnroll] Fix the partial unrolling threshold for small loop sizesHal Finkel2015-01-103-7/+31
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-1011-368/+428
* Fix UBSan error reports in ValueMapCallbackVH and AssertingVH<T> empty/tombst...Alexey Samsonov2015-01-092-32/+27
* Disable Go bindings test under UBSan.Alexey Samsonov2015-01-091-1/+1
* Fix the JIT event listeners and replace the associated tests.Andrew Kaylor2015-01-097-604/+290
* Update comment.Michael Zolotukhin2015-01-091-2/+2
* SimplifyCFG: check uses of constant-foldable instrs in switch destinations (P...Hans Wennborg2015-01-092-6/+55
* [X86][SSE] Avoid vector byte shuffles with zero by using pshufb to create zerosSimon Pilgrim2015-01-092-124/+106
* Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...Kevin Enderby2015-01-091-5/+5
* Add a testcase of llvm-lto error handling.Rafael Espindola2015-01-091-0/+4
* Remove duplicating code. NFC.Michael Zolotukhin2015-01-091-2/+2
* Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby2015-01-095-13/+230
* Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads ...Tim Northover2015-01-093-168/+231
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-0915-104/+83
* Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith2015-01-094-4/+4
* [mips] Add support for accessing $gp as a named register.Daniel Sanders2015-01-095-0/+76
* fix typos; remove names from comments; NFCSanjay Patel2015-01-091-51/+44
* remove names from comments; NFCSanjay Patel2015-01-091-40/+35
* fix typos; NFCSanjay Patel2015-01-091-3/+3
* fix typo; NFCSanjay Patel2015-01-091-1/+1
* more efficient use of a dyn_cast; no functional change intendedSanjay Patel2015-01-091-3/+3
* [PowerPC] Enable late partial unrolling on the POWER7Hal Finkel2015-01-094-0/+59
* [mips] Add comment which explains why we need to change the assembler options...Toma Tabacu2015-01-091-0/+6
* Assumption that "VectorizedValue" will always be an Instruction is not correct.Suyog Sarda2015-01-091-2/+1
OpenPOWER on IntegriCloud