index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Handle pointers to arrays of abstract types.
Anders Carlsson
2009-03-24
1
-0
/
+9
*
More work on diagnosing abstract classes. We can now handle cases like
Anders Carlsson
2009-03-24
5
-14
/
+75
*
Fix PR3868 by making Evaluate handle cases like "(long)&a + 4".
Eli Friedman
2009-03-24
1
-6
/
+27
*
Cleanup template instantiation for methods, destructors
Douglas Gregor
2009-03-24
1
-53
/
+107
*
Driver: lipo wasn't being called correctly (translation failure from
Daniel Dunbar
2009-03-24
1
-0
/
+3
*
Template instantiation for destructors. This is somewhat repetitive;
Douglas Gregor
2009-03-24
1
-1
/
+43
*
Fix the ABI convention for struct returns on x86 outside of Darwin.
Eli Friedman
2009-03-23
1
-1
/
+9
*
Another use of adjustParameterType. Plus, GetTypeForDeclarator will
Douglas Gregor
2009-03-23
1
-8
/
+2
*
Template instantiation for the declarations of member functions within
Douglas Gregor
2009-03-23
4
-158
/
+289
*
Deallocate 'DeclRefExpr's in correctly formed '#pragma unused'
Ted Kremenek
2009-03-23
1
-0
/
+1
*
Implement '#pragma unused'.
Ted Kremenek
2009-03-23
5
-7
/
+145
*
Driver: Make argument parsing fast.
Daniel Dunbar
2009-03-23
1
-13
/
+32
*
Driver: Fix off by one in computation of first searchable option.
Daniel Dunbar
2009-03-23
1
-1
/
+1
*
Must allow for strong cast of floats as well (objc2 gc).
Fariborz Jahanian
2009-03-23
1
-17
/
+50
*
More improvements to abstract type checking. Handle arrays correctly, and mak...
Anders Carlsson
2009-03-23
3
-6
/
+14
*
Driver: Add two special groups of "whitelisted" options which we know
Daniel Dunbar
2009-03-23
1
-0
/
+12
*
Driver: Check that options are ordered properly (outside of
Daniel Dunbar
2009-03-23
1
-5
/
+75
*
use isa<>
Chris Lattner
2009-03-23
1
-2
/
+2
*
It's an error to try to allocate an abstract object using new.
Anders Carlsson
2009-03-23
4
-5
/
+15
*
Fix PR3855. When we encounter an incompatible redeclaration of a
Douglas Gregor
2009-03-23
1
-2
/
+5
*
The individual pieces of an invalid paste as still candidates for expansion.
Chris Lattner
2009-03-23
1
-1
/
+3
*
analyzer: Provide temporary workaround for false positive reported by
Ted Kremenek
2009-03-23
1
-0
/
+11
*
Tighten up the determination of whether a function declaration has a
Douglas Gregor
2009-03-23
1
-1
/
+1
*
Thanks to Eli for pointing out my misreading of 6.2.2p5
Douglas Gregor
2009-03-23
1
-2
/
+1
*
Driver: Setup file and program search paths in tool chains.
Daniel Dunbar
2009-03-23
4
-12
/
+90
*
Ad FreeBSD ARM target info.
Daniel Dunbar
2009-03-23
1
-0
/
+15
*
analyzer: Fix embarrassing regression in BasicStore when invalidating struct
Ted Kremenek
2009-03-23
2
-0
/
+8
*
Minor Evaluate cleanup; add some boilerplate implementations to
Eli Friedman
2009-03-23
1
-29
/
+26
*
Minor enhancements to Evaluate.
Eli Friedman
2009-03-23
1
-13
/
+25
*
Some minor fixes for complex IRGen.
Eli Friedman
2009-03-23
1
-23
/
+16
*
Fix a subtle bug in CodeGen for the increment of a bitfield.
Eli Friedman
2009-03-23
1
-5
/
+7
*
Add some FIXMEs relating to incomplete types.
Eli Friedman
2009-03-23
1
-3
/
+14
*
Recognize rvalue references in C++03, but complain about them. This leads to ...
Sebastian Redl
2009-03-23
1
-2
/
+8
*
Partial implementation of PR3342: break out pointer sign
Eli Friedman
2009-03-22
2
-4
/
+37
*
Driver: Drop code for checking bounds in SeparateArg::render, this
Daniel Dunbar
2009-03-22
1
-3
/
+2
*
Disallow catching exceptions by rvalue reference.
Sebastian Redl
2009-03-22
2
-9
/
+24
*
Adjust isModifiableLvalue to give a slightly more useful diagnostic for
Eli Friedman
2009-03-22
1
-10
/
+11
*
Driver: Implement 'missing argument' error.
Daniel Dunbar
2009-03-22
4
-22
/
+46
*
Fix code to mark block variables as const to actually work. Fix
Eli Friedman
2009-03-22
2
-6
/
+6
*
Implement static_cast from lvalue to rvalue reference.
Sebastian Redl
2009-03-22
1
-0
/
+39
*
Check that the return/argument types of calls are complete.
Eli Friedman
2009-03-22
1
-0
/
+19
*
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
Chris Lattner
2009-03-22
2
-36
/
+5
*
emit aliases as the definitions fly by, don't bother deferring until
Chris Lattner
2009-03-22
2
-82
/
+64
*
make alias definition logic more similar to functions/globals.
Chris Lattner
2009-03-22
1
-12
/
+29
*
Fix build from r67476 and address the easy part of Doug's comments on rvalue ...
Sebastian Redl
2009-03-22
2
-8
/
+10
*
fix PR3200 by making alias emission use the new infrastructure. Fold
Chris Lattner
2009-03-22
1
-11
/
+17
*
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-22
5
-162
/
+132
*
Remove dead code.
Eli Friedman
2009-03-22
1
-41
/
+0
*
Disallow abstract types where appropriate.
Anders Carlsson
2009-03-22
3
-3
/
+79
[next]