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
/
VMCore
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Capitalize `Java'
Misha Brukman
2004-06-24
1
-7
/
+7
*
Minor cleanup
Chris Lattner
2004-06-17
1
-1
/
+1
*
isnan is dead
Chris Lattner
2004-06-15
1
-10
/
+0
*
Make assertions more consistent with the rest of the intrinsic
Alkis Evlogimenos
2004-06-13
1
-8
/
+12
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-12
1
-1
/
+11
*
I misled Alkis: LLVM should have isnan, not isunordered.
Chris Lattner
2004-06-11
1
-1
/
+7
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
1
-0
/
+2
*
Fix PR361.
Chris Lattner
2004-06-07
1
-1
/
+2
*
Fix GCC warning
Chris Lattner
2004-06-05
1
-1
/
+1
*
Work around VS bug
Chris Lattner
2004-06-05
1
-3
/
+2
*
* Verify function prototypes, not just functions with bodies.
Chris Lattner
2004-06-03
1
-2
/
+12
*
Fix for bug 348.
Reid Spencer
2004-05-27
1
-0
/
+1
*
Convert to SymbolTable's new iteration interface. Remove tabs.
Reid Spencer
2004-05-25
1
-14
/
+27
*
Recognize and verify the new GC intrinsics.
Chris Lattner
2004-05-23
1
-6
/
+16
*
Fix for PR340: Verifier misses malformed switch instruction
Chris Lattner
2004-05-21
1
-0
/
+12
*
Fold two assertions with backwards error messages into one with a
Brian Gaeke
2004-05-17
1
-6
/
+3
*
Fixed inconsistent indentation.
John Criswell
2004-05-04
1
-16
/
+16
*
Make sure to check for a very bad class of errors: an instruction
Chris Lattner
2004-04-16
1
-0
/
+6
*
Remove the return type check for llvm.readio. This check is done for all
John Criswell
2004-04-14
1
-4
/
+3
*
Added code to verify that llvm.readio's pointer argument returns something
John Criswell
2004-04-14
1
-3
/
+8
*
Finish adding the llvm.readio and llvm.writeio intrinsics.
John Criswell
2004-04-14
1
-0
/
+22
*
Reversed the order of the llvm.writeport() operands so that the value
John Criswell
2004-04-09
1
-2
/
+2
*
Added the llvm.readport and llvm.writeport intrinsics.
John Criswell
2004-04-08
1
-0
/
+20
*
Make the verifier API more complete and useful.
Chris Lattner
2004-04-02
1
-20
/
+48
*
Add another check
Chris Lattner
2004-03-29
1
-0
/
+5
*
Catch some more cases of broken code. The loop extractor seems to be creating
Chris Lattner
2004-03-14
1
-3
/
+8
*
verifyFunction has been broken for a long time now. Fix it.
Chris Lattner
2004-03-14
1
-12
/
+8
*
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-13
1
-3
/
+3
*
Add support for checking the select instruction
Chris Lattner
2004-03-12
1
-0
/
+11
*
Doxygenify comments.
Misha Brukman
2004-03-02
1
-22
/
+19
*
Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll
Chris Lattner
2004-02-27
1
-1
/
+2
*
Make the verifier a little more explicit about this problem.
Chris Lattner
2004-02-24
1
-2
/
+2
*
Add llvm.memset/frameaddress/returnaddress intrinsics.
Chris Lattner
2004-02-14
1
-7
/
+15
*
Add support for the llvm.memmove intrinsic
Chris Lattner
2004-02-12
1
-0
/
+1
*
Implement the llvm.memcpy intrinsic
Chris Lattner
2004-02-12
1
-0
/
+2
*
Fix check. PHI nodes must be handled specially, of course.
Chris Lattner
2004-01-14
1
-4
/
+5
*
Tighten up verifier checks. The result of an invoke instruction only
Chris Lattner
2004-01-14
1
-2
/
+8
*
Add support for new intrinsic
Chris Lattner
2004-01-06
1
-0
/
+1
*
Add VMCore and code generator support for debugging intrinsics. By default
Chris Lattner
2004-01-05
1
-0
/
+5
*
Check return types of functions
Chris Lattner
2003-11-21
1
-0
/
+3
*
Fix problem Reid was having with external globals and nonexternal linkage
Chris Lattner
2003-11-21
1
-3
/
+2
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-10
/
+10
*
Fix some problems with assertions printing
Chris Lattner
2003-11-21
1
-7
/
+19
*
improve error message
Chris Lattner
2003-11-21
1
-2
/
+2
*
When failing a Verifier assertion, use WriteAsOperand to print out the
Brian Gaeke
2003-11-16
1
-5
/
+7
*
Expose the verifier to opt
Chris Lattner
2003-11-13
1
-1
/
+1
*
Detect problems with PHI node operands!
Chris Lattner
2003-11-12
1
-0
/
+6
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-28
/
+32
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-18
1
-3
/
+4
[next]