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
*
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
*
Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...
Ted Kremenek
2014-03-07
2
-249
/
+309
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
9
-73
/
+245
*
Another one fix for getSema()/getDerived().getSema()
Alexey Bataev
2014-03-07
1
-1
/
+1
*
Fixed getSema()/getDerived().getSema() diff pointed by Hal Finkel.
Alexey Bataev
2014-03-07
1
-1
/
+1
*
[-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...
Ted Kremenek
2014-03-07
3
-12
/
+20
*
[-Wunreachable-code] Teach reachable code analysis heuristics about more lite...
Ted Kremenek
2014-03-07
3
-1
/
+19
*
The Visual Studio IDE changed behavior in VS2012. It used to be the case that
Yunzhong Gao
2014-03-07
2
-7
/
+15
*
Partial revert of r203179. The build bots are telling me that some out-of-tre...
Aaron Ballman
2014-03-07
6
-0
/
+33
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
22
-163
/
+108
*
C. Compare vector sizes using their raw element size instead of
Fariborz Jahanian
2014-03-06
2
-42
/
+55
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
5
-40
/
+53
*
Make the test a bit stronger by showing what is added to llvm.used.
Rafael Espindola
2014-03-06
1
-0
/
+2
*
Remove a dead store, add a FIXME for another.
Richard Smith
2014-03-06
2
-1
/
+2
*
Exclude invalid old decl from mismatching linkage assertion
Ismail Pazarbasi
2014-03-06
2
-3
/
+6
*
Remove dead code I introduced 6 years, 4 months ago in r43518.
Ted Kremenek
2014-03-06
1
-25
/
+0
*
PGO: rename profile data files from .pgodata to .profdata.
Bob Wilson
2014-03-06
8
-5
/
+5
*
PGO: rename FileCheck variable to follow the existing convention.
Bob Wilson
2014-03-06
1
-3
/
+3
*
Update for LLVM API change
Saleem Abdulrasool
2014-03-06
4
-9
/
+10
*
[docs] s/cpp11-migrate/clang-modernize/
Rui Ueyama
2014-03-06
1
-2
/
+2
*
PGO: Add support for Objective-C blocks.
Bob Wilson
2014-03-06
4
-6
/
+45
*
Fix dead store and simplify. No functionality change (although the code is now
Richard Smith
2014-03-06
1
-36
/
+31
*
MS ABI: Disambiguate the manglings for global guard variables
David Majnemer
2014-03-06
2
-5
/
+11
*
Based on usage, the NamedDecl is always set when constructing a CallingContex...
Aaron Ballman
2014-03-06
1
-6
/
+3
[next]