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-17
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
Revert this patch, the front-end has been fixed to make it unneccesary.
Chris Lattner
2006-08-17
'g' is handled by the front-end.
Chris Lattner
2006-08-17
Fix handling of 'g'. Closes 883
Andrew Lenharth
2006-08-17
Add the 'c' constraint as needed by the linux kernel
Andrew Lenharth
2006-08-17
Add support for S and D constraints, as needed to compile the linux kernel.
Andrew Lenharth
2006-08-16
Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tabl...
Evan Cheng
2006-08-16
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-16
add a note
Chris Lattner
2006-08-12
Emit .set directives for jump table entries when possible, which reduces
Nate Begeman
2006-08-11
eliminate extraneous blank line
Chris Lattner
2006-08-11
Eliminate use of getNode that takes a vector.
Chris Lattner
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
[next]