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
*
Reverse sense of unwind-tables option. This means
Dale Johannesen
2008-04-14
1
-4
/
+4
*
Rename -disable-required-unwind-tables to unwind-tables-optional.
Dale Johannesen
2008-04-08
1
-2
/
+2
*
Implement new llc flag -disable-required-unwind-tables.
Dale Johannesen
2008-04-08
1
-1
/
+7
*
Rename option -optimizefor-size to -optimize-size.
Evan Cheng
2008-03-25
1
-1
/
+1
*
Add optimize-for-size knob.
Devang Patel
2008-03-25
1
-0
/
+6
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-10-11
1
-0
/
+7
*
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-29
1
-6
/
+0
*
New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
Evan Cheng
2007-09-25
1
-0
/
+6
*
expose HonorSignDependentRoundingFPMathOption to .td files
Chris Lattner
2007-05-03
1
-0
/
+1
*
Add a new option.
Chris Lattner
2007-05-03
1
-4
/
+17
*
Fix a message, patch by Christopher Lamb.
Chris Lattner
2007-04-19
1
-1
/
+1
*
rename flag
Jim Laskey
2007-01-29
1
-1
/
+1
*
Flag to control exception handling.
Jim Laskey
2007-01-29
1
-0
/
+6
*
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
1
-0
/
+6
*
Revert patch.
Bill Wendling
2007-01-17
1
-2
/
+0
*
Create/store/and delete the TargetObjInfo object.
Bill Wendling
2007-01-17
1
-0
/
+2
*
Added option -soft-float to generate SW fp library calls instead of fp instru...
Evan Cheng
2006-12-09
1
-0
/
+7
*
1. Remove condition on delete.
Jim Laskey
2006-09-07
1
-1
/
+1
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
1
-0
/
+2
*
remove #include
Chris Lattner
2006-09-04
1
-1
/
+1
*
Simplify target construction.
Chris Lattner
2006-09-03
1
-4
/
+0
*
Tidy up options.
Jim Laskey
2006-08-29
1
-9
/
+9
*
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-26
1
-1
/
+1
*
Added option -code-model to set code model (only used in 64-bit) mode. Valid
Evan Cheng
2006-07-06
1
-0
/
+30
*
For PR786:
Reid Spencer
2006-05-24
1
-1
/
+1
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-2
/
+2
*
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
Evan Cheng
2006-05-23
1
-2
/
+10
*
Added option -enable-finite-only-fp-math. When on, the codegen can assume that
Evan Cheng
2006-05-23
1
-0
/
+6
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-15
/
+1
*
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
1
-11
/
+3
*
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-22
1
-6
/
+28
*
Remove the X86 and PowerPC Simple instruction selectors; their time has
Nate Begeman
2005-08-18
1
-5
/
+0
*
First round of support for doing scalar FP using the SSE2 ISA extension and
Nate Begeman
2005-07-06
1
-0
/
+6
*
capitalize
Chris Lattner
2005-05-13
1
-1
/
+1
*
Expose an option allowing unsafe math optimizations. Patch contributed by
Chris Lattner
2005-04-30
1
-0
/
+6
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
Make pattern isel default for ppc
Nate Begeman
2005-04-15
1
-3
/
+8
*
Add a new target-independent code generator flag.
Chris Lattner
2005-01-15
1
-0
/
+6
*
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
[next]