Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d46fdb45387f46beeadc04472b3a66ad1da3aca1
/
lib
/
CodeGen
/
GCMetadata.cpp
0ede455
switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.
by Chris Lattner
· 16 years ago
dfa2866
by David Greene
· 16 years ago
5a44ef9
Remove includes of Support/Compiler.h that are no longer needed after the
by Nick Lewycky
· 16 years ago
492d06e
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
by Nick Lewycky
· 16 years ago
397f456
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
0bde4e3
remove std::ostream versions of printing stuff for MBB and MF,
by Chris Lattner
· 16 years ago
5d3ea96
Remove Value::getName{Start,End}, the last of the old Name APIs.
by Daniel Dunbar
· 16 years ago
4d10add
Convert StringMap to using StringRef for its APIs.
by Daniel Dunbar
· 16 years ago
bd448e3
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
by Edwin Török
· 16 years ago
675d562
assert(0) -> LLVM_UNREACHABLE.
by Edwin Török
· 16 years ago
ced9ff8
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
by Edwin Török
· 16 years ago
c74a197
Eliminate several more unnecessary intptr_t casts.
by Dan Gohman
· 17 years ago
4e0d6a7
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
by Duncan Sands
· 17 years ago
26f8c27
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
1aed599
Rename some GC classes so that their roll will hopefully be clearer.
by Gordon Henriksen
· 17 years ago
46c16c5
Don't instantiate GC metadata for declarations.
by Gordon Henriksen
· 17 years ago
f194af2
Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library.
by Gordon Henriksen
· 17 years ago
[Renamed (97%) from lib/CodeGen/CollectorMetadata.cpp]
7749f9f
Add a new (simple) StringMap::clear method, patch by Pratik Solanki!
by Chris Lattner
· 17 years ago
089efff
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
c43c7f4
Add explicit keywords, and fix a minor typo that they uncovered.
by Dan Gohman
· 18 years ago
c22962f
CollectorMetadata and Collector are rejiggered to get along with
by Gordon Henriksen
· 18 years ago
17995b6
CollectorMetadata abstractly describes stack maps for a function. It includes:
by Gordon Henriksen
· 18 years ago