summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* Revert r209381 as it isn't a local variable. Add a testcase so thatEric Christopher2014-06-03
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-03
* [AArch64] Add regression tests for the load/store optimizer which cover post-...Tilmann Scheller2014-06-03
* [asan] Fix coverage instrumentation with -asan-globals=0.Evgeniy Stepanov2014-06-03
* AArch64: mark small types (i1, i8, i16) as promotedTim Northover2014-06-03
* Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...Nick Lewycky2014-06-03
* [AArch64] Correctly deal with VPR stack parameter passing.Jiangning Liu2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Add back commit r210029.Rafael Espindola2014-06-02
* Convert test to FileCheck.Rafael Espindola2014-06-02
* Revert "Add the nsw flag when we detect that an add will not signed overflow."Rafael Espindola2014-06-02
* Added support to optimize comparisons with "lshr exact" of a constant.Rafael Espindola2014-06-02
* [X86] Fix checked arithmetic for i8 on X86.Andrea Di Biagio2014-06-02
* Add the nsw flag when we detect that an add will not signed overflow.Rafael Espindola2014-06-02
* [AArch64] Add some more regression tests for store pre-index update folding i...Tilmann Scheller2014-06-02
* [msan] Handle x86 vector pack intrinsics.Evgeniy Stepanov2014-06-02
* [AArch64] Add some more regression tests for load pre-index update folding in...Tilmann Scheller2014-06-02
* Added inst combine tarnsform for (1 << X) & C pattrens where C is (some Power...Dinesh Dwivedi2014-06-02
* Added inst combine transforms for single bit tests from Chris's noteDinesh Dwivedi2014-06-02
* ARMEB: Fix function return type f64Christian Pirker2014-06-01
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-01
* Fix typosAlp Toker2014-05-31
* [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".Benjamin Kramer2014-05-31
* R600/SI: Fix [s|u]int_to_fp for i1Matt Arsenault2014-05-31
* [yaml2obj] Add new command line option `-docnum`.Simon Atanasyan2014-05-31
* Make blend tests more specificFilipe Cabecinhas2014-05-31
* [TSan] Fixup a test case after r209939Alexey Samsonov2014-05-31
* [X86] Add two combine rules to simplify dag nodes introduced during type lega...Andrea Di Biagio2014-05-30
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-30
* Separate the check for blend shuffle_vector masksFilipe Cabecinhas2014-05-30
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* MachO: move test to ARM directory.Tim Northover2014-05-30
* PR19753: Optimize comparisons with "ashr exact" of a constanst.Rafael Espindola2014-05-30
* [pr19636] Fix known bit computation in urem instruction with power of two.Rafael Espindola2014-05-30
* SelectionDAG: skip barriers for unordered atomic operationsTim Northover2014-05-30
* ARM: use AAPCS-style prologues for embedded MachO.Tim Northover2014-05-30
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* AArch64 & ARM: disable generic test that relies on no CFG changes.Tim Northover2014-05-30
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* AArch64 & ARM: remove undefined behaviour from some tests.Tim Northover2014-05-30
* Test cases named with dates is a legacy rule not used now. Rename several tes...Hao Liu2014-05-30
* Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...Karthik Bhat2014-05-30
* When analyzing params/args for readnone/readonly, don't forget to consider th...Nick Lewycky2014-05-30
* [X86] Move test from r209863 to CodeGen/X86Adam Nemet2014-05-29
* [X86] Remove AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* [X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* LoopVectorizer: Add a check that the backedge taken count + 1 does not overflowArnold Schwaighofer2014-05-29
* Added tests for shufflevector lowering to blend instrs.Filipe Cabecinhas2014-05-29