projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2009-01-28
Ted Kremenek
Add method FullSourceLoc::getBufferData().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Tweak doxygen comment. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Steve Naroff
Name change (isTypeName->getTypeName).
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Daniel Dunbar
Fix test case (for -### printing version)
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Daniel Dunbar
ccc: Support -v; invent a version number for ccc for...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Steve Naroff
Change Parser::ParseFunctionDeclarator() to annotate...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Fariborz Jahanian
Some refactoring of common code. No change in functiona...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Sebastian Redl
Implement pointer to member handling in static_cast.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Douglas Gregor
Complete semantic checking for typedef redeclarations...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Steve Naroff
Remove 'NamespaceNameOnly' argument to Sema::LookupDecl...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Steve Naroff
Remove 'enableLazyBuiltinCreation' argument to Sema...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Updated checker build.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Update comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Chris Lattner
long long and double have 64-bit alignment on x86-64.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Chris Lattner
add some basic file headers
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: Improve diagnostics to indicate...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: Indicate whether a tracked...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Chris Lattner
add diagnostics files to xcode proj
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: More diagnostic refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: Embed an "object type" into...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Chris Lattner
fix a crash I introduced, thanks to Ted for the awesome...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: More cleanups (no real function...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Fix diagnostic truncated by my last patch.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: More diagnostic refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
retain/release checker: Output the name of the function...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Refactor some diagnostic code to use raw_string_ostream...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Remove '#if 0' code.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Patch by Alexei Svitkine: Refactor Sema::ParseAST API...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Mike Stump
Add a preliminary version number.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Daniel Dunbar
ABITest: Support --test-layout option for generating
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Fariborz Jahanian
Set visibility of ivar offset symbols according to
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Fariborz Jahanian
Generation of ivar-offset symbols in objc2's non-fragil...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
On Windows use a BumpPtrAllocator for the UniqueFileCon...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Nuno Lopes
add test for PR2502, which was already fixed some time ago
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
FileManager: Use a BumpPtrAllocator for the StringMaps...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Nuno Lopes
fix PR3427: fix debuginfo for incomplete array types
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
Ted Kremenek
Add a some comments to designate Windows-specific/Unix...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Steve Naroff
Finish making AST BumpPtrAllocation runtime configurabl...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Sebastian Redl
Add handling of member pointers to reinterpret_cast.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Fariborz Jahanian
After talking to our runtime guru, I added a comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Ted Kremenek
Updated checker build.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Steve Naroff
Convert types over to placement new() that takes an...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Steve Naroff
Remove many references to ASTContext::getAllocator...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Daniel Dunbar
ccc/Darwin/clang: Fix a mistranslation for the llvm...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Anders Carlsson
If an input constraint refers to an output constraint...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Fariborz Jahanian
ivar meta-data generation for nonfragile-abi.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Daniel Dunbar
ccc: Normalize machine name to i386 for platforms which...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
eliminate some random .ll file outputs
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Fariborz Jahanian
Fixed a typo in getPreferredTypeAlign method.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
add new headers
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
Add the new .def files
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
Split the single monolithic DiagnosticKinds.def file...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Ted Kremenek
Fix bug in BasicStore::getLValueElement where if the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
add a new "getPreferredTypeAlign" method to return...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Eli Friedman
Support CodeGen for __extension__ operator on aggregates.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Eli Friedman
Fix for PR3418: make sure to handle the RHS of expressi...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
Introduce a new PresumedLoc class to represent the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
rename getFullFilePos -> getFileOffset.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Ted Kremenek
Use string comparison rather than '=='.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
Fix a bug that I noticed by inspection.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
make -print-stats print stats about the amount of the...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
improvements for GNU objc runtime support, patch by...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Daniel Dunbar
x86_64: Classify __m64 and __m128 "correctly".
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Chris Lattner
add SparcV8 asm register info support. Patch by Ben...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Ted Kremenek
PathDiagnostics:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Daniel Dunbar
Implement support for coercion to wider types during...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Ted Kremenek
Have 'Analyzer Failures' files be named to reflect...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-27
Ted Kremenek
PTH: Use Token::setLiteralData() to directly store...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Fariborz Jahanian
Added a FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
Fix definition of __builtin_ia32_vec_set_v2di and de...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
Pull EmitReturnBlock out of FinishFunction and catch...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Fariborz Jahanian
Build method-description-list for category meta-data
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Douglas Gregor
Some micro-optimizations for DISABLE_SMART_POINTERS:
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
rename getSpelledCharacterAt to getSpellingOfSingleChar...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
Fix a bug I introduced in my changes, which caused...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Sebastian Redl
Add support for member pointers to const_cast.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Ted Kremenek
Silence warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Ted Kremenek
Add version number to PTH files.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Ted Kremenek
Add version number checking to PTH files.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Ted Kremenek
Embed the offset of the PTH table inside the prologue...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Fariborz Jahanian
Method decription meta-data and its setting in class_ro_t
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
Add Ignore ABIArgInfo kind, for handling void & empty...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
Skip emission of final return block if possible (e...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
remove my hacks that aggressively threw away multiple
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
allow _Pragmas formed from #defines to keep their full...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
now that everything properly handles multiply instantiated
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
make getInstantiationLoc and getSpellingLoc handle...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Sebastian Redl
Remove an implemented FIXME and extend test cases....
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Sebastian Redl
Correct size assumption; fixes a crash on amd64.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
fix a negated conditional in getDecomposedInstantiation...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
minor speedups/cleanups for -E mode.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
This change refactors some of the low-level lexer inter...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
ABITestGen: Add generation of vector types.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Fariborz Jahanian
Meta-data for nonfragile-abi's categories
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
make sure we have a definition of uintptr_t.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Steve Naroff
Many updates to Windows project files.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
Comment fix.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
ccc: -o should not be automatically forwarded to generi...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Daniel Dunbar
ccc: Recognize -emit-llvm [-S].
commit
|
commitdiff
|
tree
|
snapshot
2009-01-26
Chris Lattner
start plumbing together the line table information...
commit
|
commitdiff
|
tree
|
snapshot
next