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
*
[obj2yaml] Don't crash for input files without symbol table
Alexander Richardson
2017-09-22
3
-0
/
+7
*
[dwarfdump] Add support for redirecting output to a file
Jonas Devlieghere
2017-09-22
2
-24
/
+47
*
[mips] clang-format MipsTargetMachine.cpp
Alexander Richardson
2017-09-22
1
-3
/
+3
*
[asan/lsan] Trying to fix buildbots after r313966
Maxim Ostapenko
2017-09-22
1
-0
/
+1
*
[asan/lsan] Make LSan compliant with recovery mode when running on top of ASan
Maxim Ostapenko
2017-09-22
4
-1
/
+29
*
[AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
Dylan McKay
2017-09-22
1
-1
/
+1
*
[X86] Updating the test case for FMF propagation.
Jatin Bhateja
2017-09-22
1
-2
/
+14
*
[clang-format] Ignore case and stable sort using-declarations
Krasimir Georgiev
2017-09-22
2
-2
/
+74
*
[clang-tidy] Fix example in documentation, NFC
Krasimir Georgiev
2017-09-22
1
-1
/
+1
*
bpf: initial 32-bit ALU encoding support in assembler
Yonghong Song
2017-09-22
3
-46
/
+116
*
bpf: add 32bit register set
Yonghong Song
2017-09-22
1
-21
/
+32
*
bpf: refactor inst patterns with better inheritance
Yonghong Song
2017-09-22
1
-111
/
+127
*
bpf: refactor inst patterns with more mnemonics
Yonghong Song
2017-09-22
2
-185
/
+189
*
Closure types have no name (and can't have a typedef name for linkage
Richard Smith
2017-09-22
2
-18
/
+12
*
AArch64: support SwiftCC properly on AAPCS64
Saleem Abdulrasool
2017-09-22
2
-0
/
+21
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-22
10
-112
/
+160
*
Driver: remove support for libstdc++ from CrossWindows
Saleem Abdulrasool
2017-09-22
2
-44
/
+3
*
Clean up some mistreatment of enumerations.
Richard Smith
2017-09-22
3
-70
/
+74
*
Add test cases that weren't committed in r313945.
Akira Hatanaka
2017-09-22
4
-0
/
+253
*
Rename markAsErased to erase, as pointed out in a previous review; NFC
Sanjoy Das
2017-09-22
6
-7
/
+7
*
[Analyzer] Static analyzer script for updating reference results
George Karpenkov
2017-09-22
1
-0
/
+64
*
[Analyzer] Refactor analyzer testing scripts.
George Karpenkov
2017-09-22
3
-88
/
+75
*
Fix tracking of whether a destructor would be deleted.
Richard Smith
2017-09-22
3
-2
/
+37
*
HexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE_UNUSED. [-Wunused-fun...
NAKAMURA Takumi
2017-09-22
1
-0
/
+2
*
Reformat.
NAKAMURA Takumi
2017-09-22
1
-2
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
17
-24
/
+233
*
[Analyzer] Log when auto-synthesized body is used.
George Karpenkov
2017-09-22
1
-3
/
+14
*
Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.
Richard Smith
2017-09-22
8
-29
/
+183
*
Fix unused variable warning.
Richard Trieu
2017-09-21
1
-2
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What Yo...
Eugene Zelenko
2017-09-21
6
-206
/
+270
*
Fix a bug in a historic bitcode testcase.
Adrian Prantl
2017-09-21
2
-3
/
+3
*
Fix a bug in a historic bitcode testcase. NFC.
Adrian Prantl
2017-09-21
2
-3
/
+3
*
Update for llvm change.
Rafael Espindola
2017-09-21
1
-5
/
+8
*
Convert the archive writer to use Error.
Rafael Espindola
2017-09-21
6
-37
/
+35
*
[Hexagon] - Fix testcase for the HexagonVectorLoopCarriedReuse pass.
Pranav Bhandarkar
2017-09-21
1
-0
/
+86
*
Use raw_ostream in functions that don't need to seek. NFC.
Rafael Espindola
2017-09-21
1
-5
/
+5
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
88
-486
/
+163
*
Simplify the logic for truncating UID and GID. NFC.
Rafael Espindola
2017-09-21
1
-12
/
+9
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
88
-163
/
+486
*
Revert "Add a testfile that I missed in a previous commit that added HexagonV...
Rafael Espindola
2017-09-21
1
-86
/
+0
*
Simplify error handling. NFC.
Rafael Espindola
2017-09-21
2
-8
/
+4
*
[tsan] Annotate function parameters with attribute 'noescape'.
Akira Hatanaka
2017-09-21
1
-3
/
+5
*
Resubmit "[lit] Refactor out some more common lit configuration code."
Zachary Turner
2017-09-21
6
-244
/
+218
*
[Analyzer] Use CC environment variable to select analyzer path in SATestBuild.
George Karpenkov
2017-09-21
1
-1
/
+4
*
Add a testfile that I missed in a previous commit that
Pranav Bhandarkar
2017-09-21
1
-0
/
+86
*
Enable the reuse of values computed in a previous loop iteration.
Pranav Bhandarkar
2017-09-21
3
-0
/
+588
*
[Analyzer] Add simple help to SATestAdd.py
George Karpenkov
2017-09-21
1
-5
/
+6
*
[Analyzer] Remove dead code from CmpRuns.py.
George Karpenkov
2017-09-21
1
-24
/
+0
*
Revert "[lit] Refactor out some more common lit configuration code."
Zachary Turner
2017-09-21
6
-216
/
+244
*
Fix a bug in llvm-objdump when disassembling using the wrong default CPU
Kevin Enderby
2017-09-21
3
-3
/
+13
[next]