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
/
X86InstrFPStack.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement FpSET_ST1_*.
Evan Cheng
2009-02-09
1
-0
/
+6
*
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
1
-1
/
+1
*
Use ## for comment delimiter on darwin x86-32, so
Dale Johannesen
2008-03-25
1
-10
/
+10
*
remove Evan's "ugly hack" that sorta attempted to get
Chris Lattner
2008-03-21
1
-4
/
+0
*
Add support for calls that return two FP values in
Chris Lattner
2008-03-21
1
-0
/
+9
*
Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to
Chris Lattner
2008-03-10
1
-20
/
+6
*
rename FP_SETRESULT -> FP_SET_ST0
Chris Lattner
2008-03-09
1
-7
/
+7
*
rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for
Chris Lattner
2008-03-09
1
-26
/
+38
*
Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...
Evan Cheng
2008-01-29
1
-0
/
+7
*
more flags set right
Chris Lattner
2008-01-11
1
-13
/
+15
*
Start inferring side effect information more aggressively, and fix many bugs ...
Chris Lattner
2008-01-10
1
-18
/
+30
*
remove explicit sets of 'neverHasSideEffects' that can now be
Chris Lattner
2008-01-10
1
-1
/
+1
*
get def use info more correct.
Chris Lattner
2008-01-10
1
-4
/
+4
*
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I
Bill Wendling
2007-12-17
1
-2
/
+2
*
LD_Fp64m should have "isRematerializable" set.
Bill Wendling
2007-12-17
1
-1
/
+2
*
Implement codegen for flt_rounds on x86
Anton Korobeynikov
2007-11-16
1
-1
/
+6
*
Corrected many typing errors. And removed 'nest' parameter handling
Arnold Schwaighofer
2007-10-12
1
-1
/
+1
*
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-29
1
-50
/
+15
*
New style x87 cmp instructions.
Evan Cheng
2007-09-25
1
-0
/
+18
*
Added support for new condition code modeling scheme (i.e. physical register ...
Evan Cheng
2007-09-25
1
-0
/
+25
*
Fix PR 1681. When X86 target uses +sse -sse2,
Dale Johannesen
2007-09-23
1
-66
/
+69
*
Add implicit def of EFLAGS on those instructions that may modify flags.
Evan Cheng
2007-09-14
1
-1
/
+1
*
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-11
1
-9
/
+14
*
Mark load instructions with isLoad = 1.
Evan Cheng
2007-08-30
1
-0
/
+2
*
Long double patch 8 of N: make it partially work in
Dale Johannesen
2007-08-07
1
-53
/
+50
*
Long double patch 7 of N, unless I lost count:).
Dale Johannesen
2007-08-07
1
-0
/
+24
*
Get X86 long double calling convention to work
Dale Johannesen
2007-08-06
1
-0
/
+6
*
Long double patch 4 of N: initial x87 implementation.
Dale Johannesen
2007-08-05
1
-4
/
+75
*
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-07-31
1
-57
/
+57
*
Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...
Evan Cheng
2007-07-31
1
-11
/
+0
*
No more noResults.
Evan Cheng
2007-07-21
1
-6
/
+5
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-118
/
+119
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+456