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
*
* Rewrite loop to be slightly more efficient (arguably)
Chris Lattner
2002-07-18
1
-2
/
+2
*
* ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-18
1
-109
/
+73
*
Add a hack to check for a subset of true dominance properties
Chris Lattner
2002-07-18
1
-4
/
+22
*
Implement linking of ConstExprs
Chris Lattner
2002-07-18
1
-9
/
+43
*
added std:: to cerr and endl
Anand Shukla
2002-07-16
1
-2
/
+5
*
Ensure ConstExpr constants are unique using a
Vikram S. Adve
2002-07-15
1
-5
/
+62
*
Added support to write out ConstantExpr nodes.
Vikram S. Adve
2002-07-14
1
-4
/
+21
*
Added subclass ConstantExpr to represent expressions consructed from
Vikram S. Adve
2002-07-14
1
-12
/
+129
*
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-07-14
2
-45
/
+53
*
*** empty log message ***
Chris Lattner
2002-07-10
1
-5
/
+5
*
Moved MachineCodeForBB to be an annotation on BasicBlock.
Vikram S. Adve
2002-07-08
1
-4
/
+1
*
*** empty log message ***
Chris Lattner
2002-06-30
2
-2
/
+1
*
changes for 64bit gcc
Anand Shukla
2002-06-25
4
-7
/
+8
*
added include<iostream> for cerr
Anand Shukla
2002-06-25
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
16
-435
/
+324
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-57
/
+45
*
* Update to work with Megapatch
Chris Lattner
2002-06-25
1
-105
/
+153
*
Support opaque type printing a little bit at least
Chris Lattner
2002-05-26
1
-0
/
+2
*
Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
Chris Lattner
2002-05-23
1
-1
/
+4
*
Avoid creating the symbol table if we don't need it.
Chris Lattner
2002-05-22
1
-2
/
+2
*
Print out function name with % style instead of "" style
Chris Lattner
2002-05-22
1
-2
/
+2
*
Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.ll
Chris Lattner
2002-05-21
1
-4
/
+21
*
Avoid emitting a useless comment for a basic block with no uses (which
Chris Lattner
2002-05-14
1
-3
/
+6
*
Add method to check to see if two _Instructions_ dominate each other
Chris Lattner
2002-05-13
1
-0
/
+14
*
We actually need this code for the release build to prevent link errors,
Chris Lattner
2002-05-10
1
-6
/
+1
*
Verify that function call arguments match the function signature
Chris Lattner
2002-05-08
1
-0
/
+17
*
Implement constant propogation of PHI instructions like this:
Chris Lattner
2002-05-07
1
-1
/
+17
*
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
1
-1
/
+1
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
2
-36
/
+39
*
Mark analyses that only depend on the CFG of a function
Chris Lattner
2002-05-06
1
-8
/
+8
*
Make functions that preserve the CFG not invalidate analyses that only depend
Chris Lattner
2002-05-06
1
-1
/
+28
*
Move a bunch of code to a .cpp file, don't #include Instruction.h
Chris Lattner
2002-05-06
2
-86
/
+24
*
Move code out of header file
Chris Lattner
2002-05-06
1
-0
/
+81
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-3
/
+3
*
Implement getPrimitiveSize()
Chris Lattner
2002-05-06
1
-2
/
+14
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
2
-0
/
+44
*
Implement constant propogation of shifts
Chris Lattner
2002-05-06
1
-0
/
+28
*
Print functions with curly braces instead of begin/end
Chris Lattner
2002-05-06
1
-9
/
+7
*
Implement two iterator remove method
Chris Lattner
2002-05-06
1
-0
/
+17
*
Implement remainder
Chris Lattner
2002-05-03
1
-9
/
+46
*
Implement remainder
Chris Lattner
2002-05-03
2
-22
/
+26
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-03-NotOperator.ll
Chris Lattner
2002-05-03
1
-12
/
+26
*
The implementation keyword is no longer neccesary
Chris Lattner
2002-05-02
1
-1
/
+1
*
Fix problem where subpasses would invalidate all analyses outstanding
Chris Lattner
2002-04-30
1
-0
/
+8
*
Make the range insert operation return an iterator, even though the STL
Chris Lattner
2002-04-29
1
-3
/
+11
*
Changes so that iMemory.h doesn't include DerivedTypes.h
Chris Lattner
2002-04-29
2
-0
/
+19
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
6
-7
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
3
-5
/
+15
*
Add a new command line option for PassManager using utilities.
Chris Lattner
2002-04-29
2
-11
/
+144
*
Todo has been implemented, remove it
Chris Lattner
2002-04-28
1
-3
/
+0
[next]