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
*
Remove dead code.
Richard Smith
2014-07-14
1
-1
/
+0
*
AST: Cleanup __uuidof related code
David Majnemer
2014-07-14
1
-2
/
+2
*
Drop separate UIntMaxType and just derive it from IntMaxType.
Joerg Sonnenberger
2014-07-14
1
-2
/
+4
*
Introduce getCorrespondingUnsignedType() in TargetInfo to work like the
Joerg Sonnenberger
2014-07-14
1
-1
/
+18
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
Avoid non-attributive uses of 'unsupported' in diagnostics
Alp Toker
2014-07-14
2
-4
/
+4
*
Change the diagnostic group for unsupported gcc optimizations added r212805
Alp Toker
2014-07-14
1
-2
/
+2
*
ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
2014-07-14
2
-0
/
+2
*
[ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.
Benjamin Kramer
2014-07-14
2
-5
/
+5
*
CodeGen: support hint intrinsics from ACLE on AArch64
Saleem Abdulrasool
2014-07-12
1
-0
/
+7
*
clang-cl: Make all x86 CPU feature flags available, such as -msse3
Reid Kleckner
2014-07-12
1
-1
/
+1
*
[Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...
Argyrios Kyrtzidis
2014-07-11
1
-7
/
+0
*
Consolidate header inclusion diagnostics
Alp Toker
2014-07-11
1
-14
/
+4
*
MS extension: Make __noop be the integer zero, not void
Reid Kleckner
2014-07-11
1
-1
/
+1
*
The returns_nonnull attribute does not require a function prototype because i...
Aaron Ballman
2014-07-11
1
-1
/
+1
*
Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
NAKAMURA Takumi
2014-07-11
1
-0
/
+3
*
[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...
Zinovy Nis
2014-07-11
1
-0
/
+1
*
GCC compatibility: Create a Group to ignore unsupported optimization.
Sylvestre Ledru
2014-07-11
2
-1
/
+8
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
9
-1
/
+94
*
MSVC compat: Allow lookup of friend types in enclosing namespaces
Reid Kleckner
2014-07-10
1
-1
/
+5
*
Enable -gcolumn-info by default.
Diego Novillo
2014-07-10
1
-0
/
+1
*
Provide -verify support to match "any" line for diagnostics in included files.
Andy Gibbs
2014-07-10
1
-4
/
+8
*
[analyzer] Check for code testing a variable for 0 after using it as a denomi...
Jordan Rose
2014-07-10
1
-2
/
+7
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-0
/
+6
*
Prevent link warnings due to -Wframe-larger-than=
Alp Toker
2014-07-10
1
-1
/
+2
*
[Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.
Argyrios Kyrtzidis
2014-07-10
1
-0
/
+7
*
[mips][mips64r6] Implement -mips32r6 and -mips64r6 aliases to -march=mips32r6...
Daniel Sanders
2014-07-09
1
-0
/
+6
*
Prospective legacy build system fix following r212620
Alp Toker
2014-07-09
1
-5
/
+1
*
Fix 'source-level' hyphenations
Alp Toker
2014-07-09
1
-4
/
+4
*
cc1as: consolidate option flags with cc1 and eliminate duplication
Alp Toker
2014-07-09
6
-177
/
+82
*
Fixed incompatibility with MSVC builds in range-based for loops in DataRecurs...
Alexey Bataev
2014-07-09
2
-4
/
+8
*
Revert commit 212599.
Alexey Bataev
2014-07-09
2
-4
/
+2
*
[OPENMP] Fixed incompatibility in [Data]RecursiveASTVisitor::TraverseOMPExecu...
Alexey Bataev
2014-07-09
2
-2
/
+4
*
clang-format: Add new option to indent wrapped function declarations.
Daniel Jasper
2014-07-09
1
-0
/
+5
*
[OPENMP] Improved code of DataRecursiveASTVisitor and RecursiveASTVisitor for...
Alexey Bataev
2014-07-09
2
-126
/
+92
*
clang-format: Revamp function declaration/definition indentation.
Daniel Jasper
2014-07-09
1
-6
/
+0
*
Simplify warning flag value handling from r206826
Alp Toker
2014-07-09
1
-13
/
+9
*
Sema: Don't allow CVR qualifiers before structors
David Majnemer
2014-07-08
1
-0
/
+8
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
2
-5
/
+10
*
[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.
Alexander Musman
2014-07-08
1
-1
/
+2
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
9
-1
/
+103
*
ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.
Joe Groff
2014-07-07
1
-0
/
+4
*
PlistSupport: make utility functions non-static inline to encourage linker dedup
Alp Toker
2014-07-07
1
-15
/
+15
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
10
-9
/
+130
*
Increase argument limit of anyOf, allOf and eachOf from 5 to 9.
Manuel Klimek
2014-07-07
1
-4
/
+58
*
Move ChainedIncludesSource into the implementation
Alp Toker
2014-07-07
2
-75
/
+7
*
PointerLoc does not exist anymore.
Yaron Keren
2014-07-07
1
-2
/
+1
*
Remove unused sys/stat.h includes
Alp Toker
2014-07-07
2
-3
/
+0
*
Peel away old-style file remapping typedefs and cruft
Alp Toker
2014-07-07
1
-46
/
+2
*
Fix layering of file remapping and header search initialization
Alp Toker
2014-07-07
1
-1
/
+0
[next]