index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86ISelPattern.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in my last X86 checkin, pointed out by cozmic
Chris Lattner
2006-01-13
1
-1
/
+2
*
Enable X86 support for savestack/restorestack
Chris Lattner
2006-01-13
1
-1
/
+1
*
Fix sint_to_fp (fild*) support.
Evan Cheng
2006-01-12
1
-2
/
+2
*
Support for MEMCPY and MEMSET.
Evan Cheng
2006-01-11
1
-2
/
+2
*
* Add special entry code main() (to set x87 to 64-bit precision).
Evan Cheng
2006-01-11
1
-3
/
+6
*
implement FP_REG_KILL insertion for the dag-dag instruction selector
Chris Lattner
2006-01-11
1
-1
/
+0
*
silence a bogus gcc warning
Chris Lattner
2006-01-06
1
-1
/
+1
*
Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patterns
Chris Lattner
2005-12-21
1
-38
/
+38
*
Fixed a typo: line 2323: MOVSX16rm8 -> MOVZX16rm8. This was the cause fo 12/1...
Evan Cheng
2005-12-14
1
-1
/
+1
*
Fix PR672 another way which should be more robust
Chris Lattner
2005-12-04
1
-16
/
+14
*
Fix test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll and PR672.
Chris Lattner
2005-12-03
1
-0
/
+14
*
The second patch of X86 support for read cycle counter.
Andrew Lenharth
2005-11-20
1
-0
/
+5
*
Separate X86ISelLowering stuff out from the X86ISelPattern.cpp file. Patch
Chris Lattner
2005-11-15
1
-1002
/
+3
*
Invert the TargetLowering flag that controls divide by consant expansion.
Nate Begeman
2005-10-21
1
-54
/
+0
*
Remove some dead code now that the dag combiner exists.
Nate Begeman
2005-10-15
1
-15
/
+0
*
Properly split f32 and f64 into separate register classes for scalar sse fp
Nate Begeman
2005-10-14
1
-4
/
+4
*
silence some warnings
Chris Lattner
2005-10-02
1
-3
/
+2
*
Add FP versions of the binary operators, keeping the int and fp worlds seperate.
Chris Lattner
2005-09-28
1
-6
/
+21
*
fix a major regression from my patch this afternoon
Chris Lattner
2005-09-14
1
-0
/
+1
*
This code is no longer needed, it is moved to the target-indep code
Chris Lattner
2005-09-13
1
-25
/
+0
*
Handle any_extend like zext
Chris Lattner
2005-09-02
1
-0
/
+1
*
Adjust to member variable name change.
Reid Spencer
2005-08-27
1
-1
/
+1
*
Fix a bug in my previous checkin
Chris Lattner
2005-08-26
1
-1
/
+1
*
Change ConstantPoolSDNode to actually hold the Constant itself instead of
Chris Lattner
2005-08-26
1
-4
/
+9
*
Fix a warning
Chris Lattner
2005-08-25
1
-0
/
+1
*
The variable SAR's only take one operand too
Chris Lattner
2005-08-19
1
-1
/
+1
*
Stop adding bogus operands to variable shifts on X86. These instructions
Chris Lattner
2005-08-19
1
-2
/
+2
*
update the backends to work with the new CopyFromReg/CopyToReg/ImplicitDef nodes
Chris Lattner
2005-08-16
1
-28
/
+26
*
Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty
Nate Begeman
2005-08-16
1
-0
/
+1
*
Fix last night's X86 regressions by putting code for SSE in the if(SSE)
Nate Begeman
2005-08-14
1
-5
/
+5
*
Fix FP_TO_UINT with Scalar SSE2 now that the legalizer can handle it. We
Nate Begeman
2005-08-14
1
-1
/
+9
*
Update the targets to the new SETCC/CondCodeSDNode interfaces.
Chris Lattner
2005-08-09
1
-54
/
+55
*
adjust to change in getSubtarget() api
Chris Lattner
2005-08-05
1
-1
/
+1
*
Scalar SSE: load +0.0 -> xorps/xorpd
Nate Begeman
2005-08-03
1
-80
/
+122
*
Update to use the new MathExtras.h support for log2 computation.
Chris Lattner
2005-08-02
1
-1
/
+1
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-14
/
+14
*
fix a typeo
Chris Lattner
2005-07-30
1
-1
/
+1
*
Change the fp to integer code to not perform 2-byte stores followed by
Chris Lattner
2005-07-30
1
-7
/
+4
*
Use a custom expander for all FP to int conversions, as the X86 only has
Chris Lattner
2005-07-30
1
-71
/
+41
*
Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operations
Chris Lattner
2005-07-29
1
-27
/
+17
*
Don't forget to diddle with the control word when performing an FISTP64.
Chris Lattner
2005-07-29
1
-8
/
+36
*
Use a custom expander to compile this:
Chris Lattner
2005-07-29
1
-13
/
+57
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-43
/
+43
*
For: memory operations -> stores
Reid Spencer
2005-07-19
1
-0
/
+5
*
Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that
Nate Begeman
2005-07-16
1
-45
/
+20
*
Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the
Chris Lattner
2005-07-16
1
-53
/
+27
*
Get closer to fully working scalar FP in SSE regs. This gets singlesource
Nate Begeman
2005-07-15
1
-32
/
+26
*
Implement Subtarget support
Nate Begeman
2005-07-12
1
-3
/
+28
*
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
1
-8
/
+8
*
Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode
Chris Lattner
2005-07-10
1
-5
/
+4
[next]