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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
4
-5
/
+7
*
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
5
-11
/
+13
*
Copy and paste error. An initialized global cannot be a weak reference.
Evan Cheng
2006-12-01
1
-3
/
+0
*
1. In ppc64 mode we need only use one GPR.
Jim Laskey
2006-12-01
1
-1
/
+7
*
ExternalWeak case in wrong location.
Jim Laskey
2006-12-01
1
-1
/
+1
*
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
2
-11
/
+16
*
Darwin PPC external weak linkage support.
Evan Cheng
2006-12-01
1
-1
/
+15
*
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
*
Fix the CodeGen/PowerPC/vec_constants.ll regression.
Chris Lattner
2006-12-01
1
-6
/
+9
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
5
-11
/
+61
*
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
4
-36
/
+40
*
Remove the ugly SPARCV9 TargetInstrDescriptors hack.
Evan Cheng
2006-11-30
1
-13
/
+0
*
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
*
Fix bug codegen'ing FP constant vectors with integer splats. Make sure the
Chris Lattner
2006-11-29
1
-14
/
+22
*
Offset for load of 32-bit arg in 64-bit world was incorrect.
Jim Laskey
2006-11-29
1
-1
/
+4
*
Custom lower READCYCLECOUNTER for x86-64.
Evan Cheng
2006-11-29
2
-12
/
+22
*
done
Chris Lattner
2006-11-29
1
-16
/
+0
*
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
*
gcc doesn't like an empty colbber list
Andrew Lenharth
2006-11-28
2
-2
/
+6
*
Identities are default now
Andrew Lenharth
2006-11-28
1
-4
/
+0
*
Make identity default, and fix PR1020
Andrew Lenharth
2006-11-28
2
-14
/
+6
*
New entries.
Evan Cheng
2006-11-28
1
-0
/
+20
*
update comments
Andrew Lenharth
2006-11-28
2
-4
/
+8
*
Get the asminfo for the target most closely matching the module and use that ...
Andrew Lenharth
2006-11-28
2
-56
/
+52
*
X86 asm -> gcc asm translation table (incomplete)
Andrew Lenharth
2006-11-28
1
-1
/
+18
*
Add per-target support for asm translation in the cbe
Andrew Lenharth
2006-11-28
1
-1
/
+2
*
Remove debug code.
Jim Laskey
2006-11-28
1
-2
/
+0
*
Prime text sections to improve branch locality in large object files.
Jim Laskey
2006-11-28
1
-0
/
+13
*
32-bit int space was not accounted for properly in lowerCall.
Jim Laskey
2006-11-28
1
-3
/
+8
*
Fix JIT encoding bugs for shift / rotate by one ops.
Evan Cheng
2006-11-28
1
-5
/
+5
*
Preliminary support for inline asm in the cbe. The target specific ugliness
Andrew Lenharth
2006-11-27
2
-4
/
+328
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
30
-295
/
+352
*
When truncating to bool, it is necessary to & with 1 for all casts that
Reid Spencer
2006-11-27
2
-6
/
+20
*
For PR950:
Reid Spencer
2006-11-27
2
-56
/
+246
*
fix storing bools to mem and unordered FP ops
Duraid Madina
2006-11-26
2
-5
/
+5
*
Add newline at end of file.
Reid Spencer
2006-11-25
1
-1
/
+1
*
Refactored *GVRequiresExtraLoad() to Subtarget method.
Anton Korobeynikov
2006-11-21
2
-120
/
+109
*
in ppc64-mode, don't allocate the 32-bit version of r13 either.
Chris Lattner
2006-11-20
1
-0
/
+6
*
r13 is the thread pointer on darwin/ppc64, don't allocate it.
Chris Lattner
2006-11-20
2
-5
/
+5
*
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
[next]