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
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-31
1
-0
/
+31
*
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-30
1
-0
/
+33
*
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-30
1
-20
/
+20
*
[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.
Justin Holewinski
2013-03-30
16
-170
/
+1
*
[NVPTX] Add NVVMReflect pass to allow compile-time selection of
Justin Holewinski
2013-03-30
1
-0
/
+34
*
[mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
2013-03-30
1
-0
/
+31
*
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
1
-7
/
+14
*
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
1
-0
/
+1
*
Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...
Timur Iskhodzhanov
2013-03-29
1
-0
/
+3
*
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
1
-0
/
+37
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
5
-7
/
+7
*
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-29
2
-18
/
+126
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
2
-1
/
+97
[next]