index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR387:
Reid Spencer
2006-08-28
1
-2
/
+1
*
Silence -Woverloaded-virtual warnings.
Chris Lattner
2006-08-28
1
-1
/
+11
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
2
-3
/
+3
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-5
/
+5
*
We no longer care whether something is an opt vs analysis pass, only whether
Chris Lattner
2006-08-27
1
-3
/
+3
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
6
-6
/
+6
*
Fix PR885
Chris Lattner
2006-08-21
1
-4
/
+4
*
Add dominates/properlyDominates queries to IDom.
Chris Lattner
2006-08-01
1
-0
/
+11
*
For PR780:
Reid Spencer
2006-07-26
1
-7
/
+8
*
No Need to live in the past.
Jim Laskey
2006-07-26
1
-3
/
+0
*
Moving this function to a permanent home to prevent a dependency cycle created
Jim Laskey
2006-07-25
1
-0
/
+19
*
Fix a race condition in the makefile andrew reported
Chris Lattner
2006-07-20
1
-1
/
+1
*
Fix PR835 so that touching tblgen in a way that doesn't affect intrinsic
Chris Lattner
2006-07-20
1
-2
/
+5
*
Move MVT::getVectorType out of line, it is large and shouldn't be inlined.
Chris Lattner
2006-07-19
1
-0
/
+34
*
Reduce the size of Constants.o by 25% by generalizing specific instantiations of
Jim Laskey
2006-07-17
1
-30
/
+31
*
Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's
Chris Lattner
2006-07-14
1
-22
/
+57
*
Add a new method for bugpoint to use
Chris Lattner
2006-07-14
1
-0
/
+51
*
Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll
Chris Lattner
2006-07-11
1
-2
/
+8
*
1. Support for c++ mangled names.
Jim Laskey
2006-07-11
1
-2
/
+2
*
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-6
/
+2
*
Change the verifier to never throw an exception. Instead verifyModule canopt...
Chris Lattner
2006-07-06
1
-8
/
+7
*
Use hidden visibility to reduce codesize
Chris Lattner
2006-06-28
2
-4
/
+6
*
Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...
Chris Lattner
2006-06-28
4
-24
/
+47
*
Add more anonymous namespaces to make it clear that these are private classes
Chris Lattner
2006-06-21
1
-1
/
+18
*
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2006-06-21
2
-0
/
+19
*
Handle versioning of compile unit.
Jim Laskey
2006-06-19
1
-0
/
+5
*
Forgot operands were hard coded for compile unit.
Jim Laskey
2006-06-16
1
-2
/
+2
*
When asked not to delete useless PHIs, really don't delete them, no matter how
Owen Anderson
2006-06-14
1
-1
/
+2
*
Add a missing assertion that would have helped out Reid
Chris Lattner
2006-06-10
1
-0
/
+2
*
Remove dead code.
Vladimir Prus
2006-06-08
1
-1
/
+1
*
New method BasicBlock::getFirstNonPHI.
Vladimir Prus
2006-06-08
1
-0
/
+11
*
For PR780:
Reid Spencer
2006-06-07
2
-0
/
+5
*
Add a virtual dtor to the InlineAsm class so that the principle method of
Chris Lattner
2006-06-07
1
-0
/
+6
*
For PR780:
Reid Spencer
2006-06-07
2
-6
/
+4
*
For PR780:
Reid Spencer
2006-06-07
2
-3
/
+4
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
1
-1
/
+1
*
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
[next]