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
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-26
/
+41
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
2
-2
/
+7
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
6
-9
/
+67
*
Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...
Craig Topper
2012-10-31
1
-0
/
+8
*
Clean up redundant SP register maintained in X86 TLI
Michael Liao
2012-10-31
2
-12
/
+7
*
This patch addresses an ABI compatibility issue with empty aggregate
Bill Schmidt
2012-10-31
1
-0
/
+19
*
X86 SSE: update rsqrtss and rcpss to use two source operands and
Manman Ren
2012-10-30
1
-4
/
+39
*
X86 MMX: optimize transfer from mmx to i32
Manman Ren
2012-10-30
3
-2
/
+20
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
2
-15
/
+20
*
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
2
-0
/
+13
*
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
Akira Hatanaka
2012-10-30
2
-0
/
+22
*
Do not do tail-call optimization if target is mips16.
Akira Hatanaka
2012-10-30
1
-0
/
+4
*
PowerPC: Expand FSRQT for vector types
Adhemerval Zanella
2012-10-30
1
-0
/
+6
*
Enable ELF machine type to be specified explicitly in X86 backend
Michael Liao
2012-10-30
3
-15
/
+19
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
2
-4
/
+5
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
2
-13
/
+141
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-1
/
+6
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-4
/
+13
*
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-30
4
-4
/
+6
*
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-30
2
-3
/
+10
*
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-30
1
-4
/
+4
*
Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target
Kevin Enderby
2012-10-29
2
-11
/
+23
*
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
1
-4
/
+4
*
Remove unused variable.
Jakub Staszak
2012-10-29
1
-1
/
+0
*
Simplify code. No functionality change.
Jakub Staszak
2012-10-29
1
-4
/
+5
*
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2012-10-29
1
-4
/
+4
*
This patch solves a problem with passing varargs parameters under the PPC64
Bill Schmidt
2012-10-29
1
-1
/
+11
*
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
1
-0
/
+4
*
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-29
1
-10
/
+37
*
Fix PR14204
Michael Liao
2012-10-29
1
-0
/
+15
*
Fix typo
Joerg Sonnenberger
2012-10-29
1
-2
/
+2
*
Allow i32/i64 for 'f' constraint on PowerPC.
Ulrich Weigand
2012-10-29
1
-2
/
+2
*
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
1
-3
/
+3
*
Expand all atomic ops for mips16.
Reed Kotler
2012-10-29
1
-2
/
+23
*
PPCSubtarget.h: Add explicit braces.
NAKAMURA Takumi
2012-10-29
1
-1
/
+2
*
PPCSubtarget.h: Whitespace.
NAKAMURA Takumi
2012-10-29
1
-22
/
+22
*
This patch adds alignment information for long double to the 64-bit PowerPC
Bill Schmidt
2012-10-29
1
-0
/
+6
*
Silence a GCC warning about comparing signed and unsigned types.
Duncan Sands
2012-10-29
1
-2
/
+2
*
Calling TLI->getNumRegisters creates a circular dependency when building LLVM...
Nadav Rotem
2012-10-29
1
-2
/
+4
*
Implement brind operator for mips16.
Reed Kotler
2012-10-28
1
-0
/
+19
*
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
22
-719
/
+2
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
7
-48
/
+276
*
[code size][ARM] Emit regular call instructions instead of the move, branch s...
Quentin Colombet
2012-10-27
1
-2
/
+8
*
Implement MipsHi for mips16
Reed Kotler
2012-10-27
1
-2
/
+8
*
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
2
-9
/
+8
*
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
1
-1
/
+4
*
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-10-27
2
-425
/
+41
*
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
2
-0
/
+51
*
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
2012-10-27
2
-0
/
+105
*
Add method MipsTargetLowering::copyByValRegs.
Akira Hatanaka
2012-10-27
2
-0
/
+53
[next]