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
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
Standardize {pred,succ,use,user}_empty()
Ramkumar Ramachandra
2015-01-13
1
-1
/
+1
*
Rename llvm.recoverframeallocation to llvm.framerecover
Reid Kleckner
2015-01-13
1
-2
/
+2
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-2
/
+27
*
[GC] improve testing around gc.relocate and fix a test
Philip Reames
2015-01-07
1
-9
/
+32
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
1
-4
/
+4
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-0
/
+7
*
Use CastInst::castIsValid to simplify the verifier.
Rafael Espindola
2014-12-16
1
-47
/
+9
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-42
/
+99
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+13
*
A few more checks for gc.statepoints in the Verifier
Philip Reames
2014-12-04
1
-0
/
+11
*
Strength Verifier checks around the types involved in a statepoint
Philip Reames
2014-12-03
1
-6
/
+23
*
Make the Verifier more strict about gc.statepoints
Philip Reames
2014-12-03
1
-28
/
+60
*
[Statepoints 1/4] Statepoint infrastructure for garbage collection: IR Intrin...
Philip Reames
2014-12-01
1
-0
/
+81
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-13
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+13
*
Add curly braces to workaround an MSVC bug.
Zachary Turner
2014-11-21
1
-1
/
+3
*
Verifier: Check that all instructions have their parent pointers set up
Adrian Prantl
2014-11-21
1
-0
/
+4
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-5
/
+5
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-6
/
+6
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-3
/
+3
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-2
/
+2
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
1
-1
/
+1
*
Extend the verifier to check usage of 'nonnull' metadata.
Philip Reames
2014-10-21
1
-0
/
+8
*
Extend the verifier to validate range metadata on calls and invokes.
Philip Reames
2014-10-20
1
-49
/
+56
*
[Stackmaps] Enable invoking the patchpoint intrinsic.
Juergen Ributzka
2014-10-17
1
-3
/
+7
*
Be more careful in parsing Module::ModFlagBehavior value
Alexey Samsonov
2014-09-08
1
-13
/
+12
*
Verifier: Don't reject varargs callee cleanup functions
Reid Kleckner
2014-08-29
1
-5
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+2
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+2
*
Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB
Reid Kleckner
2014-07-15
1
-0
/
+8
*
IR: Allow comdats to be applied to globals with internal linkage
David Majnemer
2014-07-13
1
-4
/
+3
*
Verifier: Update assert message to reflect LangRef
David Majnemer
2014-06-28
1
-1
/
+3
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-0
/
+33
*
[ValueTracking] Extend range metadata to call/invoke
Jingyue Wu
2014-06-19
1
-1
/
+2
*
Fix verifier for GlobalAliases to avoid recursing into global initializers.
Bob Wilson
2014-06-12
1
-0
/
+4
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-1
/
+0
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-1
/
+10
*
Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
2014-06-04
1
-2
/
+1
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-22
/
+41
*
Use existing helper function.
Rafael Espindola
2014-05-26
1
-8
/
+1
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
1
-2
/
+10
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-6
/
+0
*
musttail: Fix the verification of alignment attributes
Reid Kleckner
2014-05-15
1
-11
/
+16
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-2
/
+7
*
Special case aliases in GlobalValue::getSection.
Rafael Espindola
2014-05-06
1
-1
/
+0
[prev]
[next]