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
/
Transforms
/
IPO
/
PassManagerBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+6
*
No need to run LICM after loop vectorization because we dont generate invaria...
Nadav Rotem
2012-11-29
1
-3
/
+1
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-1
/
+1
*
80-col
Nadav Rotem
2012-10-30
1
-1
/
+2
*
Rename the BB-vectorize flag to match the dragonegg name
Nadav Rotem
2012-10-29
1
-2
/
+2
*
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...
Nadav Rotem
2012-10-29
1
-4
/
+8
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
1
-2
/
+5
*
revert accidental change
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
1
-0
/
+8
*
Add a loop vectorizer.
Nadav Rotem
2012-10-17
1
-0
/
+6
*
Turn the new SROA pass back on. Let's see if it sticks this time. =]
Chandler Carruth
2012-10-02
1
-1
/
+1
*
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
1
-4
/
+3
*
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
1
-1
/
+1
*
Enable the new SROA pass by default.
Chandler Carruth
2012-09-24
1
-1
/
+1
*
LNT builders have picked up new SROA, disable it to get the remaining builder...
Benjamin Kramer
2012-09-18
1
-1
/
+1
*
Add a major missing piece to the new SROA pass: aggressive splitting of
Chandler Carruth
2012-09-18
1
-1
/
+1
*
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
2012-09-15
1
-1
/
+1
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-2
/
+5
*
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
1
-1
/
+1
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
1
-2
/
+12
*
By default, use Early-CSE instead of GVN for vectorization cleanup.
Hal Finkel
2012-04-13
1
-2
/
+9
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
1
-4
/
+5
*
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
1
-0
/
+1
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
1
-0
/
+14
*
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
1
-0
/
+2
*
Remove unused include.
Duncan Sands
2011-12-07
1
-1
/
+0
*
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
1
-1
/
+1
*
Add a mechanism for optimisation plugins to register passes that all front en...
David Chisnall
2011-08-16
1
-0
/
+15
*
Add a C interface to PassManagerBuilder. It is missing the addExtension
Rafael Espindola
2011-08-09
1
-0
/
+80
*
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
1
-0
/
+248