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
2006-08-11
Match tablegen changes.
Evan Cheng
2006-08-11
CALLSEQ_* produces chain even if that's not needed.
Evan Cheng
2006-08-11
Convert more calls of getNode() that takes a vector to pass in the start of a...
Evan Cheng
2006-08-08
Start eliminating temporary vectors used to create DAG nodes. Instead, pass
Chris Lattner
2006-08-08
Eliminate reachability matrix. It has to be calculated before any instruction
Evan Cheng
2006-08-07
Match tablegen isel changes.
Evan Cheng
2006-08-07
Make XMM, FP register dwarf register numbers consistent with gcc.
Evan Cheng
2006-08-03
Get darwin intel debugging up and running.
Jim Laskey
2006-08-02
Reflect change to AssignTopologicalOrder().
Evan Cheng
2006-08-02
Use of vector<bool> causes some horrendous compile time regression (2x)!
Evan Cheng
2006-08-02
Update the readme to remove duplicate information and clarify the loop
Nate Begeman
2006-08-02
Disable LSR at -fast
Nate Begeman
2006-08-01
Factor topological order code to SelectionDAG. Clean up.
Evan Cheng
2006-07-31
Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
Chris Lattner
2006-07-28
Can't spell.
Evan Cheng
2006-07-28
Some clean up.
Evan Cheng
2006-07-28
Rename IsFoldableBy to CanBeFoldedleBy
Evan Cheng
2006-07-28
Node selected into address mode cannot be folded.
Evan Cheng
2006-07-28
Another duh. Determine topological order before any target node is added.
Evan Cheng
2006-07-27
Brain cramp..
Evan Cheng
2006-07-27
Allocating too large an array for ReachibilityMatrix.
Evan Cheng
2006-07-27
Calculate the portion of reachbility matrix on demand.
Evan Cheng
2006-07-27
isNonImmUse is replaced by IsFoldableBy
Evan Cheng
2006-07-27
Resolve BB references with relocation.
Evan Cheng
2006-07-27
Use reachbility information to determine whether a node can be folded into an...
Evan Cheng
2006-07-27
Use the predicate.
Jim Laskey
2006-07-27
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-27
Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.
Jim Laskey
2006-07-26
New entry.
Evan Cheng
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-07-25
Can't commute shufps. The high / low parts elements come from different vectors.
Evan Cheng
2006-07-21
Done.
Evan Cheng
2006-07-21
This opt is now handled in DAG combine.
Evan Cheng
2006-07-20
A splat of a vector constant of all zero or all one is the vector constant.
Evan Cheng
2006-07-20
Missing a space.
Evan Cheng
2006-07-20
Clean up.
Evan Cheng
2006-07-19
New entry.
Evan Cheng
2006-07-19
Do once flag never set to true.
Jim Laskey
2006-07-19
Tidy up a few things.
Jim Laskey
2006-07-19
Reduce size of routine. Shrinks .o by 37%.
Jim Laskey
2006-07-19
Bug#834 ICE (crash in code generator?) when building PCH .
Jim Laskey
2006-07-19
Misc. new entry.
Evan Cheng
2006-07-19
INC / DEC instructions have shorter code size than ADD32ri8, etc.
Evan Cheng
2006-07-14
Add an out-of-line virtual method for X86DwarfWriter to give it a home.
Chris Lattner
2006-07-12
Add information preventing several register class constraints from working.
Chris Lattner
2006-07-11
Emit inc / dec of registers as one byte instruction.
Evan Cheng
2006-07-11
Implement the inline asm 'A' constraint. This implements PR825 and
Chris Lattner
2006-07-10
New entry.
Evan Cheng
2006-07-10
Fixed stack objects do not specify alignments, but their offsets are known.
Evan Cheng
[next]