Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c680ac90032bf455b2bba77de538fccea08eb267
/
lib
/
CodeGen
/
GCStrategy.cpp
865f006
Eliminate several more unnecessary intptr_t casts.
by Dan Gohman
· 16 years ago
b9dcef2
Whitespace and comment changes. No functionality change.
by Bill Wendling
· 17 years ago
d62e06c
Explicitly pass in debug location information to BuildMI.
by Bill Wendling
· 17 years ago
1465d61
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
by Duncan Sands
· 17 years ago
ae73dc1
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
3b26693
Delete a dead field.
by Gordon Henriksen
· 17 years ago
fcbcfaa
[PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata.
by Gordon Henriksen
· 17 years ago
8715367
Don't require Registry specializations to define random static variables.
by Gordon Henriksen
· 17 years ago
5eca075
Rename some GC classes so that their roll will hopefully be clearer.
by Gordon Henriksen
· 17 years ago
418b6e8
Don't instantiate GC metadata for declarations.
by Gordon Henriksen
· 17 years ago
5a29c9e
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 (95%) from lib/CodeGen/Collector.cpp]
c317a60
Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library.
by Gordon Henriksen
· 17 years ago
fd3ff03
Use of operator* is redundant and confusing here.
by Dan Gohman
· 17 years ago
4406604
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
by Dan Gohman
· 17 years ago
0b12ecf
Turn StripPointerCast() into a method
by Anton Korobeynikov
· 17 years ago
b04addd
Make StripPointerCast a common function (should we mak it method of Value instead?)
by Anton Korobeynikov
· 17 years ago
bb81d97
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc labels. This fixes the EH breakage. However I am not convinced this is *the* solution.
by Evan Cheng
· 18 years ago
749c6f6
rename TargetInstrDescriptor -> TargetInstrDesc.
by Chris Lattner
· 18 years ago
6924430
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
by Chris Lattner
· 18 years ago
84bc542
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
by Chris Lattner
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
a6c9925
Use getIntrinsicID instead of looking up intrinsic prototypes. Also
by Gordon Henriksen
· 18 years ago
ad93c4f
CollectorMetadata and Collector are rejiggered to get along with
by Gordon Henriksen
· 18 years ago
364caf0
Collector is the base class for garbage collection code generators.
by Gordon Henriksen
· 18 years ago