aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LowerAtomic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Clean whitespaces.Nadav Rotem2012-07-241-2/+2
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-1/+1
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-98/+1
* Make a bunch of symbols private.Benjamin Kramer2011-08-191-2/+2
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-0/+17
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-291-0/+74
* Fix a use after free. An instruction can't be both an intrinsic call and a fe...Benjamin Kramer2011-07-281-1/+1
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-271-2/+11
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* more cleanupsChris Lattner2010-09-051-52/+38
* Change lower atomic pass to use IntrinsicInst to simplify it a bit.Chris Lattner2010-09-051-37/+27
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-2/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Fix uninitialized variable warning.Nick Lewycky2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Add an atomic lowering passPeter Collingbourne2010-08-031-0/+160