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
Commit message (
Expand
)
Author
Age
Files
Lines
*
retain-comments-from-system-headers.c: Flush module cache, or incremental tes...
NAKAMURA Takumi
2014-03-09
1
-0
/
+1
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
6
-14
/
+10
*
[-Wunreachable-code] Tweak heuristic for configuration values to include arit...
Ted Kremenek
2014-03-08
2
-6
/
+35
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
13
-77
/
+62
*
[Preprocessor] Only check for -Wunused-macros if the translation unit kind is...
Argyrios Kyrtzidis
2014-03-08
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
36
-303
/
+151
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
10
-32
/
+28
*
Reapplying r203299 in a slightly different manner. Now range APIs are impleme...
Aaron Ballman
2014-03-08
5
-52
/
+34
*
[-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.
Ted Kremenek
2014-03-08
2
-3
/
+18
*
Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...
Ted Kremenek
2014-03-08
3
-13
/
+21
*
[CFG] Record would-be successor for noreturn destructor.
Ted Kremenek
2014-03-08
1
-2
/
+4
*
[-Wunreachable-code] Handle 'return' with no argument dominated by 'noreturn'...
Ted Kremenek
2014-03-08
2
-6
/
+16
*
Add an option to disable plugins in clang.
Rafael Espindola
2014-03-08
1
-3
/
+12
*
Revert "Add an option to disable plugins in clang."
Rafael Espindola
2014-03-08
1
-6
/
+4
*
Add an option to disable plugins in clang.
Rafael Espindola
2014-03-08
1
-4
/
+6
*
Revert accidentally-committed file.
Richard Smith
2014-03-08
1
-1
/
+0
*
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
Richard Smith
2014-03-08
9
-16
/
+41
*
Replace "can not" with "cannot" in diagnostics messages.
Ismail Pazarbasi
2014-03-07
23
-80
/
+80
*
In my tests, I'm finding that declaring iterators in terms of ranges can some...
Aaron Ballman
2014-03-07
5
-16
/
+41
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
4
-23
/
+31
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
6
-50
/
+35
*
[-Wunreachable-code] Treat constant globals as configuration values in unreac...
Ted Kremenek
2014-03-07
2
-2
/
+21
*
Zap another dead 'break' statement.
Ted Kremenek
2014-03-07
1
-1
/
+0
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
154
-537
/
+512
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
21
-186
/
+129
*
Replace OwningPtr::isValid() with conversion to bool.
Ahmed Charles
2014-03-07
8
-22
/
+16
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
41
-111
/
+99
*
Remove dead return and simplify code.
Ted Kremenek
2014-03-07
1
-3
/
+1
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
11
-15
/
+15
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
11
-48
/
+32
*
Add a note in the user manual that tsan is not supported on Mac.
Nico Weber
2014-03-07
1
-1
/
+1
*
"Mac OS/X" -> "Mac OS X" spelling fixes for clang.
Nico Weber
2014-03-07
3
-5
/
+5
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
17
-94
/
+65
*
[C++11] Adding an iterator_range accessor for parameter declarations to the C...
Aaron Ballman
2014-03-07
1
-0
/
+7
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
6
-26
/
+26
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
14
-69
/
+48
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
13
-36
/
+28
*
[C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...
Aaron Ballman
2014-03-07
3
-12
/
+8
*
[C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...
Aaron Ballman
2014-03-07
3
-14
/
+11
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
13
-69
/
+79
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
13
-79
/
+69
*
Remove a test that we don't need anymore
Timur Iskhodzhanov
2014-03-07
1
-27
/
+0
*
[OPENMP] Fix for threadprivate construct instantiatiation.
Alexey Bataev
2014-03-07
1
-0
/
+3
*
Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...
Timur Iskhodzhanov
2014-03-07
6
-136
/
+207
*
ExternalClangExamples: add a link to ToyClangPlugin
Dmitri Gribenko
2014-03-07
1
-0
/
+7
*
Tweak some test paths to match on Windows
Ben Langmuir
2014-03-07
1
-4
/
+4
*
[OPENMP] Small update in threadprivate variables processing to fix template i...
Alexey Bataev
2014-03-07
2
-2
/
+9
*
[Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...
Argyrios Kyrtzidis
2014-03-07
8
-17
/
+36
*
[OPENMP] Fixed linked libraries for libiomp5 on Linux
Alexey Bataev
2014-03-07
2
-3
/
+5
*
Add a bunch of missing changes from r203208
Ben Langmuir
2014-03-07
3
-112
/
+138
[next]