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
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid #including CommandLine.h
Chris Lattner
2002-05-22
3
-28
/
+2
*
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-22
1
-0
/
+21
*
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-05-22
1
-9
/
+48
*
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-21
1
-2
/
+1
*
Expose CFG simplification pass
Chris Lattner
2002-05-21
1
-0
/
+8
*
Cleanups, rename IsPowerOf2 to isPowerOf2
Chris Lattner
2002-05-19
1
-27
/
+18
*
Added log2 for log-base-2 and also modified IsPower2 to use it.
Vikram S. Adve
2002-05-19
1
-9
/
+15
*
Added parameter IntRegSize for standard general-purpose register size.
Vikram S. Adve
2002-05-19
1
-1
/
+3
*
New function CreateSignExtensionInstructions.
Vikram S. Adve
2002-05-19
2
-56
/
+98
*
Many functions that returned a single MachineInstr now take a
Vikram S. Adve
2002-05-19
1
-18
/
+20
*
Better interface to generating machine instr for common cases
Vikram S. Adve
2002-05-19
1
-0
/
+127
*
MachineInstr now inherits from Annotable.
Vikram S. Adve
2002-05-19
1
-1
/
+3
*
Annotation class for MachineInstr.
Vikram S. Adve
2002-05-19
1
-0
/
+96
*
Add integer register size field.
Vikram S. Adve
2002-05-19
1
-6
/
+11
*
Invoke inst has side effects!
Chris Lattner
2002-05-14
1
-0
/
+2
*
Add method to check to see if two _Instructions_ dominate each other
Chris Lattner
2002-05-13
1
-0
/
+7
*
Add prototype for LICM pass
Chris Lattner
2002-05-10
1
-0
/
+8
*
Make sure to call the derived visit versions from the ranged iterator.
Chris Lattner
2002-05-10
1
-1
/
+1
*
Add explicit abort so optimized build knows that the function does not return
Chris Lattner
2002-05-10
1
-0
/
+1
*
Add an explicit abort so that the optimized build knows the function does
Chris Lattner
2002-05-10
1
-0
/
+1
*
Initial checkin of Statistic class
Chris Lattner
2002-05-10
1
-0
/
+69
*
remove deprecated getInstType() method
Chris Lattner
2002-05-10
2
-5
/
+2
*
Add prototype for the PiNodeInserter pass
Chris Lattner
2002-05-10
1
-0
/
+23
*
Add expr reassociation pass prototype
Chris Lattner
2002-05-08
1
-0
/
+10
*
*** empty log message ***
Sumant Kowshik
2002-05-08
1
-0
/
+21
*
Spell aggressive right
Chris Lattner
2002-05-07
1
-2
/
+2
*
Fix misspelling
Chris Lattner
2002-05-07
1
-1
/
+1
*
These files are supersumed by include/llvm/Transforms/Scalar.h
Chris Lattner
2002-05-07
8
-172
/
+0
*
New header file to replace all of the Scalar/*.h files.
Chris Lattner
2002-05-07
1
-0
/
+120
*
Checkin headers for Utils library
Chris Lattner
2002-05-07
2
-0
/
+109
*
Cleanup implementation a bit + comments
Chris Lattner
2002-05-07
1
-19
/
+7
*
Update header after moving file
Chris Lattner
2002-05-07
3
-12
/
+9
*
Remove long dead file
Chris Lattner
2002-05-07
1
-15
/
+0
*
Factor code out to the Transform Utils library
Chris Lattner
2002-05-07
2
-42
/
+3
*
Add support for passes to announce that they only depend on the CFG of a
Chris Lattner
2002-05-06
1
-0
/
+9
*
Move a bunch of code to a .cpp file, don't #include Instruction.h
Chris Lattner
2002-05-06
1
-43
/
+12
*
* Add getPrimitiveSize method
Chris Lattner
2002-05-06
1
-18
/
+28
*
Void and Label values cannot be acted on directly so they have zero size
Chris Lattner
2002-05-06
1
-2
/
+2
*
Implement constant propogation of shift instructions
Chris Lattner
2002-05-06
1
-0
/
+22
*
Add a range remove method
Chris Lattner
2002-05-06
1
-4
/
+5
*
Implement remainder
Chris Lattner
2002-05-03
1
-11
/
+13
*
Make the range insert operation return an iterator, even though the STL
Chris Lattner
2002-04-29
1
-4
/
+4
*
Remove unused files: This is the old induction varaible cannonicalization
Chris Lattner
2002-04-29
1
-27
/
+0
*
Change to allow iMemory.h to avoid including DerivedTypes.h
Chris Lattner
2002-04-29
1
-19
/
+11
*
Remove analysis namespace
Chris Lattner
2002-04-29
1
-6
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
2
-4
/
+2
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
15
-2
/
+52
*
Stub functions for timing support
Chris Lattner
2002-04-29
1
-0
/
+3
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+8
*
Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()
Chris Lattner
2002-04-28
1
-12
/
+11
[next]