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
*
[GlobalIsel][X86] Support G_INTTOPTR instruction.
Alexander Ivchenko
2018-02-28
7
-1
/
+167
*
Fix typo. NFC
Xin Tong
2018-02-28
1
-1
/
+1
*
[MergeICmp] Fix a bug in MergeICmp that can lead to a block being processed m...
Xin Tong
2018-02-28
2
-0
/
+70
*
[IR] - Make User construction exception safe
Klaus Kretzschmar
2018-02-28
2
-7
/
+30
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
15
-104
/
+73
*
[clang-tidy] Add a test for readability-implicit-bool-conversion with bitfields.
Alexander Kornienko
2018-02-28
1
-0
/
+6
*
[clangd] Prefer the definition of a TagDecl (e.g. class) as CanonicalDeclarat...
Eric Liu
2018-02-28
4
-86
/
+77
*
[OMPT] Fix inconsistent testcases
Joachim Protze
2018-02-28
2
-31
/
+31
*
[GlobalIsel][X86] Support G_PTRTOINT instruction.
Alexander Ivchenko
2018-02-28
7
-10
/
+682
*
[clangd] A few minor fixes for STL internal header mapping.
Eric Liu
2018-02-28
1
-4
/
+4
*
[RISCV] Update two tests after r326208
Alex Bradbury
2018-02-28
2
-4
/
+4
*
[X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32 result type when we nee...
Craig Topper
2018-02-28
7
-54
/
+83
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
27
-97
/
+1917
*
[X86] Change the masked FPCLASS implementation to use AND instead of OR to co...
Craig Topper
2018-02-28
2
-10
/
+8
*
[ELF] Process linker scripts deeper when declaring symbols.
Igor Kudrin
2018-02-28
3
-15
/
+39
*
[ARM] Cortex-A57 scheduler fix for ARM backend (missed 16-bit, v8.1/v8.2/v8.3...
Andrew Zhogin
2018-02-28
1
-5
/
+33
*
[SLP] Added new tests and updated existing for jumbled load, NFC.
Mohammad Shahid
2018-02-28
4
-6
/
+468
*
Add EmulateInstructionPPC64.cpp to xcode project file.
Jason Molenda
2018-02-28
1
-0
/
+15
*
[WebAssembly] Fix variable name.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
[WebAssembly] Remove unnecessary namespace specifiers. NFC.
Rui Ueyama
2018-02-28
1
-2
/
+2
*
Fix a couple of cases where we would fail to correctly parse deduced class te...
Richard Smith
2018-02-28
11
-27
/
+161
*
Update cxx_status to mark "SVN" items as "Clang 6" instead.
Richard Smith
2018-02-28
2
-6
/
+9
*
[WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.
Rui Ueyama
2018-02-28
2
-70
/
+43
*
[analyzer] [tests] Write to logfile instead of stdout while updating
George Karpenkov
2018-02-28
1
-17
/
+18
*
[WebAssembly] Add test for `--undefined` flag. NFC.
Sam Clegg
2018-02-28
1
-2
/
+3
*
[WebAssembly] Simplify Symbol::getWasmType. NFC.
Rui Ueyama
2018-02-28
1
-10
/
+4
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-02-28
10
-208
/
+303
*
[WebAssembly] Inline translateVA as it's trivial.
Rui Ueyama
2018-02-28
3
-11
/
+3
*
[RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions by
Lang Hames
2018-02-28
2
-2
/
+11
*
[WebAssembly] Remove ELF-ness.
Rui Ueyama
2018-02-28
1
-10
/
+6
*
update_mir_test_checks: Use the regexes from UpdateTestChecks.common
Justin Bogner
2018-02-28
2
-18
/
+17
*
[ELF] Rename test/ELF/note-loadaddr.c to .s NFC
Fangrui Song
2018-02-28
1
-0
/
+0
*
[WebAssembly] Do not use inheritance to define SubSection.
Rui Ueyama
2018-02-28
3
-60
/
+58
*
[WebAssembly] Refactor ObjFile::initializeSymbols.
Rui Ueyama
2018-02-28
2
-66
/
+47
*
update_mir_test_checks: Drop support for vreg block checks
Justin Bogner
2018-02-28
1
-24
/
+9
*
[WebAssembly] Do not use Subsection as a local variable name.
Rui Ueyama
2018-02-28
1
-40
/
+39
*
[WebAssembly] Do not use default arguments for SymbolTable.
Rui Ueyama
2018-02-28
2
-7
/
+7
*
[WebAssembly] Do not remove existing output file.
Rui Ueyama
2018-02-28
1
-1
/
+0
*
[WebAssembly] Remove redundant local variables.
Rui Ueyama
2018-02-28
1
-10
/
+5
*
[WebAssembly] Simplify createLikingSection.
Rui Ueyama
2018-02-28
1
-7
/
+17
*
AMDGPU: Move run and check lines around to match processor order in AMDGPU.h
Konstantin Zhuravlyov
2018-02-28
1
-2
/
+2
*
[WebAssembly] Inline accessor functions that are called only once.
Rui Ueyama
2018-02-28
2
-63
/
+19
*
[WebAssembly] Remove trivial accessors.
Rui Ueyama
2018-02-28
3
-15
/
+9
*
[WebAssembly] Use more specific type and simplify code.
Rui Ueyama
2018-02-28
1
-20
/
+13
*
[WebAssembly] Remove LastDefinedKind for consistency with undefined kinds. NFC.
Rui Ueyama
2018-02-28
1
-6
/
+9
*
[WebAssembly] Remove premature optimization.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
Inline trivial function. NFC.
Rafael Espindola
2018-02-28
1
-7
/
+1
*
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
Rui Ueyama
2018-02-28
4
-128
/
+150
*
Pass a GlobalDecl to setAliasAttributes. NFC.
Rafael Espindola
2018-02-28
4
-6
/
+6
*
[WebAssembly] Use StringRef instead of `const char *`.
Rui Ueyama
2018-02-28
1
-10
/
+10
[next]