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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SLPVectorizer] auto-generate complete checks; NFC
Sanjay Patel
2018-02-08
1
-18
/
+52
*
[SLPVectorizer] auto-generate complete checks; NFC
Sanjay Patel
2018-02-08
1
-14
/
+43
*
[SLPVectorizer] move RUN line to top-of-file; NFC
Sanjay Patel
2018-02-08
1
-1
/
+1
*
[InstCombine] Fix issue with X udiv (POW2_C1 << N) for non-splat constant vec...
Simon Pilgrim
2018-02-08
2
-4
/
+55
*
[SLPVectorizer] auto-generate complete checks; NFC
Sanjay Patel
2018-02-08
1
-30
/
+145
*
[LoopVectorize] auto-generate complete checks; NFC
Sanjay Patel
2018-02-08
1
-5
/
+80
*
[ValueTracking] don't crash when assumptions conflict (PR36270)
Sanjay Patel
2018-02-08
2
-0
/
+29
*
Update the status of removed components
Marshall Clow
2018-02-08
1
-14
/
+14
*
[InstCombine] Fix issue with X udiv 2^C -> X >> C for non-splat constant vectors
Simon Pilgrim
2018-02-08
2
-3
/
+25
*
[Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typo
Jan Korous
2018-02-08
4
-14
/
+47
*
[ARM] Re-commit r324600 with fixed LLVMBuild.txt
Oliver Stannard
2018-02-08
4
-12
/
+36
*
Fix unused variable warning.
Simon Pilgrim
2018-02-08
1
-1
/
+1
*
Revert r324600 as it breaks a buildbot
Oliver Stannard
2018-02-08
3
-35
/
+11
*
[InstCombine] Improve mul(x, pow2) -> shl combine for vector constants
Simon Pilgrim
2018-02-08
3
-19
/
+23
*
[x86] Add test/CodeGen/X86/vmaskmov-offset.ll. NFC.
Alexander Ivchenko
2018-02-08
1
-0
/
+42
*
[ARM] Fix disassembly of invalid banked register moves
Oliver Stannard
2018-02-08
3
-11
/
+35
*
[clangd] Update include guard in Annotations.h. NFC
Ilya Biryukov
2018-02-08
1
-2
/
+2
*
[test][dsymutil] Fix tests for Windows bots.
Jonas Devlieghere
2018-02-08
3
-17
/
+2
*
Add missed PostDominatorTree analysis dependency to GVN hoist pass.
Alexander Ivchenko
2018-02-08
1
-0
/
+1
*
[libcxx] Avoid spurious construction of valarray elements
Mikhail Maltsev
2018-02-08
5
-21
/
+139
*
[X86][MC]: Adding test coverage of MC encoding for several small extensions.<...
Gadi Haber
2018-02-08
23
-0
/
+1602
*
Fix for #31362 - ms_abi is implemented incorrectly for values >=16 bytes.
Alexander Ivchenko
2018-02-08
2
-1
/
+24
*
[builtins] Workaround for infinite recursion in c?zdi2
Jonas Devlieghere
2018-02-08
2
-0
/
+12
*
Re-land [dsymutil] Upstream update feature
Jonas Devlieghere
2018-02-08
9
-45
/
+362
*
[clang-format] Do not break before long string literals in protos
Krasimir Georgiev
2018-02-08
5
-7
/
+30
*
Rewrite the flaky test_restart_bug test in a more deterministic way
Pavel Labath
2018-02-08
3
-88
/
+93
*
[Loop Predication] Teach LP about reverse loops with uge and sge latch condit...
Serguei Katkov
2018-02-08
2
-5
/
+113
*
[OMPT] Add tool_available_search testcase
Joachim Protze
2018-02-08
1
-0
/
+104
*
[OMPT] Add tool_not_available testcase
Joachim Protze
2018-02-08
2
-0
/
+69
*
[X86] Fix compilation of r324580.
Clement Courbet
2018-02-08
1
-1
/
+1
*
Revert accidental changes that snuck in r324584
Stefan Maksimovic
2018-02-08
4
-27
/
+1
*
[mips] Define certain instructions in microMIPS32r3
Stefan Maksimovic
2018-02-08
37
-254
/
+738
*
[AVR] Fix the testsuite after '%' changed to '$' in MIR
Dylan McKay
2018-02-08
40
-119
/
+119
*
[TargetSchedule] Expose sub-units of a ProcResGroup in MCProcResourceDesc.
Clement Courbet
2018-02-08
3
-5
/
+45
*
[AArch64] Don't materialize 0 with "fmov h0, .." when FullFP16 is not supported
Sjoerd Meijer
2018-02-08
3
-7
/
+11
*
[X86] Support folding in a k-register OR when creating KORTEST from scalar co...
Craig Topper
2018-02-08
3
-18
/
+18
*
[X86] Allow KORTEST instruction to be used for testing if a mask is all ones
Craig Topper
2018-02-08
4
-17
/
+49
*
[X86] Don't emit KTEST instructions unless only the Z flag is being used
Craig Topper
2018-02-08
4
-57
/
+152
*
Resubmit "[clangd] The new threading implementation"
Ilya Biryukov
2018-02-08
14
-349
/
+557
*
Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter."
George Rimar
2018-02-08
1
-40
/
+12
*
Temporarily comment out deduction guide tests while I figure out what to do w...
Marshall Clow
2018-02-08
2
-0
/
+3
*
[SimplifyCFG] Re-apply Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-08
5
-13
/
+29
*
Update test counter_promo_nest.c to meet llvm change
Serguei Katkov
2018-02-08
1
-0
/
+3
*
CMAKE: apply -O3 for mingw clang
Martell Malone
2018-02-08
1
-1
/
+1
*
Implement deduction guide for basic_string as described in P0433
Marshall Clow
2018-02-08
4
-2
/
+132
*
[DAGCombiner] Fix a couple mistakes from r324311 by really passing the origin...
Craig Topper
2018-02-08
1
-2
/
+4
*
[DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload...
Craig Topper
2018-02-08
1
-15
/
+5
*
Improve a test. NFC
Marshall Clow
2018-02-08
1
-0
/
+1
*
ARM: Remove dead code. NFCI.
Peter Collingbourne
2018-02-08
2
-6
/
+0
*
[docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_C...
Aaron Smith
2018-02-08
2
-6
/
+6
[next]