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
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-0
/
+2
*
ArrayRef'ized CompilerInvocation::CreateFromArgs
Dmitri Gribenko
2019-08-27
2
-8
/
+4
*
Use FileEntryRef for PPCallbacks::HasInclude
Alex Lorenz
2019-08-27
1
-1
/
+1
*
[Driver] Add an option for createInvocationFromCommandLine to recover on errors
Ilya Biryukov
2019-08-27
1
-11
/
+5
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
2
-4
/
+4
*
FileManager: Use llvm::Expected in new getFileRef API
Duncan P. N. Exon Smith
2019-08-26
1
-0
/
+2
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
1
-0
/
+5
*
[analyzer] Analysis: Fix checker silencing
Csaba Dabis
2019-08-24
1
-24
/
+27
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-0
/
+2
*
[clang][ifs] Dropping older experimental interface stub formats.
Puyan Lotfi
2019-08-22
2
-149
/
+21
*
[clang][ifs] New interface stubs format (llvm triple based).
Puyan Lotfi
2019-08-22
2
-0
/
+57
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
5
-21
/
+26
*
Implement P1668R1
Erich Keane
2019-08-19
1
-0
/
+1
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
1
-7
/
+33
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
21
-57
/
+57
*
[OpenCL] Fix lang mode predefined macros for C++ mode.
Anastasia Stulova
2019-08-12
1
-9
/
+9
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
1
-0
/
+2
*
[clang] Add no-warn support for Wa
Brian Cain
2019-08-08
1
-0
/
+1
*
Remove LLVM mutexes from clang in favor of std::mutex
Benjamin Kramer
2019-08-07
1
-5
/
+4
*
[OPENMP]Set default version to OpenMP 4.5.
Alexey Bataev
2019-08-07
2
-7
/
+7
*
[OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.
Alexey Bataev
2019-08-07
1
-0
/
+3
*
Replace non-recursive sys::Mutex users with std::mutex
Benjamin Kramer
2019-08-07
1
-5
/
+5
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
1
-4
/
+4
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
10
-167
/
+124
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
8
-12
/
+13
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
2
-13
/
+16
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
2
-16
/
+13
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
7
-40
/
+46
*
[OpenCL] Rename lang mode flag for C++ mode
Anastasia Stulova
2019-07-25
1
-1
/
+1
*
[Support] Fix `-ftime-trace-granularity` option
Anton Afanasyev
2019-07-24
1
-0
/
+2
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-3
/
+26
*
[ASTUnit] Fix a regression in cached completions
Ilya Biryukov
2019-07-18
1
-1
/
+0
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
3
-12
/
+12
*
Update __VERSION__ to remove the hardcoded 4.2.1 version
Sylvestre Ledru
2019-07-15
1
-4
/
+3
*
[PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdouble
Fangrui Song
2019-07-15
1
-0
/
+1
*
This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
Sylvestre Ledru
2019-07-13
1
-0
/
+6
*
Remove __VERSION__
Sylvestre Ledru
2019-07-12
1
-6
/
+0
*
[X86][PowerPC] Support -mlong-double-128
Fangrui Song
2019-07-12
1
-1
/
+3
*
[X86][PPC] Support -mlong-double-64
Fangrui Song
2019-07-09
1
-0
/
+1
*
[Frontend] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.h
Francis Visoiu Mistrih
2019-07-08
1
-0
/
+2
*
Bitstream reader: Fix undefined behavior seen after rL364464
Bjorn Pettersson
2019-07-05
1
-5
/
+8
*
[analyzer] Add a debug analyzer config to place an event for each tracked con...
Kristof Umann
2019-07-05
1
-0
/
+4
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
5
-5
/
+6
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-8
/
+8
*
[ASTImporter] Mark erroneous nodes in shared st
Gabor Marton
2019-07-01
1
-3
/
+3
*
[Driver] Fix style issues of --print-supported-cpus after D63105
Fangrui Song
2019-06-29
1
-1
/
+1
*
[Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarf
Aaron Puchert
2019-06-26
1
-17
/
+0
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
7
-38
/
+134
*
[CC1Option] Add the option to enable the debug entry values
Djordje Todorovic
2019-06-26
1
-0
/
+7
[next]