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
*
[InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x)
Evandro Menezes
2018-08-16
3
-97
/
+102
*
[Sanitizer] Fix build openbsd
David Carlier
2018-08-16
1
-1
/
+10
*
[llvm-mca] Small refactoring in preparation for another patch that will impro...
Andrea Di Biagio
2018-08-16
12
-45
/
+67
*
[TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterCl...
Simon Pilgrim
2018-08-16
2
-4
/
+4
*
[cmake] Prevent LLVMgold.so from being unloaded on Linux
Hans Wennborg
2018-08-16
1
-0
/
+1
*
[LLD][ELF] - Add a test case for DT_SONAME entry reading.
George Rimar
2018-08-16
1
-0
/
+18
*
Fixed unused variable warning. NFCI.
Simon Pilgrim
2018-08-16
1
-1
/
+2
*
[libunwind][mips] Include gcc_s for linkage
Stefan Maksimovic
2018-08-16
1
-0
/
+1
*
[clangd] NFC: Improve Dex Iterators debugging traits
Kirill Bobyrev
2018-08-16
3
-5
/
+17
*
[LLD][ELF] - Add a test case.
George Rimar
2018-08-16
1
-0
/
+16
*
[InstCombine] move vector compare before same-shuffled ops
Sanjay Patel
2018-08-16
2
-11
/
+36
*
[libcxx] By default, do not use internal_linkage to hide symbols from the ABI
Louis Dionne
2018-08-16
6
-5
/
+63
*
[yaml2obj] - Allow to use numeric sh_link (Link) value for sections.
George Rimar
2018-08-16
2
-1
/
+26
*
[yaml2elf] - Use check-next in test.
George Rimar
2018-08-16
1
-9
/
+9
*
[ARM] Ignore GEPs in ARMCodeGenPrepare
Sam Parker
2018-08-16
2
-0
/
+56
*
[yaml2elf] - Simplify code, add a test. NFC.
George Rimar
2018-08-16
2
-6
/
+29
*
[XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocations
Dean Michael Berris
2018-08-16
2
-27
/
+3
*
[ARM] Allow zext in ARMCodeGenPrepare
Sam Parker
2018-08-16
3
-16
/
+26
*
[LLD][ELF] - Add test case.
George Rimar
2018-08-16
1
-0
/
+22
*
Attempt to fix clangd tests on older compilers
Simon Pilgrim
2018-08-16
1
-12
/
+16
*
[libcxxabi] Fix test_exception_address_alignment test for ARM
Yvan Roux
2018-08-16
1
-1
/
+2
*
[RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocation...
Alex Bradbury
2018-08-16
3
-5
/
+56
*
[ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAX
Simon Pilgrim
2018-08-16
2
-18
/
+18
*
[AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.
Bruno Ricci
2018-08-16
2
-20
/
+44
*
[AST] Pack the unsigned of SubstTemplateTypeParmPackType into Type
Bruno Ricci
2018-08-16
2
-6
/
+27
*
[AST] Pack the unsigned of DependentTemplateSpecializationType into Type
Bruno Ricci
2018-08-16
2
-8
/
+30
*
[ARM] Allow signed icmps in ARMCodeGenPrepare
Sam Parker
2018-08-16
3
-31
/
+145
*
[libunwind][mips] Guard accumulator registers
Stefan Maksimovic
2018-08-16
1
-0
/
+4
*
[libunwind][mips] Modify the __mips_fpr macro check
Stefan Maksimovic
2018-08-16
2
-2
/
+2
*
[mips] Remove dead code from MipsPassConfig
Simon Atanasyan
2018-08-16
1
-4
/
+0
*
[NFC] Remove const modifier to allow further development in LICM
Max Kazantsev
2018-08-16
1
-3
/
+2
*
[X86] Remove masking from the 512-bit paddus/psubus builtins. Use a select bu...
Craig Topper
2018-08-16
3
-70
/
+40
*
[NFC] Add missing const modifier
Max Kazantsev
2018-08-16
1
-1
/
+1
*
[X86] Remove masking from the 512-bit padds and psubs builtins. Use select bu...
Craig Topper
2018-08-16
3
-72
/
+56
*
[X86] Remove masking from the 512-bit padds and psubs intrinsics. Use select ...
Craig Topper
2018-08-16
6
-107
/
+485
*
[X86] Remove the unused masked 128 and 256-bit masked padds/psubs intrinsics.
Craig Topper
2018-08-16
5
-313
/
+989
*
[X86] Correct some bad FileCheck prefixes in tests. Add test cases for v64i8 ...
Craig Topper
2018-08-16
2
-138
/
+540
*
[ASTImporter] Add test for CXXDefaultInitExpr
Raphael Isemann
2018-08-16
2
-0
/
+31
*
[ASTImporter] Add test for CXXScalarValueInit
Raphael Isemann
2018-08-16
2
-0
/
+13
*
[ASTImporter] Add test for ForStmt and ContinueStmt
Raphael Isemann
2018-08-16
2
-0
/
+47
*
[x86] Actually initialize the SLH pass with the x86 backend and use
Chandler Carruth
2018-08-16
3
-4
/
+6
*
[BFI] Use rounding while computing profile counts.
Easwaran Raman
2018-08-16
4
-14
/
+18
*
[Driver] -print-target-triple and -print-effective-triple options
Petr Hosek
2018-08-16
4
-0
/
+28
*
Fix a little thinko in generating ___lldb_unnamed_symbol symbols
Jim Ingham
2018-08-15
4
-1
/
+114
*
Implementation of nested loops in cxx_loop_proto
Emmett Neyman
2018-08-15
3
-35
/
+116
*
[ASTImporter] Add test for ArrayInitLoopExpr
Raphael Isemann
2018-08-15
2
-0
/
+14
*
[ASTImporter] Add test for ExprWithCleanups
Raphael Isemann
2018-08-15
2
-0
/
+16
*
[Darwin Driver] Fix Simulator builtins and test cases
Chris Bieneman
2018-08-15
11
-57
/
+37
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
9
-7
/
+260
*
[ASTImporter] Add test for IfStmt
Raphael Isemann
2018-08-15
2
-0
/
+68
[next]