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
...
*
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
*
Don't call doFinalization from verifyFunction.
Rafael Espindola
2013-11-13
1
-1
/
+0
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-4
/
+0
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
1
-1
/
+41
*
Add calls to doInitialization() and doFinalization() in verifyFunction()
Rafael Espindola
2013-10-30
1
-0
/
+2
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+20
*
Add a GlobalAlias::isValidLinkage to reduce code duplication.
Rafael Espindola
2013-10-09
1
-2
/
+1
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-1
/
+1
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
1
-2
/
+2
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-20
/
+5
*
Remove verifier check that attribute 'builtin' is only applied to calls to
Richard Smith
2013-09-07
1
-8
/
+0
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-1
/
+17
[prev]
[next]