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
path:
root
/
clang
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
32
-184
/
+99
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
32
-99
/
+184
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
1
-5
/
+8
*
[clang-format] fix regression in middle pointer alignment
mydeveloperday
2019-11-16
1
-1
/
+1
*
Remove +x permission on some files
Sylvestre Ledru
2019-11-16
1
-0
/
+0
*
Remove +x permission on clang/lib/Format/Format.cpp
Sylvestre Ledru
2019-11-16
1
-0
/
+0
*
[clang-format] Add SpaceBeforeBrackets
mydeveloperday
2019-11-16
2
-5
/
+11
*
Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa)
Sylvestre Ledru
2019-11-16
1
-0
/
+1
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
8
-4
/
+13
*
Don't add optnone or noinline if the function is already marked as
Akira Hatanaka
2019-11-15
1
-5
/
+5
*
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...
Alexandre Ganea
2019-11-15
2
-14
/
+5
*
re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-11-15
2
-5
/
+14
*
[OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.
cchen
2019-11-15
3
-67
/
+275
*
[AST] Let DeclarationNameInfo printing use PrintingPolicy, and fix const-corr...
Sam McCall
2019-11-15
3
-13
/
+18
*
[clang-format] Flexible line endings
Cameron Desrochers
2019-11-15
1
-3
/
+12
*
Implement target(branch-protection) attribute for AArch64
Momchil Velikov
2019-11-15
5
-59
/
+71
*
clang: enable unwind tables on FreeBSD !amd64
Ed Maste
2019-11-15
2
-0
/
+3
*
[RISCV] Match GCC `-march`/`-mabi` driver defaults
Sam Elliott
2019-11-15
3
-17
/
+132
*
[CodeComplete] Constructor overload candidates report as vector(int) instead ...
Sam McCall
2019-11-15
1
-0
/
+4
*
[Clang][ASTImporter] Added visibility check for ClassTemplateDecl.
Balázs Kéri
2019-11-15
1
-0
/
+2
*
Move floating point related entities to namespace level
Serge Pavlov
2019-11-15
1
-20
/
+13
*
Include the mangled name in -ast-dump=json
Alex Richardson
2019-11-15
1
-1
/
+5
*
Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag"
Djordje Todorovic
2019-11-15
2
-0
/
+46
*
[clang] Remove the DIFlagArgumentNotModified debug info flag
Djordje Todorovic
2019-11-15
2
-46
/
+0
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-38
/
+30
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
2
-0
/
+2
*
[BPF] Restrict preserve_access_index attribute to C only
Yonghong Song
2019-11-14
1
-31
/
+12
*
[X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit mode
Craig Topper
2019-11-14
1
-9
/
+16
*
[Hexagon] Fix clang driver to parse -mcpu/-mvXX and -march properly.
Sumanth Gundapaneni
2019-11-14
1
-1
/
+1
*
[clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare...
Mitchell Balan
2019-11-14
1
-3
/
+7
*
[AMDGPU][HIP] Change default DWARF version to 4
Scott Linder
2019-11-14
2
-2
/
+2
*
Modernize llvm::Error handling in ExternalASTMerger
Raphael Isemann
2019-11-14
1
-3
/
+1
*
[WebAssembly] -fwasm-exceptions enables reference-types
Heejin Ahn
2019-11-13
1
-1
/
+9
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-5
/
+5
*
Revert "[RISCV] Use compiler-rt if no GCC installation detected"
Richard Smith
2019-11-13
2
-29
/
+3
*
[RISCV] Use compiler-rt if no GCC installation detected
Edward Jones
2019-11-13
2
-3
/
+29
*
[BPF] Add preserve_access_index attribute for record definition
Yonghong Song
2019-11-13
2
-8
/
+97
*
[clang][Tooling] Filter flags that generate output in SyntaxOnlyAdjuster
Kadir Cetinkaya
2019-11-13
1
-2
/
+14
*
[ARM,MVE] Add intrinsics for contiguous load/stores.
Simon Tatham
2019-11-13
1
-0
/
+7
*
[OpenCL] Add remaining vector data builtin functions
Sven van Haastregt
2019-11-13
1
-1
/
+51
*
Add 8548 CPU definition and attributes
Justin Hibbits
2019-11-12
3
-11
/
+22
*
[Sema] Add MacroQualified case for FunctionTypeUnwrapper
Leonard Chan
2019-11-12
1
-1
/
+8
*
Allow additional file suffixes/extensions considered as source in main includ...
mydeveloperday
2019-11-12
2
-1
/
+6
*
[Analyzer] Use a reference in a range-based for
Mark de Wever
2019-11-12
1
-11
/
+11
*
[OpenMP] Use an explicit copy in a range-based for
Mark de Wever
2019-11-12
1
-7
/
+7
*
[AST] Use an explicit copy in a range-based for
Mark de Wever
2019-11-12
5
-5
/
+5
*
[OPENMP]Use copy constructors instead of assignment operators in declare
Alexey Bataev
2019-11-12
2
-10
/
+10
*
clang/Modules: Error if ReadASTBlock does not find the main module
Duncan P. N. Exon Smith
2019-11-12
1
-0
/
+7
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
11
-29
/
+90
*
[clang-format] [PR36294] AlwaysBreakAfterReturnType works incorrectly for som...
mydeveloperday
2019-11-12
1
-6
/
+28
[prev]
[next]