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
*
R600/SI: Remove v_sub_f64 pseudo
Matt Arsenault
2015-02-20
3
-10
/
+101
*
R600: Use new fmad node.
Matt Arsenault
2015-02-20
1
-0
/
+567
*
LoopRotate: When reconstructing loop simplify form don't split edges from ind...
Benjamin Kramer
2015-02-20
1
-0
/
+18
*
IR: Change MDFile to directly store the filename/directory
Duncan P. N. Exon Smith
2015-02-20
8
-27
/
+27
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
3
-0
/
+201
*
Reversed revision 229706. The reason is regression, which is caused by the
Jozef Kolek
2015-02-20
2
-36
/
+0
*
Verifier: Unused comdats might not have a corresponding GV
David Majnemer
2015-02-20
1
-0
/
+5
*
[X86][FastIsel] Teach how to select float-half conversion intrinsics.
Andrea Di Biagio
2015-02-20
2
-0
/
+51
*
Bugfix for 229954
Philip Reames
2015-02-20
1
-0
/
+11
*
I incorrectly marked the VORC instruction as isCommutable when I added it.
Kit Barton
2015-02-20
1
-5
/
+8
*
[PowerPC] Loop Data Prefetching for the BG/Q
Hal Finkel
2015-02-20
1
-0
/
+29
*
[x86] Remove the old vector shuffle lowering code and its flag.
Chandler Carruth
2015-02-20
1
-27
/
+0
*
[x86] Now that the new vector shuffle legality is enabled and everything
Chandler Carruth
2015-02-20
13
-42
/
+42
*
Bitcode: Stop assuming non-null fields
Duncan P. N. Exon Smith
2015-02-20
1
-0
/
+13
*
[InstCombine] Remove unnecessary variable indexing into single-element arrays
Hal Finkel
2015-02-20
2
-5
/
+51
*
[x86] Make the new vector shuffle legality test on by default, which
Chandler Carruth
2015-02-20
5
-280
/
+157
*
[x86] Clean up a couple of test cases with the new update script. Split
Chandler Carruth
2015-02-20
3
-178
/
+435
*
Adjust enablement of RewriteStatepointsForGC
Philip Reames
2015-02-20
1
-4
/
+4
*
Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Chandler Carruth
2015-02-20
5
-118
/
+6
*
[sanitizer] fix a test broken by r229940
Kostya Serebryany
2015-02-20
1
-2
/
+2
*
Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
2015-02-20
1
-0
/
+77
*
EH: Prune unreachable resume instructions during Dwarf EH preparation
Reid Kleckner
2015-02-20
5
-6
/
+118
*
Revert "AVX-512: Full implementation for VRNDSCALESS/SD instructions and intr...
Eric Christopher
2015-02-20
2
-33
/
+0
*
[objc-arc-contract] We can not move retains over instructions which can not c...
Michael Gottesman
2015-02-20
1
-24
/
+72
*
IR: Fix MDType fields from unsigned to uint64_t
Duncan P. N. Exon Smith
2015-02-19
1
-0
/
+12
*
[ARM] Re-re-apply VLD1/VST1 base-update combine.
Ahmed Bougacha
2015-02-19
5
-21
/
+526
*
DebugInfo: Match Name and DisplayName in testcase
Duncan P. N. Exon Smith
2015-02-19
1
-2
/
+2
*
MC: Allow multiple comma-separated expressions on the .uleb128 directive.
Benjamin Kramer
2015-02-19
1
-4
/
+5
*
[LoopAccesses] Add -analyze support
Adam Nemet
2015-02-19
2
-0
/
+121
*
add X86 load folding tests for unary math ops
Sanjay Patel
2015-02-19
1
-0
/
+57
*
Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.
Rafael Espindola
2015-02-19
2
-0
/
+21
*
[x86] Delete still more piles of complex code now that we have a good
Chandler Carruth
2015-02-19
5
-171
/
+112
*
[x86] Teach the unpack lowering how to lower with an initial unpack in
Chandler Carruth
2015-02-19
6
-109
/
+71
*
[x86] Dramatically improve v8i16 shuffle lowering by not using its
Chandler Carruth
2015-02-19
4
-173
/
+170
*
[x86] Remove the final fallback in the v8i16 lowering that isn't really
Chandler Carruth
2015-02-19
3
-43
/
+35
*
[x86] Simplify the pre-SSSE3 v16i8 lowering significantly by decomposing
Chandler Carruth
2015-02-19
2
-57
/
+39
*
[x86] Remove the insanely over-aggressive unpack lowering strategy for
Chandler Carruth
2015-02-19
6
-410
/
+223
*
[mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generator
Jozef Kolek
2015-02-19
3
-0
/
+54
*
Add few simple tests to check statepoint placement for invoke instructions.
Igor Laevsky
2015-02-19
1
-0
/
+110
*
Implement invoke statepoint verification.
Igor Laevsky
2015-02-19
1
-2
/
+32
*
AVX-512: Full implementation for VRNDSCALESS/SD instructions and intrinsics.
Elena Demikhovsky
2015-02-19
2
-0
/
+33
*
[x86] Add support for bit-wise blending and use it in the v8 and v16
Chandler Carruth
2015-02-19
5
-182
/
+134
*
[x86,sdag] Two interrelated changes to the x86 and sdag code.
Chandler Carruth
2015-02-19
4
-106
/
+255
*
llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm...
Peter Collingbourne
2015-02-19
1
-0
/
+2
*
Introduce Target::createNullTargetStreamer and use it from IRObjectFile.
Peter Collingbourne
2015-02-19
1
-0
/
+9
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
7
-27
/
+18
*
[x86] Merge checks for a recently added test case that is the same on
Chandler Carruth
2015-02-18
1
-32
/
+9
*
IR: Allow MDSubrange to have 'count: -1'
Duncan P. N. Exon Smith
2015-02-18
2
-2
/
+19
*
Add an IR-to-IR test for dwarf EH preparation using opt
Reid Kleckner
2015-02-18
1
-0
/
+51
*
[Objdump] Fixing crash when printing symbols in ELF sections with special types.
Colin LeMahieu
2015-02-18
2
-0
/
+3
[next]