index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
PassManager.cpp
Age
Commit message (
Expand
)
Author
2009-12-08
Remove useless calls to c_str().
Benjamin Kramer
2009-12-04
Added debug output for inherited passes that are invalidated.
Andreas Neustifter
2009-11-23
Move FunctionPassManagerImpl's dumpArguments and dumpPasses calls
Dan Gohman
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-09-28
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
Extend the StartPassTimer and StopPassTimer functions so that the
Dan Gohman
2009-09-27
Extract the code for releasing a pass into a separate function, and
Dan Gohman
2009-09-15
make -debug-pass=Executions show information about what call graph nodes
Chris Lattner
2009-09-15
add some missing quotes in debug output
Chris Lattner
2009-08-23
Kill off more cerr/cout uses and prune includes a bit.
Benjamin Kramer
2009-08-07
Fix a bunch of namespace pollution.
Dan Gohman
2009-07-26
Eliminate some uses of DOUT, cerr, and getNameStart().
Daniel Dunbar
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-07
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-01
Use find instead of operator[] to test whether an element is in a std::map.
Dan Gohman
2009-06-29
Set wasRun to false here on Dan's suggestion.
Torok Edwin
2009-06-29
Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...
Torok Edwin
2009-06-18
Add a SmartScopedLock, and use it to simplify code.
Owen Anderson
2009-06-18
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-17
Guard mutation of the timing info global.
Owen Anderson
2009-05-22
Always verify dominfo if expensive checking is enabled.
Duncan Sands
2009-04-01
Clean up pass manager cache after each run.
Devang Patel
2009-03-10
Use WriteAsOperand instead of manually decorating the name for this
Dan Gohman
2009-03-06
Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now
Chris Lattner
2009-03-06
various cosmetic cleanups.
Chris Lattner
2009-02-13
Reapply r64301. These uses of "inline" can cause strange
Duncan Sands
2009-02-11
Revert r64300 and r64301. These were causing the following errors respectively:
Bill Wendling
2009-02-11
These uses of "inline" can cause strange link-time
Duncan Sands
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2008-11-06
Fix a use of an invalid iterator when -debug-pass=Details is used.
Dan Gohman
2008-11-04
fix memory leak in pass manager when adding an analysis pass that already exi...
Nuno Lopes
2008-10-08
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-06
Remove interfaces implemented by dead pass from the list of available passes.
Devang Patel
2008-09-09
Add assertion check.
Devang Patel
2008-09-09
Simplify.
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-14
The pass manager is not able to schedule -loop-deletion -loop-index-split.
Devang Patel
2008-08-12
Use SmallVector instead of std::vector
Devang Patel
2008-08-12
Use DenseMap to keep track of last users.
Devang Patel
2008-08-11
Keep track of analysis usage information for passes. Avoid invoking
Devang Patel
2008-08-08
Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds
Chris Lattner
2008-08-08
Speed up the passmgr by avoiding heap thrashing on vectors.
Chris Lattner
2008-08-07
Don't verify passes when assertions are disabled.
Chris Lattner
2008-07-09
Consistently put quotes around pass names in debugging output.
Dan Gohman
2008-07-01
Disable dom info verifier by default.
Devang Patel
2008-07-01
Fix typos in comments.
Devang Patel
2008-07-01
Add dom info verifier.
Devang Patel
[next]