index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Implement new constructor.
Misha Brukman
2004-08-10
1
-0
/
+7
*
* Add BoolAlignment to TargetData, default is 1 byte, size 1 byte
Misha Brukman
2004-07-23
1
-2
/
+3
*
Direct declaration of namespace-ified globals does not work, must enclose
Misha Brukman
2004-06-21
1
-3
/
+4
*
Specify variables' namespace directly instead of using an enclosing namespace.
Misha Brukman
2004-06-21
1
-4
/
+2
*
Move implemented interface header up to the top.
Misha Brukman
2004-06-21
1
-1
/
+1
*
Spell out `NoFramePointerElim' for readability.
Misha Brukman
2004-06-21
1
-2
/
+3
*
Implement `NoFPElim' in a target-agnostic fashion so it can be shared.
Misha Brukman
2004-06-21
1
-1
/
+8
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
Method has been inlined into all callers
Chris Lattner
2004-06-02
1
-7
/
+0
*
make -print-machineinstrs work for both SparcV9 and X86
Brian Gaeke
2004-03-04
1
-0
/
+14
*
Add a new constructor
Chris Lattner
2004-03-03
1
-0
/
+5
*
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
1
-19
/
+0
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
1
-17
/
+25
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
The promotion rules are the same for all targets, they are set by the C stand...
Chris Lattner
2003-04-26
1
-9
/
+3
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-4
/
+4
*
Implement findOptimalStorageSize a bit more generally
Chris Lattner
2002-10-29
1
-15
/
+7
*
Seperate code out of TargetMachine into MachineInstrInfo
Chris Lattner
2002-10-28
1
-62
/
+3
*
Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it
Chris Lattner
2002-10-28
1
-122
/
+0
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-3
/
+3
*
Run LICM before GCSE!
Vikram S. Adve
2002-10-13
1
-1
/
+1
*
Disable reassociation pass in LLC until it is fixed.
Vikram S. Adve
2002-09-23
1
-1
/
+1
*
Changed codegen to add 2 empty slots at the top of stack using StackSlots pass
Anand Shukla
2002-09-21
1
-0
/
+5
*
Add peephole optimization pass at the end of code generation.
Vikram S. Adve
2002-09-20
1
-5
/
+7
*
Move all the code that creates code generation passes from Sparc.cpp to
Vikram S. Adve
2002-09-16
1
-0
/
+119
*
Added class MachineCacheInfo.
Vikram S. Adve
2001-11-09
1
-1
/
+27
*
Add handle to TargetMachine object in all Machine...Info classes.
Vikram S. Adve
2001-11-08
1
-2
/
+4
*
Renamed files to match the main classes they provide.
Vikram S. Adve
2001-09-18
1
-19
/
+25
*
Add a comment
Chris Lattner
2001-09-14
1
-0
/
+1
*
Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp
Chris Lattner
2001-09-14
1
-212
/
+10
*
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
1
-0
/
+1
*
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
1
-0
/
+279