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
/
X86ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
1
-1
/
+1
*
When x86 addresses matching exceeds its recursion limit, check to
Dan Gohman
2007-08-13
1
-6
/
+12
*
Use subregs to improve any_extend code generation when feasible.
Christopher Lamb
2007-08-10
1
-0
/
+33
*
Increase efficiency of sign_extend_inreg by using subregisters for truncation...
Christopher Lamb
2007-08-10
1
-31
/
+86
*
divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the inst...
Evan Cheng
2007-08-09
1
-4
/
+33
*
Long double patch 8 of N: make it partially work in
Dale Johannesen
2007-08-07
1
-47
/
+47
*
Get X86 long double calling convention to work
Dale Johannesen
2007-08-06
1
-1
/
+2
*
Switch some multiplication instructions over to the new scheme for testing.
Evan Cheng
2007-08-02
1
-6
/
+47
*
Mac OS X X86-64 low 4G address not available.
Evan Cheng
2007-08-01
1
-1
/
+2
*
Change the x86 backend to use extract_subreg for truncation operations. Passe...
Christopher Lamb
2007-07-29
1
-25
/
+37
*
Minor bug.
Evan Cheng
2007-07-26
1
-3
/
+3
*
Same goes for constantpool, etc.
Evan Cheng
2007-07-26
1
-5
/
+5
*
Mac OS X x86-64 lower 4G address is not available.
Evan Cheng
2007-07-25
1
-1
/
+2
*
Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
Dan Gohman
2007-07-24
1
-2
/
+2
*
Fix for PR 1505 (and 1489). Rewrite X87 register
Dale Johannesen
2007-07-03
1
-2
/
+4
*
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
1
-1
/
+1
*
Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
Chris Lattner
2007-04-11
1
-6
/
+8
*
Oops :)
Anton Korobeynikov
2007-03-28
1
-1
/
+1
*
Don't allow MatchAddress recurse too much. This trims exponential
Anton Korobeynikov
2007-03-28
1
-6
/
+14
*
Two changes:
Chris Lattner
2007-03-20
1
-4
/
+3
*
Fix a miscompilation in the addr mode code trying to implement X | C and
Chris Lattner
2007-02-04
1
-20
/
+17
*
Linux GOT indirect reference is only necessary in PIC mode.
Evan Cheng
2007-01-22
1
-1
/
+2
*
Adjust #includes to compensate for lost of DerivedTypes.h in
Reid Spencer
2007-01-12
1
-0
/
+1
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-2
/
+15
*
Really big cleanup.
Anton Korobeynikov
2007-01-03
1
-1
/
+1
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-6
/
+4
*
Fix for PR1062 by Dan Gohman.
Evan Cheng
2006-12-19
1
-4
/
+2
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+0
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Revert an unintended change.
Evan Cheng
2006-12-05
1
-1
/
+1
*
- Switch X86-64 JIT to large code size model.
Evan Cheng
2006-12-05
1
-27
/
+26
*
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
Evan Cheng
2006-12-05
1
-10
/
+8
*
- Use a different wrapper node for RIP-relative GV, etc.
Evan Cheng
2006-11-30
1
-53
/
+11
*
Clean up.
Evan Cheng
2006-11-29
1
-8
/
+8
*
Fix for PR1018 - Better support for X86-64 Linux in small code model.
Evan Cheng
2006-11-29
1
-0
/
+43
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-9
/
+10
*
For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while
Evan Cheng
2006-11-17
1
-29
/
+46
*
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-17
1
-20
/
+14
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-6
/
+3
*
Add implicit use / def operands to created MI's.
Evan Cheng
2006-11-11
1
-8
/
+6
*
Add all implicit defs to FP_REG_KILL mi.
Evan Cheng
2006-11-11
1
-1
/
+6
*
Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a
Evan Cheng
2006-11-10
1
-0
/
+1
*
Match tblegen changes.
Evan Cheng
2006-11-08
1
-15
/
+16
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-1
/
+1
*
silence warning
Chris Lattner
2006-11-03
1
-6
/
+0
*
SelectScalarSSELoad should call CanBeFoldedBy as well.
Evan Cheng
2006-10-16
1
-3
/
+7
*
Corrected load folding check. We need to start from the root of the sub-dag
Evan Cheng
2006-10-14
1
-52
/
+65
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-1
/
+1
*
Doh. This wasn't causing problems by luck.
Evan Cheng
2006-10-12
1
-1
/
+1
*
fix compilation failure of smg2000
Chris Lattner
2006-10-12
1
-1
/
+1
[next]