Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d0fde30ce850b78371fd1386338350591f9ff494
/
lib
/
Target
/
TargetMachine.cpp
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 21 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 21 years ago
37ec811
The promotion rules are the same for all targets, they are set by the C standard.
by Chris Lattner
· 22 years ago
f27eeea
Rename MachineOptInfo to TargetoptInfo
by Chris Lattner
· 22 years ago
62eaf7e
Implement findOptimalStorageSize a bit more generally
by Chris Lattner
· 22 years ago
93fa705
Seperate code out of TargetMachine into MachineInstrInfo
by Chris Lattner
· 22 years ago
4f94637
Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it
by Chris Lattner
· 22 years ago
fce1143
Changed `MachineCodeForMethod' to `MachineFunction'.
by Misha Brukman
· 22 years ago
516b26f
Run LICM before GCSE!
by Vikram S. Adve
· 22 years ago
c308aef
Disable reassociation pass in LLC until it is fixed.
by Vikram S. Adve
· 22 years ago
c078930
Changed codegen to add 2 empty slots at the top of stack using StackSlots pass
by Anand Shukla
· 22 years ago
e5b2565
Add peephole optimization pass at the end of code generation.
by Vikram S. Adve
· 22 years ago
e1f7280
Move all the code that creates code generation passes from Sparc.cpp to
by Vikram S. Adve
· 22 years ago
4a48c33
Added class MachineCacheInfo.
by Vikram S. Adve
· 23 years ago
7a2f1e7
Add handle to TargetMachine object in all Machine...Info classes.
by Vikram S. Adve
· 23 years ago
0799fc4
Renamed files to match the main classes they provide. Some other minor changes.
by Vikram S. Adve
· 23 years ago
78a81a2
Add a comment
by Chris Lattner
· 23 years ago
c763461
Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp
by Chris Lattner
· 23 years ago
e5bc8b0
Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h
by Chris Lattner
· 23 years ago
b26bcc5
Make a new llvm/Target #include directory.
by Chris Lattner
· 23 years ago
[Renamed (92%) from lib/CodeGen/TargetMachine/TargetMachine.cpp]
bf24233
Added class MachineSchedInfo and several supporting classes
by Vikram S. Adve
· 23 years ago
3a13c7e
Factor code out to the TargetData class
by Chris Lattner
· 23 years ago
44a853c
Added MachineInstrInfo class and moved instruction-related members there.
by Vikram S. Adve
· 23 years ago
68498ce
Eliminate lots of unnecessary #includes and forward decls
by Chris Lattner
· 23 years ago
7e583cf
Renamed include/llvm/Codegen to include/llvm/CodeGen
by Chris Lattner
· 23 years ago
daae699
Base clas for a description of a target architecture.
by Vikram S. Adve
· 23 years ago