index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute correct frame sizes for SPARC v9 64-bit frames.
Jakob Stoklund Olesen
2013-04-09
1
-0
/
+16
*
Generate PPC early conditional returns
Hal Finkel
2013-04-08
2
-4
/
+58
*
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-04-08
2
-180
/
+207
*
Cleanup and improve PPC fsel generation
Hal Finkel
2013-04-07
1
-0
/
+137
*
Implement LowerCall_64 for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-07
1
-3
/
+147
*
Implement LowerReturn_64 for SPARC v9.
Jakob Stoklund Olesen
2013-04-06
1
-0
/
+84
*
SPARC v9 stack pointer bias.
Jakob Stoklund Olesen
2013-04-06
1
-7
/
+5
*
Implement PPCInstrInfo::FoldImmediate
Hal Finkel
2013-04-06
1
-0
/
+14
*
Complete formal arguments for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-06
1
-0
/
+136
*
R600/SI: Add support for buffer stores v2
Tom Stellard
2013-04-05
2
-3
/
+11
*
R600/SI: Add processor types for each SI variant
Tom Stellard
2013-04-05
8
-8
/
+8
*
R600/SI: Avoid generating S_MOVs with 64-bit immediates v2
Tom Stellard
2013-04-05
1
-0
/
+26
*
Enable early if conversion on PPC
Hal Finkel
2013-04-05
1
-0
/
+34
*
Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...
Timur Iskhodzhanov
2013-04-05
1
-7
/
+6
*
Reverting 178851 as it broke buildbots
Renato Golin
2013-04-05
1
-110
/
+0
*
Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...
Stepan Dyatkovskiy
2013-04-05
1
-0
/
+110
*
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
1
-0
/
+228
*
PPC: Improve code generation for mixed-precision reciprocal sqrt
Hal Finkel
2013-04-04
1
-0
/
+48
*
Avoid high-latency false CPSR dependencies even for tMOVSi.
Jakob Stoklund Olesen
2013-04-04
1
-0
/
+31
*
New-password-test commit.
Stepan Dyatkovskiy
2013-04-04
1
-1
/
+1
*
R600: Take export into account when computing cf address
Vincent Lejeune
2013-04-04
1
-0
/
+50
*
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-04
1
-0
/
+22
*
R600: Fix last ALU of a clause being emitted in a separate clause
Vincent Lejeune
2013-04-03
1
-0
/
+850
*
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
1
-0
/
+15
*
Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 bot
Timur Iskhodzhanov
2013-04-03
1
-2
/
+5
*
Fix SRet for thiscall in i686-pc-win32
Timur Iskhodzhanov
2013-04-03
2
-47
/
+40
*
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
2013-04-03
1
-0
/
+34
*
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-03
1
-0
/
+178
*
[mips] Small update to the implementation of eh.return for Mips.
Akira Hatanaka
2013-04-02
2
-0
/
+8
*
llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...
NAKAMURA Takumi
2013-04-02
3
-5
/
+0
*
Fix PR15630: Replace faulty stdcx. with stwcx.
Bill Schmidt
2013-04-02
1
-0
/
+16
*
Don't attempt MTM heuristics without a scheduling model present.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+2
*
[fast-isel] Use the correct API to disable FastLowerArguments for Win64.
Chad Rosier
2013-04-02
1
-3
/
+6
*
DAGCombiner: Merge store/loads when we have extload/truncstores
Arnold Schwaighofer
2013-04-02
1
-0
/
+98
*
Simplify test cases for Atom preferring call register indirect over
Preston Gurd
2013-04-02
2
-409
/
+160
*
Add 64-bit load and store instructions.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+58
*
Basic 64-bit ALU operations.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+21
*
Materialize 64-bit immediates.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+46
*
Add 64-bit shift instructions.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+14
*
Add support for 64-bit calling convention.
Jakob Stoklund Olesen
2013-04-02
2
-1
/
+8
*
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
2
-6
/
+11
*
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-04-01
1
-1
/
+1
*
Fix a bad assert in PPCTargetLowering
Hal Finkel
2013-04-01
1
-0
/
+1
*
Add triple to test/CodeGen/PowerPC/stfiwx-2
Hal Finkel
2013-04-01
1
-1
/
+1
*
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-04-01
1
-0
/
+96
*
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
5
-7
/
+191
*
Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
Hal Finkel
2013-04-01
1
-1
/
+3
*
Add the PPC popcntw instruction
Hal Finkel
2013-04-01
1
-6
/
+5
*
X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
2013-03-31
1
-0
/
+6
*
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
1
-0
/
+14
[next]