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
/
Transforms
/
Scalar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pass ID's for various passes, so they can be AddRequiredID. Patch by
Chris Lattner
2006-05-02
1
-14
/
+20
*
remove a dead prototype
Chris Lattner
2006-04-20
1
-4
/
+0
*
For each loop, keep track of all the IV expressions inserted indexed by
Evan Cheng
2006-03-16
1
-9
/
+5
*
Added target lowering hooks which LSR consults to make more intelligent
Evan Cheng
2006-03-13
1
-2
/
+8
*
Reg2Mem is something a pass may depend on, so allow that
Andrew Lenharth
2005-11-22
1
-0
/
+1
*
The pass everyone has been waiting for!
Andrew Lenharth
2005-11-10
1
-0
/
+6
*
Add support alignment of allocation instructions.
Nate Begeman
2005-11-05
1
-1
/
+2
*
Remove the LowerConstantExpressionsPass pass
Chris Lattner
2005-10-29
1
-5
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-4
/
+4
*
add a new prototype
Chris Lattner
2005-04-15
1
-0
/
+7
*
Rename createPromoteMemoryToRegister() to
Alkis Evlogimenos
2005-03-28
1
-1
/
+1
*
Add support for not strength reducing GEPs where the element size is a small
Jeff Cohen
2005-03-04
1
-2
/
+5
*
Add an argument.
Chris Lattner
2005-03-03
1
-1
/
+1
*
Add more missing createXxxPass functions.
Jeff Cohen
2005-01-08
1
-1
/
+10
*
Move the strip pass from Scalar to IPO lib
Chris Lattner
2004-12-02
1
-8
/
+0
*
New prototype for lowerpacked pass.
Chris Lattner
2004-11-17
1
-0
/
+5
*
This is V9 specific stuff
Chris Lattner
2004-11-07
1
-15
/
+0
*
Initial implementation of the strength reduction for GEP instructions in
Nate Begeman
2004-10-18
1
-1
/
+6
*
Do not prototype any of these passes as returning Pass*. Instead, be specific
Chris Lattner
2004-09-20
1
-15
/
+15
*
Remove unused pass
Chris Lattner
2004-09-14
1
-23
/
+0
*
Expose breakcriticaledges as a functionpass
Chris Lattner
2004-07-31
1
-1
/
+1
*
Make the create...() functions for some of these passes return a FunctionPass *.
Brian Gaeke
2004-07-27
1
-2
/
+2
*
New prototype
Chris Lattner
2004-07-22
1
-0
/
+6
*
Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!
Chris Lattner
2004-06-25
1
-0
/
+5
*
Add a new prototype
Chris Lattner
2004-05-23
1
-2
/
+11
*
Add accessor for a Loop Unswitching pass
Chris Lattner
2004-04-19
1
-0
/
+7
*
Add prototype
Chris Lattner
2004-04-18
1
-2
/
+8
*
Improve description, add warning
Chris Lattner
2004-03-31
1
-2
/
+6
*
Add a simple select instruction lowering pass
Chris Lattner
2004-03-30
1
-0
/
+6
*
Move loop extractor to the IPO header
Chris Lattner
2004-03-14
1
-8
/
+0
*
Add the prototype for the LoopExtractor Pass.
Misha Brukman
2004-02-28
1
-0
/
+8
*
Fix spelling of `tendency'.
Misha Brukman
2004-02-13
1
-1
/
+1
*
Expose a pass ID for lower-invoke
Chris Lattner
2004-02-13
1
-2
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Move isCriticalEdge & SplitCritical edge out of this file, which is only
Chris Lattner
2003-11-10
1
-17
/
+1
*
Declare FunctionPasses as such.
Misha Brukman
2003-11-07
1
-3
/
+3
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
1
-6
/
+6
*
Add new prototype for createLowerInvokePass(). Make simplifycfg be a
Chris Lattner
2003-10-05
1
-1
/
+10
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Expose the TCE pass
Chris Lattner
2003-09-20
1
-0
/
+7
*
Fix spell-o's
Chris Lattner
2003-09-10
1
-1
/
+1
*
Add RPR prototype here
Chris Lattner
2003-09-01
1
-0
/
+8
*
Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass
Chris Lattner
2003-09-01
1
-3
/
+2
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-2
/
+2
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-1
/
+2
*
Add prototype for tail-dup pass
Chris Lattner
2003-06-22
1
-0
/
+9
*
Expose proto for SRoA pass.
Chris Lattner
2003-05-27
1
-0
/
+7
*
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-20
1
-4
/
+4
*
Add stub to create lowerSwitches pass
Chris Lattner
2003-04-23
1
-0
/
+5
[next]