index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetMachine.cpp
Age
Commit message (
Expand
)
Author
2004-06-21
Direct declaration of namespace-ified globals does not work, must enclose
Misha Brukman
2004-06-21
Specify variables' namespace directly instead of using an enclosing namespace.
Misha Brukman
2004-06-21
Move implemented interface header up to the top.
Misha Brukman
2004-06-21
Spell out `NoFramePointerElim' for readability.
Misha Brukman
2004-06-21
Implement `NoFPElim' in a target-agnostic fashion so it can be shared.
Misha Brukman
2004-06-20
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-02
Method has been inlined into all callers
Chris Lattner
2004-03-04
make -print-machineinstrs work for both SparcV9 and X86
Brian Gaeke
2004-03-03
Add a new constructor
Chris Lattner
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2003-12-28
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-04-26
The promotion rules are the same for all targets, they are set by the C stand...
Chris Lattner
2002-12-29
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-10-29
Implement findOptimalStorageSize a bit more generally
Chris Lattner
2002-10-28
Seperate code out of TargetMachine into MachineInstrInfo
Chris Lattner
2002-10-28
Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-13
Run LICM before GCSE!
Vikram S. Adve
2002-09-23
Disable reassociation pass in LLC until it is fixed.
Vikram S. Adve
2002-09-21
Changed codegen to add 2 empty slots at the top of stack using StackSlots pass
Anand Shukla
2002-09-20
Add peephole optimization pass at the end of code generation.
Vikram S. Adve
2002-09-16
Move all the code that creates code generation passes from Sparc.cpp to
Vikram S. Adve
2001-11-09
Added class MachineCacheInfo.
Vikram S. Adve
2001-11-08
Add handle to TargetMachine object in all Machine...Info classes.
Vikram S. Adve
2001-09-18
Renamed files to match the main classes they provide.
Vikram S. Adve
2001-09-14
Add a comment
Chris Lattner
2001-09-14
Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp
Chris Lattner
2001-09-14
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner