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
*
[lldb][NFC] Make include directories in Clang expression parser a std::string
Raphael Isemann
2019-09-11
4
-11
/
+10
*
LLVM: Optimization Pass: Remove conflicting attribute, if any, before
Whitney Tsang
2019-09-11
2
-11
/
+52
*
[ConstProp] add tests for fma that produce NaN; NFC
Sanjay Patel
2019-09-11
1
-0
/
+133
*
[libFuzzer] Make -merge=1 to reuse coverage information from the control file.
Max Moroz
2019-09-11
4
-23
/
+88
*
[ConstProp] move test file from InstSimplify; NFC
Sanjay Patel
2019-09-11
1
-1
/
+1
*
[lldb][NFC] Remove dead code in SBAddress::GetDescription
Raphael Isemann
2019-09-11
1
-6
/
+0
*
[InstSimplify] regenerate test CHECKs; NFC
Sanjay Patel
2019-09-11
1
-36
/
+43
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
15
-92
/
+83
*
[LangRef] add link for fma intrinsic
Sanjay Patel
2019-09-11
1
-1
/
+3
*
[lldb][NFC] Sort files in unittests/Expression/CMakeLists.txt
Raphael Isemann
2019-09-11
1
-1
/
+1
*
[LangRef] fix punctuation; NFC
Sanjay Patel
2019-09-11
1
-1
/
+1
*
gn build: add include_dir that's necessary after r371564
Nico Weber
2019-09-11
1
-0
/
+1
*
[InstCombine] fold sign-bit compares of srem
Sanjay Patel
2019-09-11
3
-8
/
+64
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
649
-2568
/
+2564
*
[mips][msa] Fix infinite loop for mips.nori.b intrinsic
Simon Atanasyan
2019-09-11
4
-414
/
+350
*
Fix -Wdocumentation warning - void function doesn't need a @returns. NFCI.
Simon Pilgrim
2019-09-11
1
-1
/
+0
*
[Diagnostics] Add -Wsizeof-array-div
David Bolvansky
2019-09-11
3
-10
/
+53
*
[NFC] Updated objsize-64.ll test
David Bolvansky
2019-09-11
1
-1
/
+1
*
[NFC] Fixed test
David Bolvansky
2019-09-11
1
-2
/
+2
*
[InstCombine] Fixed handling of isOpNewLike (PR11748)
David Bolvansky
2019-09-11
2
-8
/
+19
*
[LoopInterchange] Drop unused splitInnerLoopHeader declaration.
Florian Hahn
2019-09-11
1
-1
/
+0
*
[LLDB][ELF] Fixup for comments in D67390
Konrad Kleine
2019-09-11
3
-8
/
+7
*
[LLDB][ELF] Load both, .symtab and .dynsym sections
Konrad Kleine
2019-09-11
6
-9
/
+119
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
43
-1906
/
+26
*
[ARM] Take into account -mcpu and -mfpu options while handling 'crypto' feature
Diogo N. Sampaio
2019-09-11
3
-16
/
+45
*
[LLDB] Do not try to canonicalize gethostname() result
David Zarzycki
2019-09-11
1
-12
/
+1
*
[LoopInterchange] Properly move condition, induction increment and ops to latch.
Florian Hahn
2019-09-11
6
-38
/
+266
*
[NFC][ARM] Add and modify tests
Sam Parker
2019-09-11
2
-2
/
+134
*
[LTO] Avoid calling GlobalValue::getGUID (MD5) twice
Fangrui Song
2019-09-11
1
-2
/
+1
*
[TLI][AMDGPU] AMDPAL does not have library functions
Tim Renouf
2019-09-11
2
-12
/
+23
*
[llvm-objcopy] Simplify --prefix-alloc-sections
Fangrui Song
2019-09-11
1
-53
/
+43
*
[Attributor] Implement "noalias" callsite argument deduction
Hideto Ueno
2019-09-11
2
-4
/
+126
*
[Attributor][Fix] Manifest nocapture only in CSArgument or Argument
Hideto Ueno
2019-09-11
1
-4
/
+6
*
[ELF][test] Make tests more tolerant to exact symbol addresses
Fangrui Song
2019-09-11
9
-109
/
+101
*
[Debuginfo][Instcombiner] Do not clone dbg.declare.
Alexey Lapshin
2019-09-11
2
-0
/
+159
*
[CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...
Fangrui Song
2019-09-11
12
-86
/
+125
*
[llvm-nm] Fix -DBUILD_SHARED_LIBS=ON builds after D66160/r371576
Fangrui Song
2019-09-11
1
-0
/
+1
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
43
-26
/
+1906
*
Ah, only skip this for embedded darwin targets.
Jason Molenda
2019-09-11
1
-1
/
+1
*
Skip a test in TestProcessIO.py when running against ios devices.
Jason Molenda
2019-09-11
1
-0
/
+1
*
Emit -Wmicrosoft-enum-value warning instead of error in MS ABI
Reid Kleckner
2019-09-11
2
-11
/
+26
*
Revert "llvm-reduce: Add pass to reduce parameters"
David Blaikie
2019-09-11
6
-187
/
+0
*
Revert "Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds."
Petr Hosek
2019-09-11
1
-4
/
+1
*
[clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir path
Jan Korous
2019-09-11
13
-34
/
+34
*
[Object][TextAPI] NFC, fix tapi lit tests
Cyndy Ishida
2019-09-11
2
-6
/
+6
*
[llvm-nm] Add tapi file support
Cyndy Ishida
2019-09-11
15
-20
/
+298
*
Remove xfail i386 NetBSD mark in vptr-non-unique-typeinfo.cpp
Kamil Rytarowski
2019-09-10
1
-1
/
+0
*
Remove xfail NetBSD mark from ignored-interceptors-mmap.cpp
Kamil Rytarowski
2019-09-10
1
-1
/
+0
*
[MemorySSA] MemorySSA should not model debuginfo, and need not update it.
Alina Sbirlea
2019-09-10
1
-4
/
+1
*
[GlobalISel] When a tail call is emitted in a block, stop translating it
Jessica Paquette
2019-09-10
4
-12
/
+50
[next]