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
*
Kill the x86 pattern isel. boom.
Nate Begeman
2006-02-17
1
-3648
/
+0
*
provide an explicit alignment for cp entries
Chris Lattner
2006-02-09
1
-6
/
+22
*
remove now-dead code, the legalizer takes care of this for us
Chris Lattner
2006-01-29
1
-6
/
+1
*
x86 CPU detection and proper subtarget support
Evan Cheng
2006-01-27
1
-0
/
+4
*
Loosen up these checks to allow direct uses of ESP
Chris Lattner
2006-01-25
1
-4
/
+12
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual).
Evan Cheng
2006-01-21
1
-1
/
+1
*
Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code.
Chris Lattner
2006-01-15
1
-41
/
+0
*
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
[next]