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
*
Add helper method to convert from a RegionStoreRefBindings to a Store.
Ted Kremenek
2012-12-07
1
-8
/
+13
*
Hexagon TC: forward appropriate args to assembler
Matthew Curtis
2012-12-07
2
-0
/
+19
*
Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...
NAKAMURA Takumi
2012-12-07
1
-0
/
+1
*
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
Alexander Kornienko
2012-12-07
3
-61
/
+76
*
Hexagon TC: add cc1 defaults for hexagon-gcc
Matthew Curtis
2012-12-07
2
-3
/
+15
*
Small tweaks to clang-format.
Daniel Jasper
2012-12-07
2
-3
/
+12
*
Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefin...
Ted Kremenek
2012-12-07
1
-1
/
+29
*
Fix the required args count for variadic blocks.
John McCall
2012-12-07
8
-19
/
+111
*
clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t...
NAKAMURA Takumi
2012-12-07
2
-4
/
+0
*
Further reduce analysis time by 0.2% on a heavy Objective-C example by avoidi...
Ted Kremenek
2012-12-07
1
-8
/
+9
*
Unbreak the GCC (4.4 & other bot) builds from r169571.
David Blaikie
2012-12-07
1
-2
/
+4
*
Add file missed from r169574!
Richard Smith
2012-12-07
1
-0
/
+3
*
Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...
Richard Smith
2012-12-07
2
-0
/
+30
*
Change RegionStore to always use ImmutableMapRef for processing cluster bindi...
Ted Kremenek
2012-12-07
1
-224
/
+250
*
[analyzer] Remove possible pessimizations from r169563.
Jordan Rose
2012-12-07
2
-5
/
+3
*
test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming.
NAKAMURA Takumi
2012-12-07
1
-1
/
+1
*
[analyzer] Avoid ProgramStateRef copy constructors.
Jordan Rose
2012-12-06
3
-6
/
+8
*
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
9
-26
/
+4
*
[libclang] Add a test to make sure we skip bodies properly from "#pragma once...
Argyrios Kyrtzidis
2012-12-06
4
-1
/
+21
*
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
9
-4
/
+26
*
Add extra truthiness.
Richard Smith
2012-12-06
1
-1
/
+1
*
Fixes Makefile for Format unit tests.
Fariborz Jahanian
2012-12-06
2
-2
/
+2
*
hexagon-toolchain.c now passes on win32
Matthew Curtis
2012-12-06
1
-3
/
+0
*
relax hexagon-toolchain.c even more to accomodate mingw32 targets
Matthew Curtis
2012-12-06
1
-143
/
+143
*
relax hexagon-toolchain.c CHECK to accomodate mingw32 targets
Matthew Curtis
2012-12-06
1
-2
/
+2
*
Simplify PDiag's move assignment overload a bit, the self-move check isn't ac...
Benjamin Kramer
2012-12-06
1
-9
/
+5
*
Make sure to initialize the HasSkippedBody bit.
Argyrios Kyrtzidis
2012-12-06
2
-2
/
+3
*
[libclang] Introduce a new indexing mode where we skip function bodies
Argyrios Kyrtzidis
2012-12-06
11
-27
/
+420
*
Revert "[analyzer] Aggressively cut back on the canonicalization in RegionSto...
Ted Kremenek
2012-12-06
1
-37
/
+31
*
Add move semantics to PartialDiagnostic, which can be very expensive to copy.
Benjamin Kramer
2012-12-06
1
-0
/
+26
*
Un-XFAIL hexagon-toolchain.c test for mingw32
Matthew Curtis
2012-12-06
1
-2
/
+2
*
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
Argyrios Kyrtzidis
2012-12-06
7
-2
/
+30
*
[analyzer] Remove isa<> followed by dyn_cast<>.
Jordan Rose
2012-12-06
1
-7
/
+6
*
[analyzer] Remove unused fields from ExprEngine.
Jordan Rose
2012-12-06
3
-26
/
+10
*
[analyzer] Remove checks that predate the linearized CFG.
Jordan Rose
2012-12-06
1
-10
/
+1
*
[analyzer] Simplify RetainCountChecker's handling of dead symbols.
Jordan Rose
2012-12-06
2
-71
/
+25
*
[analyzer] Use a smarter algorithm to find the last block in an inlined call.
Jordan Rose
2012-12-06
1
-18
/
+3
*
[analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors.
Jordan Rose
2012-12-06
1
-1
/
+2
*
[analyzer] Use optimized assumeDual for branches.
Jordan Rose
2012-12-06
1
-6
/
+12
*
[analyzer] Aggressively cut back on the canonicalization in RegionStore.
Jordan Rose
2012-12-06
1
-31
/
+37
*
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-06
5
-106
/
+7
*
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
5
-124
/
+220
*
Fixes a typo in this test.
Fariborz Jahanian
2012-12-06
1
-1
/
+1
*
Clang-format: detect unbalanced braces.
Alexander Kornienko
2012-12-06
2
-2
/
+4
*
Hexagon TC: Add/improve support for small data
Matthew Curtis
2012-12-06
3
-10
/
+127
*
Fix hexagon-toolchain.c test to handle versioned clang executables.
Matthew Curtis
2012-12-06
1
-12
/
+15
*
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
6
-51
/
+550
*
Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...
Benjamin Kramer
2012-12-06
2
-2
/
+12
*
test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix...
NAKAMURA Takumi
2012-12-06
1
-1
/
+1
*
Implements multiple parents in the parent map.
Manuel Klimek
2012-12-06
2
-23
/
+84
[next]