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
...
*
[WideableCond] Fix a nasty bug in detection of "explicit guards"
Philip Reames
2019-04-02
2
-2
/
+66
*
[llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for some --set-section-flags
Jordan Rupprecht
2019-04-02
3
-80
/
+162
*
Fix buildbot where paths were not matching up.
Greg Clayton
2019-04-02
1
-1
/
+4
*
[SLP] reorderInputsAccordingToOpcode is const method. NFCI.
Simon Pilgrim
2019-04-02
1
-5
/
+4
*
[BPF] Replace fstream and sstream with line_iterator
Fangrui Song
2019-04-02
1
-11
/
+10
*
[OPENMP]Fix mapping of the pointers captured by reference.
Alexey Bataev
2019-04-02
2
-16
/
+37
*
[llvm-shlib] Fix cross-compilation for LLVM-C
Shoaib Meenai
2019-04-02
1
-2
/
+10
*
[cmake] Add function for building native tool
Shoaib Meenai
2019-04-02
3
-27
/
+33
*
[SimplifyCFG] Don't split musttail call from ret
Joseph Tremoulet
2019-04-02
2
-3
/
+21
*
[SampleProfile] Repeat indirect call promotion only when the target is actual...
Taewook Oh
2019-04-02
3
-0
/
+40
*
[PruneEH] Don't split musttail call from ret
Joseph Tremoulet
2019-04-02
2
-1
/
+17
*
Allow partial UUID matching in Minidump core file plug-in
Greg Clayton
2019-04-02
6
-7
/
+115
*
[SystemZ] Improve instruction selection of 64 bit shifts and rotates.
Jonas Paulsson
2019-04-02
3
-0
/
+102
*
[Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.
Pierre Gousseau
2019-04-02
2
-0
/
+2
*
[Transforms] Redundant getValueOperand (NFC)
Brian Gesiak
2019-04-02
1
-2
/
+2
*
Special case some duration arithmetic for GCC and PPC because their long doub...
Marshall Clow
2019-04-02
1
-0
/
+5
*
gn build: Merge r357469
Nico Weber
2019-04-02
1
-0
/
+1
*
gn build: Add build files for non-framework xpc clangd bits
Nico Weber
2019-04-02
6
-12
/
+58
*
[llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...
James Henderson
2019-04-02
3
-13
/
+47
*
Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the...
Marshall Clow
2019-04-02
1
-1
/
+2
*
[mips] Remove the override of the `isMachineVerifierClean()`
Simon Atanasyan
2019-04-02
1
-4
/
+0
*
[mips] Use AltOrders to prevent using odd FP-registers
Simon Atanasyan
2019-04-02
4
-22
/
+28
*
[ObjectYAML] Fix build issue
Michael Liao
2019-04-02
1
-1
/
+1
*
[RISCV] Support assembling @plt symbol operands
Alex Bradbury
2019-04-02
11
-6
/
+49
*
Add minidump support to obj2yaml
Pavel Labath
2019-04-02
7
-0
/
+110
*
[clang-tidy] make getLangOpts return a const ref
Alexander Kornienko
2019-04-02
1
-1
/
+1
*
Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.
Simon Pilgrim
2019-04-02
1
-0
/
+1
*
[PowerPC] Fix issue with inline asm - soft float mode
Strahinja Petrovic
2019-04-02
3
-1
/
+28
*
[X86][AVX] Add test case showing failure to fold broadcast load if its also u...
Simon Pilgrim
2019-04-02
1
-0
/
+48
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
13
-45
/
+91
*
Fix tests after r357452
Hans Wennborg
2019-04-02
2
-4
/
+4
*
Fix compiler warning, remove extra ";" [NFC]
Mikael Holmen
2019-04-02
1
-1
/
+1
*
Enforce StackID definition in PEI
Sander de Smalen
2019-04-02
8
-10
/
+128
*
Fix flakyness in TestCommandScriptImmediateOutput
Pavel Labath
2019-04-02
2
-5
/
+7
*
[Internalize] Replace uses of std::set with DenseSet
Fangrui Song
2019-04-02
2
-7
/
+6
*
[Internalize] Replace fstream with line_iterator for -internalize-public-api-...
Fangrui Song
2019-04-02
1
-9
/
+7
*
Fix llvm_unreachable in TestWriteMemory
Pavel Labath
2019-04-02
1
-1
/
+1
*
PDBFPO: Refactor register reference resolution
Pavel Labath
2019-04-02
1
-60
/
+80
*
[clangd] Use capacity() instead of size() in RefSlab::bytes()
Ilya Biryukov
2019-04-02
1
-1
/
+1
*
Fix a number of bugs in __val_expr's subset operator[].
Eric Fiselier
2019-04-02
9
-222
/
+359
*
SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...
Hans Wennborg
2019-04-02
9
-84
/
+128
*
Simplify TestGdbRemoteRegisterState
Pavel Labath
2019-04-02
1
-9
/
+0
*
ar_to_bc.sh: replace readlink -f with custom relative path resolution
Fangrui Song
2019-04-02
1
-2
/
+2
*
[compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group ID
Matt Davis
2019-04-02
1
-1
/
+5
*
[LoopPredication] Simplify widenable condition handling [NFC]
Philip Reames
2019-04-02
1
-9
/
+18
*
Add an optional list of blocks to avoid when looking for a path in isPotentia...
Nick Lewycky
2019-04-02
6
-48
/
+158
*
[X86] Add test cases to fixup-lea.ll for optsize and no size optimization. Ad...
Craig Topper
2019-04-02
1
-1
/
+160
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2019-04-02
1
-4
/
+25
*
[X86] Use unsigned type for opcodes throughout X86FixupLEAs.
Craig Topper
2019-04-02
1
-12
/
+13
*
InstSimplify: Add missing case from r357386
Matt Arsenault
2019-04-02
1
-0
/
+23
[prev]
[next]