Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
67977ad19cf961f61c35006d9cc5695c4dde6655
/
lib
/
Target
/
CBackend
/
CTargetMachine.h
a69571c
Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference.
by Owen Anderson
· 19 years ago
bc641b9
Eliminate IntrinsicLowering from TargetMachine.
by Chris Lattner
· 19 years ago
ce8eb0c
Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
by Chris Lattner
· 20 years ago
b1e1180
by Jim Laskey
· 20 years ago
0431c96
Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile
by Chris Lattner
· 20 years ago
d6a29a5
Remove trailing whitespace, patch by Markus Oberhumer.
by Misha Brukman
· 20 years ago
d36c970
Auto-registrate target
by Chris Lattner
· 21 years ago
289809d
Stubs are no longer needed
by Chris Lattner
· 21 years ago
b06f103
SPECIFY a target data to initialize the CBE target with. Until now we have
by Chris Lattner
· 21 years ago
05b15fb
TargetCacheInfo has been removed; its only uses were to propagate a constant
by Brian Gaeke
· 21 years ago
f31182a
Convert the C backend into a target, for use with LLC. This allows us to use
by Chris Lattner
· 22 years ago