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
...
*
Special case aliases in GlobalValue::getAlignment.
Rafael Espindola
2014-05-06
1
-1
/
+0
*
Aliases are always definitions. Delete dead code.
Rafael Espindola
2014-05-02
1
-6
/
+2
*
IR: Conservatively verify inalloca arguments
David Majnemer
2014-04-30
1
-0
/
+10
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-0
/
+89
*
verify-di: Add back braces for MSVC compatability
Duncan P. N. Exon Smith
2014-04-15
1
-5
/
+12
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-49
/
+92
*
verify-di: split out VerifierSupport
Duncan P. N. Exon Smith
2014-04-15
1
-57
/
+62
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-17
/
+19
*
Verifier: Give the right message for bad atomic loads
Duncan P. N. Exon Smith
2014-04-08
1
-2
/
+2
*
Invert the option to enable debug info verification. No functional
Eric Christopher
2014-04-07
1
-8
/
+7
*
Intrinsics: add LLVMHalfElementsVectorType constraint
Tim Northover
2014-03-29
1
-0
/
+6
*
Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
Tim Northover
2014-03-28
1
-10
/
+27
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-3
/
+7
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-7
/
+3
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-3
/
+7
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-16
/
+15
*
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2014-03-12
1
-0
/
+1
*
Avoid repeated calls to CE->getOperand(0). No functionality change.
Rafael Espindola
2014-03-12
1
-9
/
+10
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-2
/
+15
*
IR: Slightly more verbose error in Verifier
Justin Bogner
2014-03-10
1
-2
/
+4
*
[C++11] Fix break due to MSVC bug.
Ahmed Charles
2014-03-09
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-7
/
+5
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to IR library.
Craig Topper
2014-03-05
1
-3
/
+3
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
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
*
Check that GlobalAliases don't have section or alignment.
Rafael Espindola
2014-02-13
1
-0
/
+2
*
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
2014-01-20
1
-9
/
+22
*
[PM] Make the verifier work independently of any pass manager.
Chandler Carruth
2014-01-19
1
-150
/
+149
*
[PM] [cleanup] Rename some of the Verifier's members, re-arrange them,
Chandler Carruth
2014-01-17
1
-273
/
+269
*
[PM] Remove the preverifier and directly compute the DominatorTree for
Chandler Carruth
2014-01-17
1
-53
/
+27
*
Change inalloca rules to make it only apply to the last parameter
Reid Kleckner
2014-01-16
1
-24
/
+9
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-9
/
+13
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-13
/
+9
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-9
/
+13
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-2
/
+2
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-3
/
+2
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Allow addrspacecast in global aliases
Matt Arsenault
2014-01-02
1
-1
/
+3
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
1
-25
/
+53
*
Fix the segfault reported in PR 11990.
Kaelyn Uhrain
2013-12-07
1
-1
/
+2
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-3
/
+3
*
Debug Info Verifier: disable it by default.
Manman Ren
2013-11-18
1
-1
/
+1
*
Debug Info Verifier: fix when to find debug info nodes and when to verify them.
Manman Ren
2013-11-17
1
-5
/
+11
*
Debug Info Verifier: enable public functions of Finder to update the type map.
Manman Ren
2013-11-17
1
-3
/
+3
*
Debug Info Verifier: remove un-used argument in verifyDebugInfo.
Manman Ren
2013-11-16
1
-3
/
+3
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-5
/
+20
[prev]
[next]