index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Switch X86-64 JIT to large code size model.
Evan Cheng
2006-12-05
1
-0
/
+3
*
Non-darwin gcc should default to static relocation to match gcc.
Evan Cheng
2006-12-04
1
-1
/
+1
*
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-17
1
-1
/
+0
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-7
/
+53
*
1. Remove condition on delete.
Jim Laskey
2006-09-07
1
-0
/
+5
*
Fix some X86 JIT failures. This should really come from TargetJITInfo.
Chris Lattner
2006-09-04
1
-0
/
+3
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
1
-110
/
+22
*
Simplify target construction.
Chris Lattner
2006-09-03
1
-3
/
+1
*
- Enable x86 isel preprocessing by default unless -fast is specified.
Evan Cheng
2006-08-29
1
-2
/
+2
*
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
2006-08-23
1
-1
/
+1
*
Disable LSR at -fast
Nate Begeman
2006-08-02
1
-1
/
+1
*
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-26
1
-1
/
+1
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-1
/
+1
*
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-16
1
-1
/
+1
*
Fix a build breaker.
Evan Cheng
2006-05-30
1
-2
/
+2
*
Make TargetData strings less redundant.
Owen Anderson
2006-05-20
1
-1
/
+1
*
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-20
1
-1
/
+1
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-1
/
+2
*
Disable switch lowering for targets based on the selection dag isel,
Nate Begeman
2006-04-08
1
-10
/
+0
*
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-27
1
-4
/
+7
*
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
1
-5
/
+2
*
Turning on LSR by default
Evan Cheng
2006-03-19
1
-6
/
+2
*
Added a way for TargetLowering to specify what values can be used as the
Evan Cheng
2006-03-16
1
-2
/
+2
*
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-13
1
-2
/
+6
*
Add option -enable-x86-lsr to enable x86 loop strength reduction pass.
Evan Cheng
2006-03-09
1
-0
/
+7
*
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-22
1
-2
/
+7
*
Disable PIC for JIT.
Evan Cheng
2006-02-18
1
-0
/
+3
*
Kill the x86 pattern isel. boom.
Nate Begeman
2006-02-17
1
-15
/
+2
*
remove an old comment
Chris Lattner
2006-02-03
1
-3
/
+2
*
Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is now
Chris Lattner
2006-02-03
1
-4
/
+0
*
Bye bye Pattern ISel, hello DAG ISel.
Evan Cheng
2006-01-27
1
-10
/
+10
*
x86 CPU detection and proper subtarget support
Evan Cheng
2006-01-27
1
-36
/
+1
*
Added preliminary x86 subtarget support.
Evan Cheng
2006-01-26
1
-2
/
+12
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Stop doing that accidental commit.
Evan Cheng
2006-01-20
1
-1
/
+1
*
A few more SH{L|R}D peepholes.
Evan Cheng
2006-01-20
1
-1
/
+1
*
Didn't mean to commit the last one.
Evan Cheng
2006-01-19
1
-1
/
+1
*
Added i16 SH{L|R}D patterns.
Evan Cheng
2006-01-19
1
-1
/
+1
*
SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns.
Evan Cheng
2005-12-20
1
-0
/
+3
*
Only lower SELECT when using DAG based isel.
Evan Cheng
2005-12-17
1
-4
/
+7
*
remove some never-completed and now-obsolete code.
Chris Lattner
2005-12-12
1
-11
/
+0
*
initial step at adding a dag-to-dag isel for X86 backend. Patch contributed
Chris Lattner
2005-11-16
1
-2
/
+11
*
Separate X86ISelLowering stuff out from the X86ISelPattern.cpp file. Patch
Chris Lattner
2005-11-15
1
-2
/
+2
*
Add a new option to indicate we want the code generator to emit code quickly,...
Chris Lattner
2005-11-08
1
-1
/
+2
*
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-09-01
1
-2
/
+4
*
Remove the X86 and PowerPC Simple instruction selectors; their time has
Nate Begeman
2005-08-18
1
-10
/
+4
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Implement Subtarget support
Nate Begeman
2005-07-12
1
-1
/
+3
*
Refactor things a bit to allow the ELF code emitter to run the X86 machine co...
Chris Lattner
2005-07-11
1
-1
/
+8
*
First round of support for doing scalar FP using the SSE2 ISA extension and
Nate Begeman
2005-07-06
1
-2
/
+7
[prev]
[next]