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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-06-01
1
-5
/
+1
*
Make the getNamedFunction and getNamedGlobal methods be const. They don't
Reid Spencer
2006-05-31
1
-8
/
+8
*
Provide a simpler interface for getting a ConstantArray from a character
Reid Spencer
2006-05-30
1
-8
/
+4
*
Undo a patch that breaks llvm-as because the warning message is written to
Reid Spencer
2006-05-30
1
-1
/
+1
*
Write the WARNING message to cout instead of cerr. Writing to cerr causes
Reid Spencer
2006-05-30
1
-1
/
+1
*
Adjust the interface to ConstantArray::get. The previous
Reid Spencer
2006-05-30
1
-8
/
+15
*
Reset DEBUG_SYMBOL_TABLE back to 0.
Vladimir Prus
2006-05-29
1
-1
/
+1
*
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
Vladimir Prus
2006-05-29
1
-2
/
+2
*
Fix grammar in a comment.
Reid Spencer
2006-05-29
1
-1
/
+1
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Print csretcc calls like this:
Chris Lattner
2006-05-19
1
-8
/
+8
*
pretty print csretcc for calls
Chris Lattner
2006-05-19
1
-0
/
+2
*
Asmprint csret nicely
Chris Lattner
2006-05-19
1
-0
/
+1
*
csret functions can be varargs (as can target cc's). Verify restrictions on
Chris Lattner
2006-05-19
1
-3
/
+18
*
Fix some think-o's in my last commit. Thanks to Chris for pointing them out.
Owen Anderson
2006-05-18
1
-16
/
+18
*
Change Module to use TargetData-compatible strings internally.
Owen Anderson
2006-05-18
1
-1
/
+60
*
inverted logic, caught by coverity
Chris Lattner
2006-05-14
1
-1
/
+1
*
remove dead var
Chris Lattner
2006-05-14
2
-2
/
+1
*
Add an assertion for a common error
Chris Lattner
2006-05-10
1
-1
/
+4
*
Add assertions that verify that the actual arguments to a call or invoke match
Chris Lattner
2006-05-03
1
-4
/
+22
*
Remove a hack required by V9.
Chris Lattner
2006-04-21
1
-4
/
+2
*
Move these ctors out of line
Chris Lattner
2006-04-14
1
-0
/
+13
*
Don't print out the install command for Intrinsics.gen unless VERBOSE mode.
Reid Spencer
2006-04-14
1
-1
/
+2
*
Don't emit useless warning messages.
Reid Spencer
2006-04-12
1
-2
/
+3
*
Add constant replacement for insertelement/vectorshuffle constant exprs
Chris Lattner
2006-04-08
1
-0
/
+16
*
Use the isValidOperands helper instead of duplicating checking code
Chris Lattner
2006-04-08
1
-16
/
+7
*
Add methods to check insertelement/extractelement instructions for validity,
Chris Lattner
2006-04-08
1
-6
/
+37
*
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-04-08
8
-8
/
+137
*
Constant fold extractelement(zero, x) -> zero
Chris Lattner
2006-04-07
1
-0
/
+3
*
Move this to lib/Analysis.
Andrew Lenharth
2006-04-06
1
-332
/
+0
*
vector casts never reinterpret bits
Chris Lattner
2006-04-02
1
-0
/
+5
*
Constant fold casts from things like <4 x int> -> <4 x uint>, likewise int<->fp.
Chris Lattner
2006-04-02
1
-0
/
+108
*
constant fold extractelement with undef operands.
Chris Lattner
2006-03-31
1
-1
/
+7
*
Fix build breakage.
Jeff Cohen
2006-03-31
1
-0
/
+1
*
Add a new method to verify intrinsic function prototypes.
Chris Lattner
2006-03-31
1
-2
/
+60
*
Bullet proof against undefined args produced by upgrading ols-style debug info.
Jim Laskey
2006-03-26
1
-3
/
+3
*
Update dependencies to reflect split of the Intrinsics.td file
Chris Lattner
2006-03-26
1
-2
/
+5
*
Teach BinaryOperator::createNot to work with packed integer types
Chris Lattner
2006-03-25
1
-2
/
+9
*
Cast instruction not inserted into basic block.
Jim Laskey
2006-03-25
1
-41
/
+5
*
Implement Intrinsic::getName
Chris Lattner
2006-03-25
1
-0
/
+11
*
Fix indent.
Jim Laskey
2006-03-24
1
-1
/
+1
*
Clean up some commentary.
Jim Laskey
2006-03-24
1
-1
/
+19
*
Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-13
/
+9
*
Simplify handling of llvm.dbg intrinsic operands to one spot.
Jim Laskey
2006-03-23
1
-0
/
+55
*
Change the argument types of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-23
/
+64
*
Fix use of LEVEL.
Reid Spencer
2006-03-17
1
-1
/
+1
*
Two fixes:
Reid Spencer
2006-03-17
1
-1
/
+5
*
Bugfix, unbreaking CodeGen/PowerPC/cttz.ll
Chris Lattner
2006-03-14
1
-1
/
+1
*
Fix an et-forest memory leak. Patch by Daniel Berlin.
Chris Lattner
2006-03-14
1
-0
/
+1
*
1. Handle removal of all arguments for a morphed intrinsic.
Jim Laskey
2006-03-14
1
-1
/
+4
[next]