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
*
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
1
-0
/
+75
*
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
1
-0
/
+191
*
Add floating-point to and from integer conversion
Adhemerval Zanella
2012-10-08
1
-0
/
+57
*
X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...
Benjamin Kramer
2012-10-07
1
-0
/
+451
*
Patch for integer multiply, signed/unsigned, long/long long.
Reed Kotler
2012-10-05
3
-0
/
+59
*
Convert to unix line endings.
Rafael Espindola
2012-10-05
1
-68
/
+68
*
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-05
1
-0
/
+36
*
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-04
1
-3
/
+35
*
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-04
1
-0
/
+21
*
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
1
-0
/
+14
*
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
1
-0
/
+31
*
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
1
-0
/
+273
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
1
-0
/
+22
*
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
1
-1
/
+1
*
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
1
-0
/
+16
*
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
1
-0
/
+13
*
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
1
-1
/
+26
*
Fix broken tests.
Benjamin Kramer
2012-10-02
2
-3
/
+3
*
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
1
-0
/
+14
*
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
NAKAMURA Takumi
2012-10-01
1
-3
/
+4
*
checking test case for r164811. was an omission to not check this in. this w...
Reed Kotler
2012-10-01
1
-0
/
+41
*
Fix PR13899
Michael Liao
2012-10-01
1
-0
/
+58
*
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
4
-158
/
+12
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-30
4
-12
/
+158
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
26
-35
/
+224
*
Whitespace.
Bob Wilson
2012-09-29
1
-2
/
+2
*
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
4
-158
/
+12
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
4
-12
/
+158
*
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
1
-0
/
+53
*
MIPS DSP: add operands to make sure instruction strings are being matched.
Akira Hatanaka
2012-09-28
2
-23
/
+23
*
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
2
-0
/
+71
*
Testcase for r164835
Manman Ren
2012-09-28
1
-0
/
+28
*
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
1
-0
/
+200
*
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+0
*
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+215
*
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+252
*
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-27
1
-0
/
+35
*
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-27
1
-0
/
+18
*
Test case for r164755 and 164756.
Akira Hatanaka
2012-09-27
2
-0
/
+294
*
MIPS DSP: ADDU.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+309
*
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
1
-0
/
+10
*
MIPS DSP: all the remaining instructions which read or write accumulators.
Akira Hatanaka
2012-09-27
2
-0
/
+348
*
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-27
1
-0
/
+110
*
MIPS DSP: add vector load/store patterns.
Akira Hatanaka
2012-09-27
1
-0
/
+27
*
ARM/atomicrmw_minmax.ll: Fix RUN line.
NAKAMURA Takumi
2012-09-26
1
-1
/
+1
*
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
1
-0
/
+21
*
llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
NAKAMURA Takumi
2012-09-26
2
-2
/
+2
*
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
3
-2
/
+180
*
Add RORX code generation support
Michael Liao
2012-09-26
4
-5
/
+59
*
Add MULX code generation support
Michael Liao
2012-09-26
2
-0
/
+44
[next]