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
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
22
-210
/
+134
*
[OMPT] Fix ompt_get_task_info() and add tests for it
Joachim Protze
2018-02-28
3
-88
/
+182
*
[WebAssembly] Return a StringRef instead of std::string from getSectionName()...
Rui Ueyama
2018-02-28
2
-8
/
+8
*
[WebAssembly] Improve WasmSignatureDenseMapInfo.
Rui Ueyama
2018-02-28
1
-4
/
+3
*
[WebAssembly] Reorder symbol table to match MC order
Nicholas Wilson
2018-02-28
5
-90
/
+90
*
[WebAssembly] Reorder symbol table to match MC order
Nicholas Wilson
2018-02-28
10
-121
/
+120
*
[ARM] Lower lower saturate to 0 and lower saturate to -1 using bit-operations
Pablo Barrio
2018-02-28
3
-2
/
+221
*
Test commit access: apply clang-format suggestion
Joel E. Denny
2018-02-28
1
-2
/
+2
*
[InstCombine] auto-generate complete checks; NFC
Sanjay Patel
2018-02-28
1
-26
/
+36
*
[InstCombine] move invariant call out of loop; NFC
Sanjay Patel
2018-02-28
1
-4
/
+4
*
[InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCI
Sanjay Patel
2018-02-28
6
-34
/
+29
*
[DEBUGINFO] Add flag for DWARF2 or less to use sections as references.
Alexey Bataev
2018-02-28
4
-11
/
+104
*
Rename a few checks from misc- to bugprone-.
Alexander Kornienko
2018-02-28
24
-80
/
+92
*
[WebAssembly] Fix copy-paste error in debugging string
Nicholas Wilson
2018-02-28
1
-1
/
+1
*
[clangd] A few more fixes for STL header mapping.
Eric Liu
2018-02-28
1
-1
/
+7
*
[analyzer] Fix a compiler warning
Gabor Horvath
2018-02-28
1
-1
/
+2
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
23
-51
/
+773
*
[mips] Begin reworking instruction predicates for ISAs/encodings (1/N)
Simon Dardis
2018-02-28
3
-22
/
+80
*
[clang-tidy] Fix 'add_new_check.py --udpate-docs'
Alexander Kornienko
2018-02-28
1
-0
/
+7
*
[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
[next]