summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* LTO: -internalize sets visibility to defaultDuncan P. N. Exon Smith2014-05-05
* Remove the -disable-cfi option.Rafael Espindola2014-05-05
* [Test] Remove substitution for clangAdam Nemet2014-05-05
* Modify test to not use -disable-cfi.Rafael Espindola2014-05-05
* Move test to the ARM64 directory.Rafael Espindola2014-05-05
* Convert a CodeGen test into a MC test.Rafael Espindola2014-05-05
* Fix test from r207966 and add a comment there.Michael Zolotukhin2014-05-05
* Add regression test for r207692.Michael Zolotukhin2014-05-05
* CodeGen: correct memset emittance for WoASaleem Abdulrasool2014-05-04
* CodeGen: strengthen WoA AEABI avoidance testsSaleem Abdulrasool2014-05-04
* MC: support FK_SecRel_4 for Windows on ARMSaleem Abdulrasool2014-05-04
* LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to lim...Benjamin Kramer2014-05-04
* SLPVectorizer: Bring back the insertelement patch (r205965) with fixesArnold Schwaighofer2014-05-04
* AVX-512: minor change in rndscale intrinsicElena Demikhovsky2014-05-04
* X86: repair export compatibility with MinGW/cygwinSaleem Abdulrasool2014-05-04
* Fix pr19645.Rafael Espindola2014-05-03
* [ARM64] Correctly select ANDWri in FastISel.Joey Gouly2014-05-03
* Vectorize intrinsic math function calls in SLPVectorizer.Karthik Bhat2014-05-03
* [LSR] Add llc testcase for r207271/r207569.Adam Nemet2014-05-02
* [sanitizers] Propagate the sanitizer options through to the lit context.Chandler Carruth2014-05-02
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-02
* [tablegen] !strconcat accepts more than two arguments but this wasn't documen...Daniel Sanders2014-05-02
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-02
* [GVN] Pass the phi-translated address of a load instead of the untranslatedAkira Hatanaka2014-05-02
* MC: place .file records into the correct sectionSaleem Abdulrasool2014-05-02
* DAGCombine: prevent formation of illegal ConstantFP nodes.Tim Northover2014-05-02
* R600: Expand vector sin and cos.Tom Stellard2014-05-02
* R600: Expand TruncStore i64 -> {i16,i8}Tom Stellard2014-05-02
* AArch64/ARM64: add patterns for post-indexed ST1 ops.Tim Northover2014-05-02
* AArch64/ARM64: support indexed loads/stores on vector types.Tim Northover2014-05-02
* Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a ve...Benjamin Kramer2014-05-02
* Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...Nick Lewycky2014-05-02
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-01
* Add basic functionality for assignment of ints.Reed Kotler2014-05-01
* Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2014-05-01
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-01
* DebugInfo: Correct the attribute type kind.David Blaikie2014-05-01
* PR19623: Implement typedefs of void.David Blaikie2014-05-01
* R600/SI: Fix verifier error with pseudo store instructions.Matt Arsenault2014-05-01
* Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2014-05-01
* [ARM64] Prefer generation of bzero on Darwin onlyBradley Smith2014-05-01
* Don't force symbols to be globals in .thumb_set.Rafael Espindola2014-05-01
* AArch64/ARM64: rewrite test to use FileCheck & add ARM64 linesTim Northover2014-05-01
* AArch64/ARM64: port basic disassembly tests to ARM64.Tim Northover2014-05-01
* AArch64/ARM64: print BFM instructions as BFI or BFXILTim Northover2014-05-01
* Correction to assert statemtent to allow 32-bit unsigned numbers with the top...Richard Barton2014-05-01
* Revert r205965, which essentially reverts r205018 for the second time.Chandler Carruth2014-05-01
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-01
* [ARM64] Conditionalize CPU specific system registers on subtarget featuresBradley Smith2014-05-01
* [mips] Move expansion of .cpsetup to target streamer.Matheus Almeida2014-05-01