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 typo noticed by Lauro Ramos Venancio, thanks!
Chris Lattner
2006-12-05
1
-1
/
+1
*
JIT large code model support.
Evan Cheng
2006-12-05
1
-7
/
+13
*
Asm printing bug.
Evan Cheng
2006-12-05
1
-6
/
+4
*
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
Evan Cheng
2006-12-05
7
-129
/
+126
*
Update
Evan Cheng
2006-12-05
1
-0
/
+10
*
Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de EspÃn...
Chris Lattner
2006-12-04
1
-0
/
+5
*
Non-darwin gcc should default to static relocation to match gcc.
Evan Cheng
2006-12-04
1
-1
/
+1
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
3
-4
/
+6
*
convertToThreeAddress() is now responsible for updating live info as well as ...
Evan Cheng
2006-12-01
1
-8
/
+16
*
Add weak reference directive.
Evan Cheng
2006-12-01
2
-6
/
+4
*
Fix 2005-05-08-FPStackifierPHI.ll failure.
Evan Cheng
2006-12-01
1
-26
/
+7
*
A initialized global variable cannot be extern weak. However, if a global val...
Evan Cheng
2006-12-01
1
-11
/
+6
*
Minor code clean up.
Evan Cheng
2006-12-01
2
-4
/
+2
*
Fix indentation.
Evan Cheng
2006-12-01
1
-2
/
+1
*
Darwin X86 external weak linkage support.
Evan Cheng
2006-12-01
1
-5
/
+3
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
3
-3
/
+39
*
Factor out GVRequiresExtraLoad() from .h to .cpp
Anton Korobeynikov
2006-11-30
2
-13
/
+19
*
- Use a different wrapper node for RIP-relative GV, etc.
Evan Cheng
2006-11-30
5
-62
/
+81
*
MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
Evan Cheng
2006-11-30
1
-31
/
+33
*
In PIC mode, GV not requiring an extra load can be used as address immediate.
Evan Cheng
2006-11-29
1
-14
/
+7
*
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
3
-14
/
+55
*
Custom lower READCYCLECOUNTER for x86-64.
Evan Cheng
2006-11-29
2
-12
/
+22
*
16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman.
Evan Cheng
2006-11-29
1
-1
/
+3
*
Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx /
Chris Lattner
2006-11-29
1
-1
/
+23
*
Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the
Chris Lattner
2006-11-29
2
-1
/
+75
*
Identities are default now
Andrew Lenharth
2006-11-28
1
-4
/
+0
*
New entries.
Evan Cheng
2006-11-28
1
-0
/
+20
*
X86 asm -> gcc asm translation table (incomplete)
Andrew Lenharth
2006-11-28
1
-1
/
+18
*
Fix JIT encoding bugs for shift / rotate by one ops.
Evan Cheng
2006-11-28
1
-5
/
+5
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
5
-61
/
+75
*
Refactored *GVRequiresExtraLoad() to Subtarget method.
Anton Korobeynikov
2006-11-21
2
-120
/
+109
*
Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit
Chris Lattner
2006-11-20
1
-8
/
+17
*
We should perform extra load for dllimported calls
Anton Korobeynikov
2006-11-20
1
-12
/
+26
*
For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while
Evan Cheng
2006-11-17
1
-29
/
+46
*
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
1
-1
/
+3
*
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-17
5
-31
/
+20
*
Correct instructions for moving data between GR64 and SSE registers; also cor...
Evan Cheng
2006-11-16
3
-6
/
+34
*
Fix a potential bug: MOVPDI2DI, etc. are not copy instructions.
Evan Cheng
2006-11-16
1
-3
/
+1
*
Align stubs on 4 byte boundary. This fixes 447.dealII.
Evan Cheng
2006-11-16
1
-2
/
+2
*
Properly transfer kill / dead info.
Evan Cheng
2006-11-15
2
-21
/
+41
*
Kill / dead info has been moved to MI's.
Evan Cheng
2006-11-15
1
-18
/
+11
*
Remove unneeded forward decls
Chris Lattner
2006-11-15
2
-2
/
+0
*
Revert. This wasn't meant to be checked in.
Evan Cheng
2006-11-14
1
-11
/
+18
*
it would be nice of ctlz were lowered to bsf etc.
Chris Lattner
2006-11-14
1
-0
/
+9
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
5
-56
/
+47
*
Add implicit use / def operands to created MI's.
Evan Cheng
2006-11-11
3
-10
/
+8
*
Add all implicit defs to FP_REG_KILL mi.
Evan Cheng
2006-11-11
1
-1
/
+6
*
Add a note.
Evan Cheng
2006-11-10
1
-0
/
+6
*
These are done.
Evan Cheng
2006-11-10
2
-69
/
+0
[next]