index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Enable x86 isel preprocessing by default unless -fast is specified.
Evan Cheng
2006-08-29
3
-8
/
+13
*
Avoid making unneeded load/mod/store transformation which can hurt performance.
Evan Cheng
2006-08-29
1
-5
/
+10
*
On Mac, print jump table entries after the function to work around a linker i...
Evan Cheng
2006-08-28
1
-3
/
+6
*
Add an optional pass to preprocess the DAG before x86 isel to allow selecting...
Evan Cheng
2006-08-28
1
-0
/
+130
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
4
-4
/
+4
*
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-27
1
-4
/
+4
*
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
1
-1
/
+1
*
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
1
-16
/
+17
*
Match tblgen changes; clean up.
Evan Cheng
2006-08-26
1
-79
/
+34
*
Give a good error message when we try to jit inline asm.
Chris Lattner
2006-08-26
1
-0
/
+3
*
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
2006-08-23
1
-1
/
+1
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
2
-7
/
+7
*
Revert this patch, the front-end has been fixed to make it unneccesary.
Chris Lattner
2006-08-17
1
-15
/
+0
*
'g' is handled by the front-end.
Chris Lattner
2006-08-17
1
-4
/
+0
*
Fix handling of 'g'. Closes 883
Andrew Lenharth
2006-08-17
1
-0
/
+4
*
Add the 'c' constraint as needed by the linux kernel
Andrew Lenharth
2006-08-17
1
-2
/
+7
*
Add support for S and D constraints, as needed to compile the linux kernel.
Andrew Lenharth
2006-08-17
1
-0
/
+10
*
Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tabl...
Evan Cheng
2006-08-16
1
-1
/
+2
*
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-16
1
-2
/
+1
*
add a note
Chris Lattner
2006-08-16
1
-0
/
+13
*
Emit .set directives for jump table entries when possible, which reduces
Nate Begeman
2006-08-12
1
-0
/
+1
*
eliminate extraneous blank line
Chris Lattner
2006-08-11
1
-1
/
+0
*
Eliminate use of getNode that takes a vector.
Chris Lattner
2006-08-11
1
-11
/
+21
*
Match tablegen changes.
Evan Cheng
2006-08-11
2
-20
/
+38
*
CALLSEQ_* produces chain even if that's not needed.
Evan Cheng
2006-08-11
1
-1
/
+1
*
Convert more calls of getNode() that takes a vector to pass in the start of a...
Evan Cheng
2006-08-11
1
-13
/
+14
*
Start eliminating temporary vectors used to create DAG nodes. Instead, pass
Chris Lattner
2006-08-08
1
-34
/
+43
*
Eliminate reachability matrix. It has to be calculated before any instruction
Evan Cheng
2006-08-08
1
-57
/
+34
*
Match tablegen isel changes.
Evan Cheng
2006-08-07
1
-101
/
+54
*
Make XMM, FP register dwarf register numbers consistent with gcc.
Evan Cheng
2006-08-07
1
-24
/
+24
*
Get darwin intel debugging up and running.
Jim Laskey
2006-08-03
2
-54
/
+54
*
Reflect change to AssignTopologicalOrder().
Evan Cheng
2006-08-02
1
-5
/
+8
*
Use of vector<bool> causes some horrendous compile time regression (2x)!
Evan Cheng
2006-08-02
1
-13
/
+26
*
Update the readme to remove duplicate information and clarify the loop
Nate Begeman
2006-08-02
1
-44
/
+19
*
Disable LSR at -fast
Nate Begeman
2006-08-02
1
-1
/
+1
*
Factor topological order code to SelectionDAG. Clean up.
Evan Cheng
2006-08-01
1
-87
/
+23
*
Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
Chris Lattner
2006-07-31
2
-0
/
+68
*
Can't spell.
Evan Cheng
2006-07-28
1
-15
/
+15
*
Some clean up.
Evan Cheng
2006-07-28
1
-6
/
+8
*
Rename IsFoldableBy to CanBeFoldedleBy
Evan Cheng
2006-07-28
1
-3
/
+3
*
Node selected into address mode cannot be folded.
Evan Cheng
2006-07-28
1
-0
/
+39
*
Another duh. Determine topological order before any target node is added.
Evan Cheng
2006-07-28
1
-13
/
+13
*
Brain cramp..
Evan Cheng
2006-07-27
1
-3
/
+1
*
Allocating too large an array for ReachibilityMatrix.
Evan Cheng
2006-07-27
1
-2
/
+5
*
Calculate the portion of reachbility matrix on demand.
Evan Cheng
2006-07-27
1
-11
/
+42
*
isNonImmUse is replaced by IsFoldableBy
Evan Cheng
2006-07-27
1
-1
/
+1
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
3
-13
/
+2
*
Use reachbility information to determine whether a node can be folded into an...
Evan Cheng
2006-07-27
1
-3
/
+118
*
Use the predicate.
Jim Laskey
2006-07-27
3
-15
/
+15
*
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-27
2
-2
/
+4
[next]