index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
1
-0
/
+14
*
Add default JIT LIT variable.
James Molloy
2012-10-02
4
-3
/
+8
*
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
NAKAMURA Takumi
2012-10-01
1
-3
/
+4
*
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
2
-1
/
+109
*
checking test case for r164811. was an omission to not check this in. this w...
Reed Kotler
2012-10-01
1
-0
/
+41
*
Forgot the SPIR test case.
Micah Villmow
2012-10-01
1
-0
/
+13
*
Fix PR13899
Michael Liao
2012-10-01
1
-0
/
+58
*
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
1
-2
/
+2
*
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
1
-0
/
+31
*
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-10-01
1
-0
/
+24
*
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-10-01
1
-3
/
+21
*
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
1
-0
/
+5
*
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
*
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-29
1
-1
/
+22
*
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
*
Add test case for r164850.
Evan Cheng
2012-09-29
1
-0
/
+106
*
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
*
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
1
-0
/
+25
*
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
1
-1
/
+24
*
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
1
-0
/
+8
*
instcombine: Add more test cases for __strncpy_chk simplification
Meador Inge
2012-09-27
2
-0
/
+87
*
instcombine: Add more test cases for __strcpy_chk simplification
Meador Inge
2012-09-27
3
-13
/
+109
*
instcombine: Add more test cases for __memmove_chk simplification
Meador Inge
2012-09-27
2
-0
/
+84
*
instcombine: Add more test cases for __memcpy_chk simplification
Meador Inge
2012-09-27
2
-0
/
+84
*
instcombine: Add more test cases for __memset_chk simplification
Meador Inge
2012-09-27
3
-18
/
+81
*
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
*
Fix a integer overflow in SimplifyCFG's look up table formation logic.
Benjamin Kramer
2012-09-27
1
-0
/
+38
*
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-27
1
-0
/
+35
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
4
-6
/
+6
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
4
-6
/
+6
*
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-27
2
-1
/
+36
*
[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
*
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-26
1
-0
/
+36
*
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
1
-0
/
+13
[next]