index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a note that Nate mentioned last week
Chris Lattner
2005-10-23
1
-0
/
+5
*
Put some of my random notes somewhere public
Chris Lattner
2005-10-23
1
-0
/
+70
*
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
5
-79
/
+78
*
silence some warnings
Chris Lattner
2005-10-02
1
-3
/
+2
*
simplify this code using the new regclass info passed in
Chris Lattner
2005-09-30
1
-29
/
+45
*
Pass extra regclasses into spilling code
Chris Lattner
2005-09-30
2
-4
/
+8
*
Add FP versions of the binary operators, keeping the int and fp worlds seperate.
Chris Lattner
2005-09-28
1
-6
/
+21
*
Implement the isLoadFromStackSlot interface
Chris Lattner
2005-09-19
2
-0
/
+28
*
give all operands names
Chris Lattner
2005-09-14
1
-9
/
+10
*
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
*
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-09-01
4
-5
/
+10
*
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
*
Adjust to new livevars interface
Chris Lattner
2005-08-23
1
-4
/
+4
*
Simplify this code by using LiveVariables::KillsRegister
Chris Lattner
2005-08-23
1
-35
/
+11
*
Split RegisterClass 'Methods' into MethodProtos and MethodBodies
Chris Lattner
2005-08-19
1
-6
/
+18
*
Put register classes into namespaces
Chris Lattner
2005-08-19
1
-7
/
+8
*
The simple isel being gone makes this dead!
Chris Lattner
2005-08-19
2
-20
/
+0
*
add a few missing cases
Chris Lattner
2005-08-19
1
-4
/
+8
*
Give ADJCALLSTACKDOWN/UP the correct operands.
Chris Lattner
2005-08-19
1
-57
/
+126
*
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
*
Remove the X86 and PowerPC Simple instruction selectors; their time has
Nate Begeman
2005-08-18
3
-4164
/
+4
*
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
*
Add Subtarget support to PowerPC. Next up, using it.
Nate Begeman
2005-08-04
2
-2
/
+2
*
Scalar SSE: load +0.0 -> xorps/xorpd
Nate Begeman
2005-08-03
2
-80
/
+133
*
Update to use the new MathExtras.h support for log2 computation.
Chris Lattner
2005-08-02
2
-23
/
+14
*
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
*
turn off GOT on archs that didn't use it (not that it appeard to harm them mu...
Andrew Lenharth
2005-07-29
1
-1
/
+1
*
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
8
-72
/
+72
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
2
-6
/
+6
*
update interface
Andrew Lenharth
2005-07-22
2
-2
/
+2
*
For: memory operations -> stores
Reid Spencer
2005-07-19
1
-0
/
+5
[next]