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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Store mangling numbers in a deterministic order so they don't cause...
Richard Smith
2016-03-21
1
-2
/
+3
*
[modules] Renumber DECL_UPDATES from 30 to 50, so it no longer collides with
Richard Smith
2016-03-21
1
-6
/
+10
*
Revert "Convert some ObjC msgSends to runtime calls."
Pete Cooper
2016-03-21
3
-79
/
+0
*
Add replacement = "xxx" to AvailabilityAttr.
Manman Ren
2016-03-21
5
-10
/
+25
*
NFC: wrap Availability-related data in its own struct in AttributeList.
Manman Ren
2016-03-21
1
-31
/
+32
*
clang-cl: Move /FC from "Unsupported" to "Ignored" list.
Nico Weber
2016-03-21
1
-1
/
+1
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-0
/
+13
*
Reorder data members to be consistent with member initializers, to silence wa...
Faisal Vali
2016-03-21
1
-6
/
+6
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
6
-34
/
+64
*
clang-cl: Add a comment about /Oy- (see r245913).
Nico Weber
2016-03-21
1
-0
/
+1
*
Fixed -Wdocumentation warning
Simon Pilgrim
2016-03-20
1
-6
/
+6
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
3
-27
/
+35
*
Reapply [2] [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-03-20
1
-0
/
+8
*
[Sema] Allow casting of some overloaded functions
George Burgess IV
2016-03-19
1
-0
/
+4
*
[OPENMP] Implementation of codegen for firstprivate clause of target directive
Carlo Bertolli
2016-03-18
1
-0
/
+2
*
Fix printing of anonymous struct typedefs.
Steven Watanabe
2016-03-18
2
-15
/
+22
*
[clang-cl] Allow use of -gline-tables-only
Reid Kleckner
2016-03-18
1
-1
/
+1
*
Add -fnative-half-arguments-and-returns
Pirama Arumuga Nainar
2016-03-18
2
-0
/
+3
*
Make LookupResult movable again.
Benjamin Kramer
2016-03-18
1
-0
/
+38
*
Revert r263687 for ubsan bot failure.
Manman Ren
2016-03-17
5
-31
/
+8
*
Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"
Bruno Cardoso Lopes
2016-03-17
1
-8
/
+0
*
Reapply [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-03-17
1
-0
/
+8
*
Re-add (user defined) move ops to UnresolvedSetImpl to allow UnresolvedSet to...
David Blaikie
2016-03-17
1
-0
/
+4
*
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner
2016-03-17
3
-5
/
+5
*
For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner
2016-03-17
3
-5
/
+5
*
Remove defaulted move ops, the type is zero-cost copyable anyway, so there's ...
David Blaikie
2016-03-17
1
-2
/
+0
*
Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecate...
David Blaikie
2016-03-17
2
-2
/
+10
*
[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.
Alexey Bataev
2016-03-17
2
-7
/
+10
*
Minor code cleanups. NFC.
Junmo Park
2016-03-17
1
-3
/
+3
*
Add an optional named argument (replacement = "xxx") to AvailabilityAttr.
Manman Ren
2016-03-17
5
-8
/
+31
*
Add an optional string argument to DeprecatedAttr for Fix-It.
Manman Ren
2016-03-16
2
-2
/
+26
*
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
2016-03-16
5
-1
/
+84
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2016-03-16
3
-0
/
+79
*
Move the fixit for -Wformat-security to a note.
Bob Wilson
2016-03-15
1
-0
/
+2
*
Make it possible for AST plugins to enable themselves by default
John Brawn
2016-03-15
2
-5
/
+16
*
[ThinLTO] Clang side of renaming of function index (NFC)
Teresa Johnson
2016-03-15
2
-3
/
+3
*
Revert "[ThinLTO] Clang side of renaming of function index (NFC)"
Teresa Johnson
2016-03-14
2
-3
/
+3
*
[ThinLTO] Clang side of renaming of function index (NFC)
Teresa Johnson
2016-03-14
2
-3
/
+3
*
[modules] Don't diagnose non-modular includes from modular files that are
Richard Smith
2016-03-14
1
-0
/
+6
*
[OpenMP] Replace offloading option that start with -o with -fo.
Samuel Antao
2016-03-14
2
-2
/
+2
*
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...
Mehdi Amini
2016-03-13
2
-0
/
+3
*
clang-cl: Add /Yc argument to /showIncludes output.
Nico Weber
2016-03-13
1
-0
/
+1
*
Removing the friend declaration was not a good idea.
John McCall
2016-03-11
1
-0
/
+1
*
Speculatively attempt to fix the MSVC build by making some
John McCall
2016-03-11
1
-8
/
+9
*
Add a coerce-and-expand ABIArgInfo as a generalization of some
John McCall
2016-03-11
1
-14
/
+107
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
2
-3
/
+43
*
Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.
Manman Ren
2016-03-10
2
-3
/
+6
*
Make remaining ImplicitFallthrough warning DefaultIgnore.
Nico Weber
2016-03-10
1
-1
/
+1
*
Minor Wdocumentation fix. NFCI.
Simon Pilgrim
2016-03-10
1
-1
/
+0
*
Correcting an attribute documentation generation error by giving the abi_tag ...
Aaron Ballman
2016-03-10
1
-0
/
+1
[next]