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
*
[Reproducer] Support dumping the reproducer CWD
Jonas Devlieghere
2019-10-17
3
-3
/
+26
*
[Reproducer] Add LoadBuffer<> helper (NFC)
Jonas Devlieghere
2019-10-17
2
-11
/
+13
*
[Reproducer] Capture the debugger's working directory
Jonas Devlieghere
2019-10-17
3
-1
/
+47
*
[lit] Fix another test case that r374652 missed
Joel E. Denny
2019-10-16
1
-1
/
+1
*
[gicombiner] Hoist pure C++ combine into the tablegen definition
Daniel Sanders
2019-10-16
8
-22
/
+368
*
[lit] Remove unnecessary usage of lit.Run
Julian Lettner
2019-10-16
2
-5
/
+3
*
[lit] Do not create semaphores when we do not need them
Julian Lettner
2019-10-16
1
-7
/
+6
*
[lit] Factor out separate methods for parallel and serial execution
Julian Lettner
2019-10-16
1
-43
/
+47
*
[NFC] Fix unused var in release builds
Jordan Rupprecht
2019-10-16
1
-0
/
+1
*
Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]`...
Jordan Rupprecht
2019-10-16
3
-113
/
+46
*
[support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in mor...
Jordan Rupprecht
2019-10-16
3
-46
/
+113
*
[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
Alina Sbirlea
2019-10-16
4
-70
/
+56
*
[lit] Print warning if we fail to delete temp directory
Julian Lettner
2019-10-16
1
-3
/
+3
*
[lit] Skip creation of tmp dir if we don't actually run any tests
Julian Lettner
2019-10-16
1
-32
/
+35
*
[lit] Remove return value from print_summary function
Julian Lettner
2019-10-16
1
-9
/
+5
*
[lit] Small refactoring and cleanups in main.py
Julian Lettner
2019-10-16
1
-69
/
+55
*
Update ReleaseNotes: expand the section on enabling MemorySSA
Alina Sbirlea
2019-10-16
1
-1
/
+14
*
[dsymutil] Print warning/error for unknown/missing arguments.
Jonas Devlieghere
2019-10-16
2
-0
/
+16
*
[AArch64] Fix offset calculation
Shoaib Meenai
2019-10-16
3
-4
/
+21
*
GlobalISel: Implement lower for G_SADDO/G_SSUBO
Matt Arsenault
2019-10-16
8
-140
/
+322
*
[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.
Martin Storsjo
2019-10-16
3
-31
/
+11
*
Remove a stale comment, noted in post commit review for rL375038
Philip Reames
2019-10-16
1
-1
/
+0
*
[clangd] Add the missing dependency on `clangLex`.
Michael Liao
2019-10-16
2
-0
/
+2
*
[IndVars] Fix a miscompile in off-by-default loop predication implementation
Philip Reames
2019-10-16
2
-14
/
+37
*
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...
Martin Storsjo
2019-10-16
1
-41
/
+7
*
[AMDGPU] Do not combine dpp mov reading physregs
Stanislav Mekhanoshin
2019-10-16
2
-0
/
+30
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
36
-28
/
+123
*
Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.
Volodymyr Sapsai
2019-10-16
2
-10
/
+9
*
[AMDGPU] Do not combine dpp with physreg def
Stanislav Mekhanoshin
2019-10-16
2
-0
/
+16
*
[android/process list] support showing process arguments
Walter Erquinigo
2019-10-16
8
-126
/
+234
*
[llvm-ar] Implement the V modifier as an alias for --version
Jordan Rupprecht
2019-10-16
3
-1
/
+25
*
Fix darwin-ld-lto test for some speical path
Steven Wu
2019-10-16
1
-2
/
+4
*
[OPENMP]Allow priority clause in combined task-based directives.
Alexey Bataev
2019-10-16
8
-28
/
+47
*
[SLP] avoid reduction transform on patterns that the backend can load-combine...
Sanjay Patel
2019-10-16
2
-52
/
+152
*
[lldb] move more things from python to cmake
Haibo Huang
2019-10-16
2
-237
/
+23
*
[lit] Fix a test case that r374652 missed
Joel E. Denny
2019-10-16
1
-1
/
+1
*
Tag CFI-generated data structures with "#pragma clang section" attributes.
Dmitry Mikulin
2019-10-16
5
-5
/
+81
*
[NFC][XCOFF][AIX] Rename ControlSections to CsectGroup
Jason Liu
2019-10-16
1
-4
/
+4
*
[lit] Fix internal diff's --strip-trailing-cr and use it
Joel E. Denny
2019-10-16
12
-13
/
+83
*
CombinerHelper - silence dead assignment warnings. NFCI.
Simon Pilgrim
2019-10-16
1
-9
/
+9
*
[lit] Clean up internal diff's encoding handling
Joel E. Denny
2019-10-16
7
-35
/
+88
*
[OPENMP]Use different addresses for zeroed thread_id/bound_id.
Alexey Bataev
2019-10-16
5
-25
/
+40
*
[AMDGPU] Supress unused sdwa insts generation
Stanislav Mekhanoshin
2019-10-16
3
-25
/
+55
*
[Remarks] Fix warning for ambigous `else` behind EXPECT macro
Francis Visoiu Mistrih
2019-10-16
1
-2
/
+4
*
[Remarks] Fix unit test by only checking for the path
Francis Visoiu Mistrih
2019-10-16
1
-4
/
+3
*
[SVE][IR] Small TypeSize improvements left out of initial commit
Graham Hunter
2019-10-16
3
-8
/
+8
*
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
Adrian Prantl
2019-10-16
3
-32
/
+85
*
[Remarks] Use StringRef::contains to avoid differences in error string
Francis Visoiu Mistrih
2019-10-16
1
-9
/
+21
*
[AArch64,Assembler] Compiler support for ID_MMFR5_EL1
Mark Murray
2019-10-16
4
-0
/
+9
*
[Codegen] Adjust saturation test. NFC.
David Green
2019-10-16
20
-79
/
+2418
[next]