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
*
Testcase for r279022
Matthias Braun
2016-08-18
1
-0
/
+24
*
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...
Kostya Serebryany
2016-08-18
1
-1
/
+1
*
Fix bot failure due to new test
Teresa Johnson
2016-08-18
1
-1
/
+1
*
[ThinLTO] Keep common symbols in ThinLTO modules
Teresa Johnson
2016-08-18
2
-0
/
+51
*
[LTO] Promote before performing weak resolution
Mehdi Amini
2016-08-18
1
-0
/
+13
*
[LTO] Change addSaveTemps API: do not add dot to the supplied prefix path
Mehdi Amini
2016-08-18
3
-5
/
+5
*
[WebAssembly] Handle debug information and virtual registers without crashing...
Dominic Chen
2016-08-17
2
-0
/
+77
*
SCEV: Don't assert about non-SCEV-able value in isSCEVExprNeverPoison() (PR28...
Hans Wennborg
2016-08-17
1
-0
/
+49
*
[InstCombine] add test for missing vector icmp fold
Sanjay Patel
2016-08-17
1
-12
/
+36
*
[macho2yaml] Don't write empty linkedit data
Chris Bieneman
2016-08-17
1
-0
/
+1
*
Revert "[WebAssembly] Handle debug information and virtual registers without ...
Duncan P. N. Exon Smith
2016-08-17
1
-75
/
+0
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+12
*
[WebAssembly] Handle debug information and virtual registers without crashing
Dominic Chen
2016-08-17
1
-0
/
+75
*
[InstCombine] minimize tests and autogenerate checks
Sanjay Patel
2016-08-17
1
-32
/
+34
*
Fix for PR29010
Marina Yatsina
2016-08-17
1
-0
/
+12
*
Move tests to the appropriate subdirectory.
Adrian Prantl
2016-08-17
3
-0
/
+0
*
[InstCombine] use m_APInt to allow icmp (or X, Y), C folds for splat constant...
Sanjay Patel
2016-08-17
2
-14
/
+7
*
[InstCombine] add tests for missing vector icmp folds
Sanjay Patel
2016-08-17
1
-0
/
+30
*
Support the DW_AT_noreturn DWARF flag.
Adrian Prantl
2016-08-17
4
-2
/
+161
*
Revert "Reassociate: Reprocess RedoInsts after each inst".
Chad Rosier
2016-08-17
3
-62
/
+5
*
[InstCombine] use m_APInt to allow icmp (add X, Y), C folds for splat constan...
Sanjay Patel
2016-08-17
2
-15
/
+8
*
[mips] Add l.[sd] and s.[sd] instruction aliases
Simon Dardis
2016-08-17
14
-0
/
+56
*
Revert "[Reassociate] Avoid iterator invalidation when negating value."
Chad Rosier
2016-08-17
1
-30
/
+0
*
[Reassociate] Avoid iterator invalidation when negating value.
Chad Rosier
2016-08-17
1
-0
/
+30
*
[LoopStrenghtReduce] Refactoring and addition of a new target cost function.
Jonas Paulsson
2016-08-17
1
-0
/
+117
*
[AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...
Sam Kolton
2016-08-17
1
-0
/
+8
*
Fix bug in DAGBuilder for getelementptr with expanded vector.
Ayman Musa
2016-08-17
1
-0
/
+24
*
[ppc64] Don't apply sibling call optimization if callee has any byval arg
Chuang-Yu Cheng
2016-08-17
1
-0
/
+12
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-6
/
+23
*
Revert "Write the TPI stream from a PDB to Yaml."
Justin Bogner
2016-08-16
7
-1110
/
+0
*
Write the TPI stream from a PDB to Yaml.
Zachary Turner
2016-08-16
7
-0
/
+1110
*
[InstCombine] add tests for fold with no coverage and missing vector fold
Sanjay Patel
2016-08-16
1
-0
/
+21
*
Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
Kyle Butt
2016-08-16
1
-0
/
+34
*
[InstCombine] use m_APInt to allow icmp (sub X, Y), C folds for splat constan...
Sanjay Patel
2016-08-16
1
-6
/
+4
*
[x86] Allow merging multiple instances of an immediate within a basic block f...
Sanjay Patel
2016-08-16
1
-26
/
+10
*
Revert "Enhance SCEV to compute the trip count for some loops with unknown st...
Reid Kleckner
2016-08-16
1
-54
/
+0
*
[BranchFolding] Change a test case of r278575.
Haicheng Wu
2016-08-16
1
-65
/
+67
*
[MBP] do not reorder and move up loop latch block
Sjoerd Meijer
2016-08-16
1
-0
/
+35
*
Make MDNode::intersect faster than O(n * m)
David Majnemer
2016-08-16
2
-3
/
+3
*
Don't passively concatenate MDNodes
David Majnemer
2016-08-16
1
-2
/
+2
*
[Coroutines] Part 7: Split coroutine into subfunctions
Gor Nishanov
2016-08-16
3
-6
/
+152
*
[mips] Enforce compact branch restrictions
Simon Dardis
2016-08-16
1
-0
/
+28
*
When the inline spiller rematerializes an instruction, take the debug locatio...
Wolfgang Pieb
2016-08-16
1
-0
/
+96
*
Remove a stale comment from the test, NFC.
Wei Mi
2016-08-16
1
-1
/
+0
*
[Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag
Vitaly Buka
2016-08-16
2
-4
/
+8
*
[AArch64][GlobalISel] Select G_MUL.
Ahmed Bougacha
2016-08-16
1
-0
/
+63
*
[Pipeliner] Fix an asssert due to invalid Phi in the epilog
Brendon Cahoon
2016-08-16
1
-0
/
+44
*
[AArch64][GlobalISel] Select (variable) shifts.
Ahmed Bougacha
2016-08-16
1
-0
/
+189
*
[AArch64][GlobalISel] Robustize select tests. NFC.
Ahmed Bougacha
2016-08-16
1
-30
/
+70
*
[AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
Ahmed Bougacha
2016-08-16
1
-0
/
+27
[next]