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
*
Revert the new reference binding code; I came up with a way simpler solution ...
Anders Carlsson
2010-02-03
7
-58
/
+8
*
First pass at adding GC support for GNU runtime. GC ivar maps not yet constr...
David Chisnall
2010-02-03
1
-6
/
+97
*
Teach the allocation function overload handling to deal with templates, and
Chandler Carruth
2010-02-03
3
-12
/
+46
*
Fix PR6149 by looking at the qualifiers on the referred to type for non-type
Chandler Carruth
2010-02-03
2
-2
/
+73
*
When a function or variable somehow depends on a type or declaration
Douglas Gregor
2010-02-03
11
-79
/
+402
*
Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =D
Chandler Carruth
2010-02-03
1
-0
/
+1
*
Add skeleton of flat store manager.
Zhongxing Xu
2010-02-03
3
-1
/
+156
*
Look through CXXExprWithTemporaries when digging out the original
Douglas Gregor
2010-02-03
1
-0
/
+3
*
update for llvm api change.
Chris Lattner
2010-02-03
1
-2
/
+1
*
remove a big chunk of #if 0 code.
Chris Lattner
2010-02-03
1
-58
/
+0
*
Fix regression in RegionStore due to recent changes in
Ted Kremenek
2010-02-03
2
-84
/
+103
*
Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ...
Sam Weinig
2010-02-03
3
-24
/
+38
*
Driver: Add -[no-]integrated-as for clang.
Daniel Dunbar
2010-02-03
6
-14
/
+51
*
Rework RegionStoreManager's implementation of InvalidateRegions() to
Ted Kremenek
2010-02-03
1
-214
/
+249
*
Provide a real fix for PR6199, reverting the old workaround. Here, we
Douglas Gregor
2010-02-03
2
-3
/
+7
*
Remove the SmallVector from CXXTryStmt.
Sam Weinig
2010-02-03
3
-20
/
+33
*
Numerous changes to selector handling:
David Chisnall
2010-02-03
8
-29
/
+84
*
Don't do an expensive definition check where a cheap 'is this C?' check suffi...
Sebastian Redl
2010-02-03
1
-1
/
+2
*
fix PR6216
Chris Lattner
2010-02-03
2
-0
/
+6
*
clang -cc1: Wire up -emit-obj, for emitting object files.
Daniel Dunbar
2010-02-03
8
-11
/
+28
*
Remove abstract expression kinds from the StmtClass enum. Update a few users
John McCall
2010-02-03
11
-37
/
+39
*
Simplify setting of DeclContext for @catch variable
Fariborz Jahanian
2010-02-03
2
-9
/
+2
*
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-02-03
11
-29
/
+72
*
Fix DeclContext of an objective-c @catch variable
Fariborz Jahanian
2010-02-03
5
-0
/
+38
*
Remove RegionStoreSubRegionMap::iterator and RegionStoreSubRegionMap::begin_e...
Ted Kremenek
2010-02-02
1
-26
/
+28
*
Explicitly check for casts to double or complex types instead of possibly ass...
Ted Kremenek
2010-02-02
2
-0
/
+21
*
update for llvm api changes.
Chris Lattner
2010-02-02
1
-3
/
+3
*
Implement promotion for enumeration types.
Douglas Gregor
2010-02-02
8
-20
/
+165
*
Set the correct vtable pointers _before_ generating code for any member initi...
Anders Carlsson
2010-02-02
2
-5
/
+32
*
update for llvm api change.
Chris Lattner
2010-02-02
1
-6
/
+0
*
Fix test.
Anders Carlsson
2010-02-02
1
-1
/
+1
*
Dump the constructor type for a CXXConstructExpr.
John McCall
2010-02-02
1
-0
/
+2
*
Fix this comment.
John McCall
2010-02-02
1
-1
/
+1
*
Check for redefinitions in MergeVarDecl. This finds redefinitions of globals ...
Sebastian Redl
2010-02-02
2
-0
/
+32
*
Fix up rewriting of protocol qualified types in objc rewriter.
Fariborz Jahanian
2010-02-02
2
-1
/
+30
*
Fix a C++ regression where redefinitions weren't diagnosed.
Sebastian Redl
2010-02-02
1
-1
/
+3
*
Include <stdlib.h>, so that we're sure to get atoi.
Douglas Gregor
2010-02-02
1
-1
/
+2
*
the declspec of a declaration can have storage-class specifiers,
Chris Lattner
2010-02-02
3
-7
/
+25
*
Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently
Daniel Dunbar
2010-02-02
2
-7
/
+16
*
Use the Arg variable rather than re-computing it. This also silences GCC's
Chandler Carruth
2010-02-02
1
-1
/
+1
*
Mark dtors for parameter variables and eliminate some redundant type munging.
John McCall
2010-02-02
5
-20
/
+15
*
Access control for implicit destructor calls. Diagnostic could be orders of
John McCall
2010-02-02
5
-4
/
+63
*
Codegen CXXConstructExprs with trivial constructors as constants.
John McCall
2010-02-02
2
-0
/
+33
*
Check in a test case and a nasty workaround for PR6199.
Anders Carlsson
2010-02-02
2
-1
/
+21
*
Extract a common base class between UnresolvedLookupExpr and
John McCall
2010-02-02
5
-253
/
+204
*
XFAIL two tests on Win32 until some cares to investigate... the problem on
Daniel Dunbar
2010-02-02
2
-0
/
+2
*
this is reasonably complete by now.
Chris Lattner
2010-02-02
1
-3
/
+0
*
CIndex: Use 'env' instead of relying on bash environment-variable setting
Daniel Dunbar
2010-02-02
2
-2
/
+2
*
CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As a
Daniel Dunbar
2010-02-02
1
-5
/
+27
*
Improve handling of emitting 'null' pointers to data members.
Anders Carlsson
2010-02-02
5
-51
/
+118
[next]