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
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
1
-0
/
+22
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
1
-5
/
+0
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
1
-6
/
+0
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-5
/
+9
*
Added option to enable generating less precise mad (multiply addition)
Mon P Wang
2009-03-20
1
-0
/
+12
*
Add a -no-implicit-float flag. This acts like -soft-float, but may generate
Bill Wendling
2009-03-11
1
-64
/
+60
*
Enable the red zone on x86-64 by default.
Dan Gohman
2009-01-27
1
-1
/
+1
*
Implement Red Zone utilization on x86-64. This is currently
Dan Gohman
2009-01-26
1
-0
/
+7
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-9
/
+9
*
Add an option to enable StrongPHIElimination, for ease of testing.
Owen Anderson
2008-10-07
1
-0
/
+7
*
Remove OptimizeForSize global. Use function attribute optsize.
Devang Patel
2008-10-01
1
-6
/
+0
*
Accidental commit of partial 'stack canaries' code
Bill Wendling
2008-09-08
1
-16
/
+0
*
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-09-08
1
-0
/
+16
*
This option doesn't need to be a target option. It can be in SDISel instead.
Owen Anderson
2008-08-05
1
-6
/
+0
*
- Fix SelectionDAG to generate correct CFGs.
Owen Anderson
2008-08-04
1
-0
/
+6
*
Add a flag to disable jump table generation (all
Dale Johannesen
2008-07-31
1
-0
/
+6
*
Avoid creating expensive comment string if it's not going to be printed.
Evan Cheng
2008-07-01
1
-6
/
+13
*
Fix indentation.
Evan Cheng
2008-05-30
1
-6
/
+6
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-111
/
+110
*
Make several variable declarations static.
Dan Gohman
2008-05-06
1
-2
/
+2
*
Make these variables static.
Dan Gohman
2008-04-23
1
-14
/
+14
*
Make stack alignment options global for all targets
Anton Korobeynikov
2008-04-23
1
-0
/
+14
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+164