index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
InstVisitor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some comments.
Bob Wilson
2009-07-15
1
-8
/
+8
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-1
/
+1
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-2
/
+2
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
1
-2
/
+0
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-8
/
+8
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-4
/
+0
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-1
/
+0
*
IR support for extractvalue and insertvalue instructions. Also, begin
Dan Gohman
2008-05-15
1
-0
/
+2
*
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-05-12
1
-0
/
+2
*
Add GetResultInst. First step for multiple return value support.
Devang Patel
2008-02-19
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+221