index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86TargetMachine.cpp
Age
Commit message (
Expand
)
Author
2008-04-23
Be over-conservative: scan for all used virtual registers and calculate maxim...
Anton Korobeynikov
2008-04-23
Add X86 Maximal Stack Alignment Calculator Pass before RA
Anton Korobeynikov
2008-03-23
Provide a JIT selector on win64
Anton Korobeynikov
2008-03-23
Hack out the PIC mode on Win64 targets. This needs to be investigated later.
Anton Korobeynikov
2008-03-11
Use PassManagerBase instead of FunctionPassManager for functions
Dan Gohman
2008-02-28
Added option -align-loops=<true/false> to disable loop aligner pass.
Evan Cheng
2008-02-28
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-20
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-01-08
Minor fix to enable x86-64 pic jit (still fails for other reasons).
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-22
Preliminary PIC JIT support for X86 (32-bit) / Darwin.
Evan Cheng
2007-12-22
Oops.
Evan Cheng
2007-12-22
Allow JIT with non-static relocation model.
Evan Cheng
2007-08-06
Move lengthy conditional down 1 level per review comment.
Dale Johannesen
2007-08-03
Make x86 long double alignment 32 for everything but
Dale Johannesen
2007-08-03
long double patch 2 of N. Handle it in TargetData.
Dale Johannesen
2007-07-20
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-09
The various "getModuleMatchQuality" implementations should return
Chris Lattner
2007-02-23
80 col. violation.
Evan Cheng
2007-02-14
Generalize TargetData strings, to support more interesting forms of data.
Chris Lattner
2007-02-08
Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the
Bill Wendling
2007-01-22
Double and long preferred alignment is 8 byte.
Evan Cheng
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-18
- Target PIC style is no longer affected by relocation model.
Evan Cheng
2007-01-17
Revert patch.
Bill Wendling
2007-01-17
Create the specified TargetObjInfo and use it.
Bill Wendling
2007-01-12
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-03
Really big cleanup.
Anton Korobeynikov
2006-12-22
Refactored JIT codegen for mingw32. Now we're using standart relocation
Anton Korobeynikov
2006-12-20
Fixed dllimported symbols support during JIT'ing. JIT on mingw32
Anton Korobeynikov
2006-12-19
The x86-64 target machine should be used for amd64-* target triples.
Chris Lattner
2006-12-05
- Switch X86-64 JIT to large code size model.
Evan Cheng
2006-12-04
Non-darwin gcc should default to static relocation to match gcc.
Evan Cheng
2006-11-17
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-09-08
Committing X86-64 support.
Evan Cheng
2006-09-07
1. Remove condition on delete.
Jim Laskey
2006-09-04
Fix some X86 JIT failures. This should really come from TargetJITInfo.
Chris Lattner
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-03
Simplify target construction.
Chris Lattner
2006-08-29
- Enable x86 isel preprocessing by default unless -fast is specified.
Evan Cheng
2006-08-23
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
2006-08-02
Disable LSR at -fast
Nate Begeman
2006-07-26
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-25
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-05-30
Fix a build breaker.
Evan Cheng
2006-05-20
Make TargetData strings less redundant.
Owen Anderson
2006-05-20
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-08
Disable switch lowering for targets based on the selection dag isel,
Nate Begeman
[next]