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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
2
-3
/
+3
*
Initial implementation of the strength reduction for GEP instructions in
Nate Begeman
2004-10-18
1
-1
/
+6
*
Declare a function in the correct namespace.
Reid Spencer
2004-10-18
1
-1
/
+1
*
Add support for the unreachable instruction
Chris Lattner
2004-10-16
1
-3
/
+4
*
Rename pass
Chris Lattner
2004-10-07
1
-3
/
+3
*
Add accessor function prototypes for reoptimizer support passes.
Brian Gaeke
2004-09-30
1
-3
/
+18
*
Do not prototype any of these passes as returning Pass*. Instead, be specific
Chris Lattner
2004-09-20
2
-33
/
+33
*
Add an optional argument to PromoteMemToReg
Chris Lattner
2004-09-15
1
-1
/
+5
*
Remove unused pass
Chris Lattner
2004-09-14
1
-23
/
+0
*
Add a pass
Chris Lattner
2004-08-13
1
-0
/
+8
*
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
*
Remove dead file
Chris Lattner
2004-06-28
1
-118
/
+0
*
Remove two dead passes
Chris Lattner
2004-06-28
1
-8
/
+0
*
Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!
Chris Lattner
2004-06-25
1
-0
/
+5
*
Moved to include/llvm/Support
Misha Brukman
2004-06-23
1
-33
/
+0
*
Add a new prototype
Chris Lattner
2004-05-23
1
-2
/
+11
*
Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini...
Alkis Evlogimenos
2004-05-19
1
-0
/
+8
*
Aggregating function arguments is now an option. Default is `no', as before.
Misha Brukman
2004-04-23
1
-3
/
+5
*
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
Misha Brukman
2004-04-22
1
-4
/
+4
*
Add a boolean flag to delete this function from module, leaving the rest behind.
Misha Brukman
2004-04-22
1
-3
/
+4
*
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
*
Add new interfaces
Chris Lattner
2004-04-13
1
-0
/
+9
*
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
*
The code extractor needs dominator information, so we provide it.
Chris Lattner
2004-03-18
1
-16
/
+16
*
Make this header file self-contained
Chris Lattner
2004-03-18
1
-0
/
+3
*
cleanup comment
Chris Lattner
2004-03-17
1
-1
/
+1
*
Rename createLoopExtractorPass to createSingleLoopExtractorPass
Chris Lattner
2004-03-14
1
-63
/
+64
*
Move loop extractor to the IPO header
Chris Lattner
2004-03-14
2
-8
/
+8
*
Remove dead file
Chris Lattner
2004-03-14
1
-34
/
+0
*
Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.
Chris Lattner
2004-03-14
1
-0
/
+9
*
Add prototype
Chris Lattner
2004-03-07
1
-0
/
+6
*
Add prototype for ExtractCodeRegion()
Misha Brukman
2004-03-02
1
-1
/
+5
*
Add ability to extract a single basic block into a new function.
Misha Brukman
2004-03-01
1
-0
/
+4
*
New Function-level transformation utils.
Misha Brukman
2004-02-28
1
-0
/
+28
*
Add the prototype for the LoopExtractor Pass.
Misha Brukman
2004-02-28
1
-0
/
+8
*
Add prototype
Chris Lattner
2004-02-25
1
-0
/
+7
*
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
*
Check in header file I forgot before.
Chris Lattner
2004-02-04
1
-2
/
+5
*
llvm::ConstantFoldInstruction
Chris Lattner
2004-01-12
1
-0
/
+7
*
Add new function
Chris Lattner
2003-12-19
1
-0
/
+10
*
Fix typo in comment.
Brian Gaeke
2003-12-16
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
11
-2
/
+49
*
Include forms of SplitCriticalEdge which work correctly with pred/succ iterators
Chris Lattner
2003-11-10
1
-0
/
+19
*
Move isCriticalEdge & SplitCritical into this file. While we're at it, change
Chris Lattner
2003-11-10
1
-0
/
+16
*
Move isCriticalEdge & SplitCritical edge out of this file, which is only
Chris Lattner
2003-11-10
1
-17
/
+1
[next]