aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* XCore target: Fix Vararg handlingRobert Lytton2013-08-012-17/+55
* XCore target: Add byval handlingRobert Lytton2013-08-011-0/+58
* Xcore targetRobert Lytton2013-08-011-0/+4
* Fix some misc. issues with Mips16 fp stubs.Reed Kotler2013-08-011-48/+50
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-312-0/+6
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-3125-185/+73
* R600: Avoid more than 4 literals in the same instruction group at schedulingVincent Lejeune2013-07-311-0/+68
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-3125-73/+185
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-319-0/+97
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-311-0/+25
* [SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford2013-07-312-14/+14
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-3147-124/+149
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-311-0/+45
* [SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()Richard Sandiford2013-07-3129-431/+446
* Added INSERT and EXTRACT intructions from AVX-512 ISA.Elena Demikhovsky2013-07-311-0/+44
* [SystemZ] Add RISBLG and RISBHG instruction definitionsRichard Sandiford2013-07-314-0/+124
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-317-44/+44
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-301-0/+11
* isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-301-0/+32
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-306-59/+295
* This test may have been sensitive to the ARM ABI...Andrew Trick2013-07-301-1/+1
* MI Sched fix: assert "Disconnected LRG within the scheduling region."Andrew Trick2013-07-301-1/+54
* R600/SI: Expand vector fp <-> int conversionsTom Stellard2013-07-304-36/+36
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-301-0/+6
* [ARM] check bitwidth in PerformORCombineSaleem Abdulrasool2013-07-301-0/+32
* [R600] Replicate old DAGCombiner behavior in target specific DAG combine.Quentin Colombet2013-07-301-1/+0
* [DAGCombiner] insert_vector_elt: Avoid building a vector twice.Quentin Colombet2013-07-307-26/+53
* Move file to X86 and add a triple to fix darwin bots for now.Eric Christopher2013-07-301-1/+1
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-291-66/+125
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-291-19/+60
* Clarify comments for types contained in anonymous namespaces andEric Christopher2013-07-291-1/+3
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-2910-11/+11
* Add the C source code to the test to make it easier to update when debug info...Nadav Rotem2013-07-291-0/+9
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-291-0/+82
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-2937-208/+237
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-292-25/+44
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-291-0/+60
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-292-0/+32
* MC: Support larger COFF string tablesNico Rieck2013-07-291-0/+62
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-291-1/+25
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-291-0/+25
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-271-0/+0
* SimplifyCFG: Add missing tests from r187278Tom Stellard2013-07-273-0/+125
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-2737-161/+200
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-261-1/+3
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-262-33/+39
* Use pipefail when available.Rafael Espindola2013-07-261-0/+2
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-265-5/+5
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-261-0/+12
* [mips] Implement llvm.trap intrinsic.Akira Hatanaka2013-07-261-0/+11