Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.63 -> 1.64
Target.td updated: 1.97 -> 1.98
---
Log message:
expose HonorSignDependentRoundingFPMathOption to .td files
---
Diffs of the changes: (+6 -0)
Target.td |5 +
TargetMachine.cpp |1 +
2 files ch
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.62 -> 1.63
---
Log message:
Add a new option.
---
Diffs of the changes: (+17 -4)
TargetMachine.cpp | 21 +
1 files changed, 17 insertions(+), 4 deletions(-)
Index: llvm/lib/Target/TargetMachine.cpp
d
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.61 -> 1.62
---
Log message:
Fix a message, patch by Christopher Lamb.
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetMachine.cpp
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.60 -> 1.61
---
Log message:
rename flag
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetM
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.59 -> 1.60
---
Log message:
Flag to control exception handling.
---
Diffs of the changes: (+6 -0)
TargetMachine.cpp |6 ++
1 files changed, 6 insertions(+)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.57 -> 1.58
---
Log message:
Revert patch.
---
Diffs of the changes: (+0 -2)
TargetMachine.cpp |2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.56 -> 1.57
---
Log message:
Create/store/and delete the TargetObjInfo object.
---
Diffs of the changes: (+2 -0)
TargetMachine.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/TargetMachine.cpp
diff -
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.55 -> 1.56
---
Log message:
Added option -soft-float to generate SW fp library calls instead of fp
instructions.
---
Diffs of the changes: (+7 -0)
TargetMachine.cpp |7 +++
1 files changed, 7 insertions(+)
Index:
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.54 -> 1.55
---
Log message:
1. Remove condition on delete.
2. Protect and outline createTargetAsmInfo.
3. Misc. kruft.
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 dele
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.53 -> 1.54
---
Log message:
Make target asm info a property of the target machine.
---
Diffs of the changes: (+2 -0)
TargetMachine.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/TargetMachine.cpp
d
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.52 -> 1.53
---
Log message:
remove #include
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/Ta
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.51 -> 1.52
---
Log message:
Simplify target construction.
---
Diffs of the changes: (+0 -4)
TargetMachine.cpp |4
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/T
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.50 -> 1.51
---
Log message:
Tidy up options.
---
Diffs of the changes: (+9 -9)
TargetMachine.cpp | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.49 -> 1.50
---
Log message:
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Targ
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.48 -> 1.49
---
Log message:
Added option -code-model to set code model (only used in 64-bit) mode. Valid
values include small, kernel, medium, large, and default.
---
Diffs of the changes: (+30 -0)
TargetMachine.cpp | 30
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.47 -> 1.48
---
Log message:
For PR786: http://llvm.cs.uiuc.edu/PR786 :
Remove a spurious ;
---
Diffs of the changes: (+1 -1)
TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Targ
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.46 -> 1.47
---
Log message:
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786:
http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of the changes: (+2 -
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.45 -> 1.46
---
Log message:
-enable-unsafe-fp-math implies -enable-finite-only-fp-math
---
Diffs of the changes: (+10 -2)
TargetMachine.cpp | 12 ++--
1 files changed, 10 insertions(+), 2 deletions(-)
Index: llv
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.44 -> 1.45
---
Log message:
Added option -enable-finite-only-fp-math. When on, the codegen can assume that
FP arithmetic arguments and results are never NaNs or +=Infs. This includes
ignoring parity flag (PF) when checking for F
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.42 -> 1.43
---
Log message:
Eliminate IntrinsicLowering from TargetMachine.
Make the CBE and V9 backends create their own, since they're the only ones that
use it.
---
Diffs of the changes: (+3 -11)
TargetMachine.cpp | 1
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.41 -> 1.42
---
Log message:
- Added option -relocation-model to set relocation model. Valid values include
static, pic,
dynamic-no-pic, and default.
PPC and x86 default is dynamic-no-pic for Darwin, pic for others.
- Removed op
21 matches
Mail list logo