Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last batch of test conversions to new atomic instructions. | Eli Friedman | 2011-09-27 | 1 | -43/+19 |
* | Fix some broken CHECK lines. | Benjamin Kramer | 2010-11-29 | 1 | -1/+1 |
* | test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be... | NAKAMURA Takumi | 2010-10-05 | 1 | -1/+1 |
* | give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256... | Chris Lattner | 2010-09-21 | 1 | -0/+11 |
* | filecheckize | Chris Lattner | 2010-09-21 | 1 | -11/+49 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | Add support for 8 and 16 bit forms of __sync | Dale Johannesen | 2008-08-19 | 1 | -2/+3 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -29/+29 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -9/+9 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+93 |