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 289252 (and follow-up 289285), it caused PR31374
Nico Weber
2016-12-14
14
-212
/
+61
*
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...
Amjad Aboud
2016-12-14
1
-5
/
+7
*
Remove unused variable found by GCC warning.
Richard Smith
2016-12-14
1
-1
/
+1
*
AArch64: add architecture version feature to Clang invocation.
Tim Northover
2016-12-14
1
-2
/
+4
*
Improve our handling of tag decls in function prototypes
Reid Kleckner
2016-12-14
1
-30
/
+52
*
revert r289670 which breaks bot.
Dehao Chen
2016-12-14
1
-2
/
+4
*
Create SampleProfileLoader pass in llvm instead of clang
Dehao Chen
2016-12-14
1
-4
/
+2
*
[Driver] Allow setting the default linker during build
Petr Hosek
2016-12-14
3
-33
/
+34
*
Update the default of the Mozilla coding style
Sylvestre Ledru
2016-12-14
1
-1
/
+3
*
Fix assert message. NFC.
Kelvin Li
2016-12-14
1
-1
/
+1
*
Fixing cast condition for removing casts from builtin FPClassification.
Neil Hickey
2016-12-14
1
-7
/
+10
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
11
-72
/
+72
*
[c++1z] P0217R3: Allow by-value structured binding of arrays.
Richard Smith
2016-12-14
2
-10
/
+22
*
[PS4] Undo dialect tweak for Objective-C.
Paul Robinson
2016-12-14
1
-2
/
+4
*
When emitting a multidimensional array copy, only emit a single flattened
Richard Smith
2016-12-14
1
-9
/
+26
*
LTO: Add support for multi-module bitcode files.
Peter Collingbourne
2016-12-14
1
-2
/
+29
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
18
-518
/
+120
*
CodeGen: Start using inrange annotations on vtable getelementptr.
Peter Collingbourne
2016-12-13
2
-4
/
+6
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
7
-95
/
+103
*
Align EvalInfo in ExprConstant to avoid PointerUnion assertions
Reid Kleckner
2016-12-13
1
-1
/
+1
*
[Sema] Prefer SmallVector over `new`ed memory blocks. NFC.
George Burgess IV
2016-12-13
1
-6
/
+4
*
__uuidof() and declspec(uuid("...")) should be allowed on enumeration types
Reid Kleckner
2016-12-13
2
-10
/
+4
*
[analyzer] Detect ObjC properties that are both (copy) and Mutable.
Artem Dergachev
2016-12-13
2
-0
/
+83
*
Update for clang after llvm::StringLiteral.
Zachary Turner
2016-12-13
1
-1
/
+1
*
Improve handling of floating point literals in OpenCL to only use double prec...
Neil Hickey
2016-12-13
3
-10
/
+21
*
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
Alexander Kornienko
2016-12-13
1
-4
/
+4
*
[OpenCL] Improve address space diagnostics.
Egor Churaev
2016-12-13
1
-9
/
+12
*
[OpenCL] Enable unroll hint for OpenCL 1.x.
Egor Churaev
2016-12-13
1
-7
/
+3
*
clang-format: Keep string-literal-label + value pairs on a line.
Daniel Jasper
2016-12-13
2
-17
/
+28
*
clang-format: Improve braced-list detection.
Daniel Jasper
2016-12-13
1
-2
/
+2
*
CodeGen: clean up -Wpedantic warning (NFC)
Saleem Abdulrasool
2016-12-13
1
-1
/
+1
*
[analyzer] Run clang-format and fix style
Dominic Chen
2016-12-13
3
-213
/
+193
*
Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"
Bruno Cardoso Lopes
2016-12-12
1
-11
/
+3
*
Revert "[Headers] Add #include_next for tgmath.h on Darwin"
Bruno Cardoso Lopes
2016-12-12
1
-9
/
+0
*
[Modules] Make header inclusion order from umbrella dirs deterministic
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+11
*
[CrashReproducer] Collect PCH included via -include-pch
Bruno Cardoso Lopes
2016-12-12
2
-3
/
+35
*
[Frontend] Use vfs for directory iteration while searching PCHs. NFCI
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+4
*
Fix typo and remove unnecessary statement.
Samuel Antao
2016-12-12
1
-2
/
+1
*
Avoid use of std::to_string. NFC.
Vedant Kumar
2016-12-12
1
-1
/
+1
*
Fix format and a few typos in comments.
Samuel Antao
2016-12-12
2
-17
/
+15
*
[Fix] Add missing include from r289444.
Filipe Cabecinhas
2016-12-12
1
-0
/
+2
*
[clang] Version support for UBSan handlers
Filipe Cabecinhas
2016-12-12
7
-36
/
+84
*
[Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)
Michal Gorny
2016-12-12
2
-45
/
+88
*
Use function_ref to avoid allocation in std::function. NFC.
Benjamin Kramer
2016-12-12
1
-1
/
+2
*
[StaticAnalysis] Remove unnecessary parameter in CallGraphNode::addCallee.
Haojian Wu
2016-12-12
1
-2
/
+2
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
4
-4
/
+23
*
[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
Jonas Hahnfeld
2016-12-12
1
-34
/
+13
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
16
-17
/
+405
*
[CrashReproducer] Setup a module collector callback for HeaderInclude
Bruno Cardoso Lopes
2016-12-11
1
-0
/
+20
*
[CrashReproducer] Collect headermap files
Bruno Cardoso Lopes
2016-12-11
2
-1
/
+20
[next]