aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-262-0/+36
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-264-0/+24
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-2671-217/+268
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-266-31/+35
* Move this to the X86 directory, unfortunately the hashes are notEric Christopher2013-07-261-0/+0
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+116
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-265-5/+5
* Add a target legalize hook for SplitVectorOperand (again)Justin Holewinski2013-07-262-0/+43
* Revert "Add a target legalize hook for SplitVectorOperand"Rafael Espindola2013-07-262-41/+0
* Add a target legalize hook for SplitVectorOperandJustin Holewinski2013-07-262-0/+41
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-262-26/+70
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-263-17/+380
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-262-0/+236
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-251-0/+24
* Remove dead code from the makefile build system.Rafael Espindola2013-07-251-12/+0
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2523-162/+170
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-2544-4573/+0
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-254-12/+6
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-2518-74/+69
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-2515-19/+19
* AArch64: add llc-based tests for previous commit.Tim Northover2013-07-252-2/+15
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+35
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-251-0/+22
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-254-0/+209
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-255-0/+486
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-257-2/+538
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2534-167/+172
* Respect llvm.used in Internalize.Rafael Espindola2013-07-251-0/+20
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-251-0/+17
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-253-32/+50
* Update testing cases to pass debug info verifier.Manman Ren2013-07-2426-208/+223
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-241-0/+59
* Update testing cases to pass debug info verifier.Manman Ren2013-07-246-57/+62
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-243-3/+3
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-241-1/+0
* Debug Info: improve the Finder.Manman Ren2013-07-2411-62/+64
* Update testing cases to pass debug info verifier.Manman Ren2013-07-243-39/+40
* Add -disable-debug-info-verifier to a RUN line.Rafael Espindola2013-07-241-1/+1
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-241-0/+37