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
*
Fix a grammaro and clarify a comment.
Dan Gohman
2009-05-31
1
-5
/
+5
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
6
-72
/
+156
*
(i64 (zext (srl GR32 8))) -> movzbl AH is not safe since srl 8 only clear the...
Evan Cheng
2009-05-30
1
-7
/
+0
*
Untabification.
Bill Wendling
2009-05-30
2
-8
/
+8
*
More h-registers tricks: folding zext nodes.
Evan Cheng
2009-05-29
2
-0
/
+23
*
The MONITOR and MWAIT instructions have insufficient information for
Bill Wendling
2009-05-28
3
-10
/
+27
*
Fix MOVMSKPDrr encoding.
Evan Cheng
2009-05-28
1
-1
/
+1
*
Fix PSIGND encoding bug. Patch by Sean Callanan.
Evan Cheng
2009-05-28
1
-1
/
+1
*
"The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but
Bill Wendling
2009-05-28
2
-2
/
+2
*
Added optimization that narrow load / op / store and the 'op' is a bit twiddl...
Evan Cheng
2009-05-28
2
-0
/
+10
*
Ger rid of some dead code.
Eli Friedman
2009-05-27
1
-33
/
+0
*
Fix sfence jit encoding. Patch by Sean Callanan.
Evan Cheng
2009-05-27
1
-1
/
+1
*
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-05-27
1
-8
/
+11
*
Back out r72431, it is causing a number of compilation crashes with clang.
Daniel Dunbar
2009-05-26
1
-4
/
+4
*
Update CPU capabilities for AMD machines
Stefanus Du Toit
2009-05-26
3
-3
/
+31
*
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-05-26
1
-4
/
+4
*
add some late optimizations that GCC does. It thinks these are a win
Chris Lattner
2009-05-25
1
-0
/
+14
*
we should eventually add -march=atom and the new atom movbe instruction.
Chris Lattner
2009-05-25
1
-0
/
+2
*
Make the X86 backend mark EXTRACT_SUBVECTOR as Expand, at least for the
Eli Friedman
2009-05-23
1
-0
/
+1
*
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2009-05-23
1
-1
/
+2
*
Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit
Eli Friedman
2009-05-23
2
-25
/
+64
*
Try again. Allow call to immediate address for ELF or when in static relocati...
Evan Cheng
2009-05-20
3
-5
/
+18
*
Cannot use immediate as call absolute target in PIC mode.
Evan Cheng
2009-05-20
1
-1
/
+2
*
Add OpSize to 16-bit ADC and SBB.
Dale Johannesen
2009-05-18
1
-14
/
+24
*
Fill in the missing patterns for ADC and SBB.
Dale Johannesen
2009-05-18
1
-14
/
+97
*
Reflow to fit 80-col.
Mike Stump
2009-05-14
1
-2
/
+2
*
Reflow to fit 80-col.
Mike Stump
2009-05-14
1
-2
/
+2
*
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-13
1
-0
/
+1
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
3
-33
/
+53
*
More MSVC fixes -- class/struct conflicts.
Bill Wendling
2009-05-12
1
-1
/
+1
*
80 col violations.
Evan Cheng
2009-05-12
1
-2
/
+4
*
Avoid unneeded SIB byte encoding. Patch by Zoltan Varga.
Evan Cheng
2009-05-12
2
-2
/
+4
*
Convert a subtract into a negate and an add when it helps x86
Dan Gohman
2009-05-11
2
-1
/
+71
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
3
-5
/
+5
*
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
1
-106
/
+2
*
Fix PR4152: asm constraint validation happens before dag combine, so we
Chris Lattner
2009-05-08
1
-29
/
+28
*
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-08
1
-1
/
+1
*
Use X86AddrNumOperands instead of magic constant one
Dale Johannesen
2009-05-06
1
-1
/
+2
*
Add basic support for code generation of
Chris Lattner
2009-05-05
2
-0
/
+17
*
Revert part of 70929 that has to do with determining whether a SIB byte is ne...
Evan Cheng
2009-05-05
2
-3
/
+3
*
- Avoid the longer SIB encoding on x86_64 when it's not needed.
Evan Cheng
2009-05-04
2
-9
/
+24
*
X86FastISel doesn't support the -tailcallopt ABI.
Dan Gohman
2009-05-04
1
-0
/
+6
*
Fix compilation for some targets other than x86.
Argiris Kirtzidis
2009-04-30
2
-2
/
+0
*
Make DebugLoc independent of DwarfWriter.
Argiris Kirtzidis
2009-04-30
2
-0
/
+2
*
Set mayLoad on MOVZX32_NOREXrm8 too.
Dan Gohman
2009-04-30
1
-0
/
+1
*
Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively.
Evan Cheng
2009-04-30
1
-1
/
+3
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
7
-22
/
+37
*
Fix infinite recursion in the C++ code which handles movddup by making it unn...
Nate Begeman
2009-04-29
2
-46
/
+13
*
Implement review feedback for vector shuffle work.
Nate Begeman
2009-04-29
2
-31
/
+34
*
Second attempt:
Bill Wendling
2009-04-29
7
-38
/
+43
[next]