index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Other
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-03
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
1
-0
/
+8
2016-05-03
Move "Eliminate Available Externally" immediately after the inliner
Mehdi Amini
1
-1
/
+4
2016-05-02
Move createReversePostOrderFunctionAttrsPass right after the inliner is done
Mehdi Amini
1
-0
/
+3
2016-04-26
Try to get ResponseFile.ll passing on Windows after r267556.
Nico Weber
1
-2
/
+4
2016-04-22
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2
-0
/
+187
2016-04-22
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
3
-296
/
+0
2016-04-21
Initial implementation of optimization bisect support.
Andrew Kaylor
3
-0
/
+296
2016-03-10
[CG] Add a new pass manager printer pass for the old call graph and
Chandler Carruth
1
-0
/
+8
2016-03-10
[PM] Port memdep to the new pass manager.
Chandler Carruth
1
-0
/
+8
2016-02-28
[PM] Wire up optimization levels and default pipeline construction APIs
Chandler Carruth
1
-0
/
+31
2016-02-27
[PM] Loosen the regex for the proxy template name even further to cope
Chandler Carruth
1
-3
/
+3
2016-02-27
[PM] Use a boring regex instead of explicitly naming the analysis
Chandler Carruth
1
-3
/
+3
2016-02-27
[PM] Provide two templates for the two directionalities of analysis
Chandler Carruth
1
-3
/
+3
2016-02-26
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
1
-1
/
+1
2016-02-25
[PM] Add the IR unit type to the pass manager's logging and make all of
Chandler Carruth
2
-110
/
+110
2016-02-25
PM: Implement a basic loop pass manager
Justin Bogner
2
-1
/
+76
2016-02-19
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
1
-12
/
+0
2016-02-19
[LPM] Actually test what the O2 pass pipeline consists of in key places,
Chandler Carruth
1
-0
/
+101
2016-02-18
[PM/AA] Teach the new pass manager to use pass-by-lambda for registering
Chandler Carruth
1
-8
/
+9
2016-02-13
[PM/AA] Wire BasicAA's new pass manager class up to the pass registry.
Chandler Carruth
1
-0
/
+8
2016-02-13
[PM/AA] Actually wire the AAManager I built for the new pass manager
Chandler Carruth
1
-0
/
+8
2016-01-06
Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"
Weiming Zhao
1
-1
/
+13
2016-01-06
Revert r256952 due to lit test fails.
Weiming Zhao
1
-13
/
+1
2016-01-06
Filtering IR printing for print-after-all/print-before-all
Weiming Zhao
1
-1
/
+13
2015-12-04
[llc/opt] Add an option to run all passes twice
Keno Fischer
1
-0
/
+14
2015-11-19
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
1
-2
/
+2
2015-11-18
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
1
-2
/
+2
2015-09-16
Make the default triple optional by allowing an empty string
Mehdi Amini
1
-1
/
+1
2015-09-11
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2
-13
/
+13
2015-08-04
Update test suite to make "ninja check" succeed without native backend builtin
Mehdi Amini
1
-0
/
+1
2015-07-06
[llvm-extract] Drop comdats from declarations
Reid Kleckner
1
-2
/
+5
2015-06-17
Move the personality function from LandingPadInst to Function
David Majnemer
2
-5
/
+5
2015-05-06
Let llc and opt override "-target-cpu" and "-target-features" via command line
Akira Hatanaka
1
-0
/
+13
2015-04-16
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
1
-4
/
+4
2015-03-13
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2
-178
/
+178
2015-03-04
Make DataLayout Non-Optional in the Module
Mehdi Amini
1
-60
/
+60
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
7
-16
/
+16
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
3
-8
/
+8
2015-02-11
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
1
-0
/
+2
2015-02-01
[PM] Teach the module-to-function adaptor to not run function passes
Chandler Carruth
1
-0
/
+10
2015-02-01
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
1
-0
/
+12
2015-01-24
If we see UTF-8 BOM sequence at the beginning of a response file, we shall
Yunzhong Gao
3
-0
/
+7
2015-01-15
[PM] Port TargetLibraryInfo to the new pass manager, provided by the
Chandler Carruth
1
-0
/
+12
2015-01-13
[PM] Remove the defunt CGSCC-specific debug flag.
Chandler Carruth
2
-17
/
+17
2015-01-13
[PM] Refactor the new pass manager to use a single template to implement
Chandler Carruth
2
-165
/
+164
2015-01-13
[PM] Fold all three analysis managers into a single AnalysisManager
Chandler Carruth
1
-56
/
+56
2015-01-07
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
1
-23
/
+23
2015-01-07
[PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
1
-12
/
+51
2015-01-06
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
1
-0
/
+33
2015-01-06
[PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
2
-3
/
+36
[next]