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
/
CodeGen
/
GCStrategy.cpp
Age
Commit message (
Expand
)
Author
2010-01-04
Change errs() to dbgs().
David Greene
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-09-08
When emitting a label for a PostCall safe point, the machine
Nicolas Geoffray
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-03
Whitespace and comment changes. No functionality change.
Bill Wendling
2009-02-03
Explicitly pass in debug location information to BuildMI.
Bill Wendling
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-19
Delete a dead field.
Gordon Henriksen
2008-08-19
[PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata.
Gordon Henriksen
2008-08-17
Don't require Registry specializations to define random static variables.
Gordon Henriksen
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Don't instantiate GC metadata for declarations.
Gordon Henriksen
2008-08-17
Factor GC metadata table assembly generation out of Collector in preparation ...
Gordon Henriksen