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
Age
Commit message (
Expand
)
Author
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-05
Fix comment.
Bill Wendling
2008-01-05
Remove an incorrect optimization that is performed correctly by
Nate Begeman
2008-01-05
Refactoring the x86 and x86-64 calling convention implementations,
Gordon Henriksen
2008-01-05
Chris and Evan noticed that this check was compleatly fubared. I was
Bill Wendling
2008-01-05
enable sinking and licm of loads from the argument area. I'd like to enable ...
Chris Lattner
2008-01-05
simplify some code by using shorter accessors.
Chris Lattner
2008-01-05
revert my previous patch.
Chris Lattner
2008-01-05
factor some code better to avoid redundancy between
Chris Lattner
2008-01-05
getting the pic base has no side effects.
Chris Lattner
2008-01-05
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-05
Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...
Evan Cheng
2008-01-04
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
Unbreak tailcall opt in JIT.
Evan Cheng
2008-01-04
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2008-01-03
First steps in in X86 calling convention cleanup.
Gordon Henriksen
2008-01-03
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
Evan Cheng
2008-01-02
X86 PIC JIT bug fix: relocations for constantpool and jumptable.
Evan Cheng
2008-01-02
Machine LICM will check that operands are defined outside of the loop. Also
Bill Wendling
2008-01-02
darwin9 and above support aligned common symbols.
Chris Lattner
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Fix a bug in my previous patch: refer to the impl not the pure virtual versio...
Chris Lattner
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
If we have a load of a global address that's not modified during the
Bill Wendling
2007-12-30
Shrinkify the machine operand creation method names.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
One readme entry is done, one is really easy (Evan, want to investigate
Chris Lattner
2007-12-29
Fold comparisons against a constant nan, and optimize ORD/UNORD
Chris Lattner
2007-12-29
this xform is implemented.
Chris Lattner
2007-12-29
Codegen:
Chris Lattner
2007-12-29
avoid going through a stack slot to convert from fpstack to xmm reg
Chris Lattner
2007-12-29
add a note
Chris Lattner
2007-12-28
add a note.
Chris Lattner
2007-12-24
add a simple hack
Chris Lattner
2007-12-22
Erm, really disable :)
Anton Korobeynikov
2007-12-22
Disable, until we'll really need it
Anton Korobeynikov
2007-12-22
Preliminary PIC JIT support for X86 (32-bit) / Darwin.
Evan Cheng
2007-12-22
Oops.
Evan Cheng
2007-12-22
Fix JIT code emission of X86::MovePCtoStack.
Evan Cheng
2007-12-22
Allow JIT with non-static relocation model.
Evan Cheng
2007-12-21
New entry.
Evan Cheng
2007-12-20
Fix JIT encoding for CMPSD as well.
Evan Cheng
2007-12-18
add an obvious load folding missed optzn.
Chris Lattner
2007-12-17
Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I
Bill Wendling
[next]