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
/
VMCore
/
PassManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-8
/
+8
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+70
*
Revert r167759. Ben is right this isn't likely to help much.
Evan Cheng
2012-11-13
1
-4
/
+2
*
Cache size of PassVector to speed up getNumContainedPasses().
Evan Cheng
2012-11-12
1
-2
/
+4
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Adding some debug information to PassManager
Victor Oliveira
2012-07-18
1
-0
/
+20
*
Use ArrayRef instead of an explicit vector type.
Bill Wendling
2012-05-14
1
-2
/
+1
*
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-23
1
-22
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-2
/
+1
*
Add pass printer passes in the right place.
Andrew Trick
2012-02-01
1
-81
/
+46
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+6
*
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-10-16
1
-1
/
+1
*
Add a check to make sure schedulePass() has not deleted stale RequiredPass.
Devang Patel
2011-09-13
1
-3
/
+5
*
Dump with dbgs() instead of printf.
Benjamin Kramer
2011-08-29
1
-5
/
+4
*
Make GCC happy by adding parens.
Benjamin Kramer
2011-08-29
1
-2
/
+2
*
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-29
1
-15
/
+25
*
Reverting r138695 to see if it fixes clang self host.
Andrew Trick
2011-08-27
1
-25
/
+15
*
Fix PassManager stack depths.
Andrew Trick
2011-08-27
1
-15
/
+25
*
Indicate that there are changes if runOfFunction returns saying that there are.
Bill Wendling
2011-08-08
1
-1
/
+1
*
Basic PassManager diagnostics.
Andrew Trick
2011-06-03
1
-1
/
+11
*
whitespace
Andrew Trick
2011-06-03
1
-3
/
+3
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...
Devang Patel
2011-03-10
1
-1
/
+22
*
Make these options hidden to reduce the amount of text -help puts on the
Eric Christopher
2011-03-09
1
-2
/
+4
*
Implement requiredTransitive
Tobias Grosser
2011-01-20
1
-1
/
+32
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Include ImmutablePass passes in -debug-pass=Arguments.
Dan Gohman
2010-11-11
1
-0
/
+6
*
Add RegionPass support.
Tobias Grosser
2010-10-20
1
-0
/
+3
*
More SmallVectorImpls.
Dan Gohman
2010-10-12
1
-9
/
+9
*
Shrink a SmallVector with a known maximum size.
Dan Gohman
2010-10-12
1
-1
/
+1
*
Constify.
Dan Gohman
2010-10-12
1
-3
/
+4
*
Use SmallVectorImpl in a bunch of places.
Dan Gohman
2010-10-12
1
-9
/
+9
*
Fix the pass manager's search order for immutable passes, and make it
Dan Gohman
2010-10-11
1
-22
/
+21
*
Revert r111199; it breaks -debug-pass=Structure output.
Dan Gohman
2010-08-19
1
-18
/
+10
*
The plural of analysis is analyses.
Dan Gohman
2010-08-16
1
-2
/
+2
*
Make dumpPassStructure be a PMDataManager abstraction, rather than
Dan Gohman
2010-08-16
1
-10
/
+18
*
Remove redundant inline keywords.
Dan Gohman
2010-08-16
1
-2
/
+2
*
Eliminate the TopLevelManagerType enum; instead, just make
Dan Gohman
2010-08-16
1
-14
/
+6
*
Trim #includes.
Dan Gohman
2010-08-12
1
-1
/
+0
*
Tidy up whitespace.
Dan Gohman
2010-08-12
1
-85
/
+87
*
Use .empty() instead of .size().
Dan Gohman
2010-08-12
1
-1
/
+1
*
More #include cleanups.
Dan Gohman
2010-08-07
1
-0
/
+1
*
Oops, check in this file too.
Dan Gohman
2010-08-07
1
-2
/
+2
*
Tidy some #includes and forward-declarations, and move the C binding code
Dan Gohman
2010-08-07
1
-36
/
+0
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-43
/
+61
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-50
/
+34
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-34
/
+50
*
Pull out r108755. After offline discussion with Chris, we're going to go a d...
Owen Anderson
2010-07-20
1
-17
/
+10
[next]