index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LowerAtomic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-2
/
+2
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-1
/
+1
*
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
1
-98
/
+1
*
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
1
-2
/
+2
*
Representation of 'atomic load' and 'atomic store' in IR.
Eli Friedman
2011-08-09
1
-0
/
+17
*
Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be
Eli Friedman
2011-07-29
1
-0
/
+74
*
Fix a use after free. An instruction can't be both an intrinsic call and a fe...
Benjamin Kramer
2011-07-28
1
-1
/
+1
*
Misc mid-level changes for new 'fence' instruction.
Eli Friedman
2011-07-27
1
-2
/
+11
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
more cleanups
Chris Lattner
2010-09-05
1
-52
/
+38
*
Change lower atomic pass to use IntrinsicInst to simplify it a bit.
Chris Lattner
2010-09-05
1
-37
/
+27
*
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
1
-2
/
+3
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Fix uninitialized variable warning.
Nick Lewycky
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Add an atomic lowering pass
Peter Collingbourne
2010-08-03
1
-0
/
+160