Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Tests] Rename some test files for consistency | Philip Reames | 2019-02-13 | 1 | -219/+0 |
* | X86: Do not use llc -march in tests. | Matthias Braun | 2017-08-02 | 1 | -2/+2 |
* | [X86] Don't transform atomic-load-add into an inc/dec when inc/dec is slow | Robin Morisset | 2014-10-08 | 1 | -0/+17 |
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -24/+24 |
* | Fix PR15355 | Michael Liao | 2013-03-06 | 1 | -1/+1 |
* | Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith | Michael Liao | 2012-09-19 | 1 | -1/+2 |
* | Convert a bunch more tests over to the new atomic instructions. | Eli Friedman | 2011-09-26 | 1 | -66/+50 |
* | Enable i16 to i32 promotion by default. | Evan Cheng | 2010-04-28 | 1 | -1/+1 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng | 2009-07-30 | 1 | -0/+217 |