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
*
[clang][ASTContext] Call setAttached for comments attached to a declaration
Jan Korous
2019-05-13
1
-0
/
+2
*
Revert [X86] Avoid SFB - Fix inconsistent codegen with/without debug info
Robert Lougher
2019-05-13
2
-252
/
+2
*
[InstCombine] try harder to form rotate (funnel shift) (PR20750)
Sanjay Patel
2019-05-13
2
-14
/
+11
*
[TargetLowering] Handle multi depth GEPs w/ inline asm constraints
Nick Desaulniers
2019-05-13
6
-72
/
+87
*
Stop defining negative versions of some lit feature keywords:
Paul Robinson
2019-05-13
1
-9
/
+8
*
fixed typo made by commit r360595
Andrey Churbanov
2019-05-13
1
-1
/
+2
*
[InstCombine] add tests for rotates with narrow shift amount (PR20750); NFC
Sanjay Patel
2019-05-13
1
-0
/
+46
*
gn build: Fewer dependencies in llvm/lib/Target
Nico Weber
2019-05-13
6
-26
/
+44
*
[DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...
Shafik Yaghmour
2019-05-13
1
-2
/
+2
*
[WebAssembly] Refactor relocation processing. NFC.
Sam Clegg
2019-05-13
1
-19
/
+17
*
gn build: Merge r360572
Nico Weber
2019-05-13
1
-0
/
+3
*
[X86][SSE] LowerBuildVectorv4x32 - don't insert MOVQ for undef elts
Simon Pilgrim
2019-05-13
2
-27
/
+14
*
Fixed creation of aliases in Windows build.
Andrey Churbanov
2019-05-13
1
-2
/
+1
*
[X86][SSE] Relax use limits for lowerAddSubToHorizontalOp (PR32433)
Simon Pilgrim
2019-05-13
3
-53
/
+76
*
[ELF] Full support for -n (--nmagic) and -N (--omagic) via common page
Peter Smith
2019-05-13
14
-22
/
+515
*
[TargetLowering] Add SimplifyDemandedBits support for ZERO_EXTEND_VECTOR_INREG
Simon Pilgrim
2019-05-13
3
-53
/
+68
*
[X86] Add test case for mask register variant of PR41619 which should be fixe...
Craig Topper
2019-05-13
1
-1
/
+32
*
[libcxx] teach type_traits test about long uint32_t
Brian Cain
2019-05-13
1
-1
/
+8
*
Revert "[LSR] Tweak setup cost depth threshold to 10."
Amara Emerson
2019-05-13
1
-1
/
+1
*
[X86] Add SimplifyDemandedBits support for PEXTRB/PEXTRW (PR39709)
Simon Pilgrim
2019-05-13
1
-1
/
+6
*
[NativePDB] Fix tests after r360569
Aleksandr Urakov
2019-05-13
1
-6
/
+0
*
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....
Marshall Clow
2019-05-13
2
-1
/
+34
*
[DAGCombiner] narrow vector binop with inserts/extract
Sanjay Patel
2019-05-13
6
-121
/
+116
*
[OPENMP][NVPTX]Simplify handling of thread limit, NFC.
Alexey Bataev
2019-05-13
6
-26
/
+19
*
DWARF/DIERef: remove non-const operator<
Pavel Labath
2019-05-13
1
-2
/
+0
*
[x86] add test for insert/extract binop; NFC
Sanjay Patel
2019-05-13
1
-0
/
+53
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
18
-32
/
+668
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
14
-414
/
+52
*
TargetLowering::SimplifyDemandedBits - early-out for UNDEF ops. NFCI.
Simon Pilgrim
2019-05-13
1
-3
/
+5
*
FileCheck [5/12]: Introduce regular numeric variables
Thomas Preud'homme
2019-05-13
11
-152
/
+803
*
[ThinLTO] Don't internalize weak writeable variables
Eugene Leviant
2019-05-13
2
-1
/
+55
*
Add REQUIRES: windows to NativePDB/stack_unwinding01.cpp
Pavel Labath
2019-05-13
1
-2
/
+2
*
Simplify llvm-cat help
Serge Guelton
2019-05-13
1
-3
/
+9
*
Breakpad: Generate unwind plans from STACK CFI records
Pavel Labath
2019-05-13
5
-2
/
+298
*
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
Cullen Rhodes
2019-05-13
19
-36
/
+124
*
[ASTImporter] Separate unittest files
Gabor Marton
2019-05-13
6
-1065
/
+1189
*
Fix flakiness in lldb lit test
Stefan Granitz
2019-05-13
1
-1
/
+0
*
[SystemZ] Model floating-point control register
Ulrich Weigand
2019-05-13
12
-296
/
+402
*
[NativePDB] Support member function types in PdbAstBuilder
Aleksandr Urakov
2019-05-13
4
-0
/
+75
*
minidump: Use yaml instead of checked-in binaries for ThreadList tests
Pavel Labath
2019-05-13
5
-30
/
+41
*
[ARM][ParallelDSP] Relax alias checks
Sam Parker
2019-05-13
13
-334
/
+733
*
[DAGCombiner] Fix invalid alias analysis.
Clement Courbet
2019-05-13
2
-18
/
+19
*
[DWARF] Use sequential integers for the IDs of the SymbolFileDWOs
Pavel Labath
2019-05-13
2
-3
/
+17
*
@skipIfLinux flaky lldb-mi tests
Pavel Labath
2019-05-13
4
-1
/
+5
*
PR41845: Detect and reject mismatched inner/outer pack expansion sizes
Richard Smith
2019-05-13
7
-13
/
+41
*
Remove declaratons of deleted structs/classes
Fangrui Song
2019-05-13
1
-11
/
+0
*
[DAGCombiner][NFC] Commit test to show fix in D61846.
Clement Courbet
2019-05-13
1
-0
/
+166
*
PR41854: Don't assert when constant-evaluating a member function call on an i...
Richard Smith
2019-05-13
2
-0
/
+11
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
14
-52
/
+414
*
[WebAssembly] Add dependency on WebAssemblyDesc to fix BUILD_SHARED_LIBS=on b...
Fangrui Song
2019-05-13
1
-1
/
+1
[next]