summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* If a function needs a frame pointer, but r11 (aka fp) has not been used,Joerg Sonnenberger2014-05-06
* Do not make -pass-remarks additive.Diego Novillo2014-05-06
* TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...Benjamin Kramer2014-05-06
* [X86] Improve the lowering of BITCAST dag nodes from type f64 to type v2i32 (...Andrea Di Biagio2014-05-06
* Implememting named register intrinsicsRenato Golin2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-06
* AArch64/ARM64: add two more MC tests to ARM64 set.Tim Northover2014-05-06
* AArch64/ARM64: enable MC-level diagnostic tests for NEON insts.Tim Northover2014-05-06
* AArch64/ARM64: make NEON vector list parsing a bit more robustTim Northover2014-05-06
* AArch64/ARM64: produce more informative diagnostic assembling some immediatesTim Northover2014-05-06
* ARM: For thumb fixups store halfwords high first and low secondChristian Pirker2014-05-06
* [ARM64] Enable alignment control option in front-end for ARM64.Kevin Qin2014-05-06
* Fix i128 div/mod on mingw64Reid Kleckner2014-05-06
* Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls...Nick Lewycky2014-05-05
* R600: Expand i64 ISD:SUBTom Stellard2014-05-05
* Revert "Optimize shufflevector that copies an i64/f64 and zeros the rest."Filipe Cabecinhas2014-05-05
* Optimize shufflevector that copies an i64/f64 and zeros the rest.Filipe Cabecinhas2014-05-05
* Move test from r207969 to another folder and rename it.Michael Zolotukhin2014-05-05
* Always set alignment of vectorized LD/ST in SLP-Vectorizer. <rdar://problem...Yi Jiang2014-05-05
* Fix spelling.Joerg Sonnenberger2014-05-05
* 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