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
/
X86FloatingPoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...
Evan Cheng
2008-01-29
1
-0
/
+5
*
Improve the FP stackifier to decide all on its own whether
Chris Lattner
2008-01-14
1
-23
/
+30
*
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
1
-6
/
+6
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-5
/
+5
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-4
/
+4
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-5
/
+5
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-29
1
-33
/
+0
*
New style x87 cmp instructions.
Evan Cheng
2007-09-25
1
-0
/
+6
*
Added support for new condition code modeling scheme (i.e. physical register ...
Evan Cheng
2007-09-25
1
-0
/
+27
*
another long double buglet
Dale Johannesen
2007-09-20
1
-0
/
+1
*
Remove RSTRegClass case from loadRegFromStackSlot
Dale Johannesen
2007-09-17
1
-1
/
+1
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-1
/
+1
*
My compiler warns about the semicolon.
Duncan Sands
2007-09-11
1
-1
/
+1
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-7
/
+5
*
Long double patch 8 of N: make it partially work in
Dale Johannesen
2007-08-07
1
-0
/
+3
*
Long double patch 7 of N, unless I lost count:).
Dale Johannesen
2007-08-07
1
-0
/
+6
*
Get X86 long double calling convention to work
Dale Johannesen
2007-08-06
1
-0
/
+18
*
Make 80-bit store maintain simulated FP stack correctly.
Dale Johannesen
2007-08-06
1
-1
/
+2
*
Long double patch 4 of N: initial x87 implementation.
Dale Johannesen
2007-08-05
1
-2
/
+60
*
Fix fp_constant_op failure.
Dale Johannesen
2007-07-10
1
-2
/
+8
*
Refactor X87 instructions. As a side effect, all
Dale Johannesen
2007-07-04
1
-162
/
+162
*
Some spacing fixes. Cosmetic.
Dale Johannesen
2007-07-03
1
-16
/
+16
*
Fix for PR 1505 (and 1489). Rewrite X87 register
Dale Johannesen
2007-07-03
1
-62
/
+127
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-04-25
1
-2
/
+1
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-4
/
+4
*
Fix a bug introduced by the streams patch. DEBUG code was made unconditional.
Chris Lattner
2006-12-08
1
-1
/
+1
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-9
/
+8
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Fix 2005-05-08-FPStackifierPHI.ll failure.
Evan Cheng
2006-12-01
1
-26
/
+7
*
MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
Evan Cheng
2006-11-30
1
-31
/
+33
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-5
/
+14
*
Kill / dead info has been moved to MI's.
Evan Cheng
2006-11-15
1
-18
/
+11
*
Revert. This wasn't meant to be checked in.
Evan Cheng
2006-11-14
1
-11
/
+18
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-18
/
+11
*
Add implicit use / def operands to created MI's.
Evan Cheng
2006-11-11
1
-1
/
+1
*
Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands...
Evan Cheng
2006-11-10
1
-6
/
+16
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Bugfix to work with the two-addr changes that have been made in the tree rece...
Chris Lattner
2006-09-05
1
-1
/
+2
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Do once flag never set to true.
Jim Laskey
2006-07-19
1
-1
/
+3
*
Hide x86 symbols
Chris Lattner
2006-06-28
1
-1
/
+2
*
Added fisttp for fp to int conversion.
Evan Cheng
2006-02-18
1
-3
/
+14
*
Improve compatibility with VC2005, patch by Morten Ofstad!
Jeff Cohen
2006-01-26
1
-1
/
+6
*
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
-2
/
+2
[next]