index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
Instruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Return iterator from Instruction::eraseFromParent.
Daniel Berlin
2015-04-02
1
-2
/
+2
*
Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
Mehdi Amini
2015-03-03
1
-4
/
+4
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-11
/
+0
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-1
/
+1
*
typo
Sanjay Patel
2014-09-10
1
-1
/
+1
*
Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
2014-09-03
1
-0
/
+15
*
Fix a logic bug when copying fast-math flags.
Sanjay Patel
2014-09-02
1
-1
/
+6
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-0
/
+1
*
Fix assert comments in Instruction.cpp.
Chad Rosier
2014-06-11
1
-6
/
+6
*
Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of...
NAKAMURA Takumi
2014-06-02
1
-0
/
+4
*
Factor out comparison of Instruction "special" states.
Arnaud A. de Grandmaison
2014-05-27
1
-84
/
+55
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-3
/
+3
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-2
/
+8
*
[C++11] Modernize the IR library a bit.
Benjamin Kramer
2014-03-10
1
-10
/
+6
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-5
/
+5
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-0
/
+4
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-12
/
+13
*
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
1
-2
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+551
[prev]