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
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-0
/
+9
*
Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
Douglas Gregor
2015-06-24
1
-0
/
+8
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
2
-0
/
+11
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
16
-18
/
+18
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-18
/
+18
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
1
-0
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
16
-18
/
+18
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-2
/
+2
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
9
-112
/
+242
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
1
-2
/
+3
*
Add missing overrides to MultiplexConsumer. Test coverage will be
Adrian Prantl
2015-06-18
1
-0
/
+26
*
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
Reid Kleckner
2015-06-17
2
-2
/
+10
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
1
-4
/
+1
*
According to the OpenMP spec, all the preprocessor macros should be
Samuel Antao
2015-06-15
1
-10
/
+42
*
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...
Eric Fiselier
2015-06-13
2
-13
/
+60
*
Revert commit r239481 as it is dependent on reverted llvm commit r239480.
Teresa Johnson
2015-06-12
1
-2
/
+0
*
add the -mrecip driver flag and process its options (3rd try)
Sanjay Patel
2015-06-11
1
-1
/
+1
*
Pass down the -flto option to the -cc1 job, and from there into the
Teresa Johnson
2015-06-10
1
-0
/
+2
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-108
/
+64
*
Simplify this code a bit.
Sean Silva
2015-06-09
1
-6
/
+5
*
Revert "add the -mrecip driver flag and process its options (2nd try)"
Rafael Espindola
2015-06-03
1
-1
/
+1
*
add the -mrecip driver flag and process its options (2nd try)
Sanjay Patel
2015-06-02
1
-1
/
+1
*
Replace a few std::string& with StringRef. NFC.
Rafael Espindola
2015-06-01
1
-3
/
+3
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
5
-19
/
+18
*
This reverts commit r238064 and r238055.
Rafael Espindola
2015-05-23
1
-1
/
+1
*
add the -mrecip driver flag and process its options
Sanjay Patel
2015-05-22
1
-1
/
+1
*
"This adds -fconcepts-ts as a cc1 option for enabling the
Faisal Vali
2015-05-22
2
-0
/
+3
*
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
2015-05-20
1
-6
/
+2
*
[modules] Move implicit creation of ImportDecls for #includes transformed int...
Richard Smith
2015-05-18
1
-19
/
+0
*
[modules] Retain the name as written for umbrella headers and directories, ra...
Richard Smith
2015-05-16
2
-33
/
+27
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
2
-0
/
+11
*
Refactor: when exposing a definition in some module, provide listeners with the
Richard Smith
2015-05-15
1
-5
/
+4
*
Add flag to enable native half type
Pirama Arumuga Nainar
2015-05-14
1
-1
/
+1
*
Break \# in a depfile the same way as gcc.
Paul Robinson
2015-05-13
1
-22
/
+18
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
2
-4
/
+9
*
Fix dependency file escaping.
Paul Robinson
2015-05-13
1
-5
/
+57
*
Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
2015-05-12
1
-2
/
+2
*
Move sanitizer parser and group expander from Driver to Basic.
Peter Collingbourne
2015-05-11
1
-4
/
+1
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-3
/
+3
*
Refactor MacroInfo so range for loops can be used to iterate its tokens.
Daniel Marjamaki
2015-05-11
1
-4
/
+3
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-1
/
+1
*
[cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
2015-05-07
1
-0
/
+3
*
[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...
Alexey Samsonov
2015-05-07
1
-2
/
+8
*
Reapply "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
2015-05-04
1
-14
/
+13
*
Revert "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
2015-05-04
1
-13
/
+6
*
Frontend: Stop leaking when not -disable-free
Duncan P. N. Exon Smith
2015-05-04
1
-6
/
+13
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-2
/
+2
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
2
-4
/
+5
*
[modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
2015-05-01
1
-0
/
+2
[next]