projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2012-10-15
Bill Wendling
Attributes Rewrite
commit
|
commitdiff
|
tree
|
snapshot
2012-10-15
Richard Smith
At -O0, emit an @llvm.trap() call at the end of a value...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Benjamin Kramer
Make sure temporary files are deleted when recovering...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Benjamin Kramer
Delete temporary output files when an error occurs...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Bill Wendling
Remove operator cast method in favor of querying with...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Bill Wendling
Use the Builder to create the stack alignment attribute.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Nico Weber
"Implement" codegen support for __noop().
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Nico Weber
Simplify. Suggestion by Sean Silva.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Jordan Rose
[analyzer] Remove the "direct bindings only" Environmen...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Jordan Rose
[analyzer] Remove unneeded 'inlineCall' checker callback.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chad Rosier
Update for r165858.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
[ms-inline asm] Remove a bunch of parsing code from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Eli Friedman
Add TargetInfo for r600.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Eli Friedman
Make -mms-bitfields behave consistently.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Richard Smith
-fcatch-undefined-behavior: Trap undefined behavior...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Move assertion to not crash tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Silence static analyzer issue by documenting that in...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Silence null dereference warnings by documenting contex...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Further harden checking that scan-view isn't serving...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Fix potential crash in ObjCContainersChecker by properl...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Silence dead store warning. It is conceptually possibl...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Fix potential null deference in CFG printer.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Remove dead store.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
Update for r165833.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Eli Friedman
Fix -ast-print for uses of operator->.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
DeLesley Hutchins
Fix warnings introduced by r165826.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
DeLesley Hutchins
Thread-safety analysis: support multiple thread-safety...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
[ms-inline asm] Remove a bunch of parsing code from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Douglas Gregor
Add missing header from 165821
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Douglas Gregor
Sanitize the names of modules determined based on the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bill Schmidt
Remove XFAIL,fix test
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bill Schmidt
XFAIL pending further investigation
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
David Blaikie
Fix typo correction of one qualified name to another.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bill Schmidt
This patch addresses PR13948.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Have scan-view guard against serving up pages outside...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Richard Trieu
Change (!ptr != 0) to (!ptr) to make the code more...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Argyrios Kyrtzidis
Handle a "#pragma options align" inside a class.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Fariborz Jahanian
Add dump support for comments coming from
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
c-index-test.c: /* Use C style comment. */
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
clang/test/Index/index-module.m: Tweak expressions...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Benjamin Kramer
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Argyrios Kyrtzidis
[PCH] We only need to record C++ overridden methods...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ted Kremenek
Conditionally use an integral cast for BodyFarm support...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Douglas Gregor
Track which particular submodule #undef's a macro,...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
Remove dead code introduced in r165751.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Fariborz Jahanian
search for overridden methods with comment when overrid...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
Remove pointless classof()'s.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
Add missing classof().
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
David Blaikie
Provide a fixit when taking the address of an unqualifi...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
clang/test/Index/index-module.m: Move XFAIL. It was...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
clang/test/Index/index-module.m: Mark it as XFAIL:win32...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
clang/test/Index/index-pch-with-module.m: Tweak express...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chad Rosier
[ms-inline asm] Remove a bunch of parsing code from...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chad Rosier
[ms-inline asm] Lookup the IdentifierInfo using the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Douglas Gregor
Diagnose the expansion of ambiguous macro definitions...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Ted Kremenek
Remove OSAtomicChecker.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Ted Kremenek
Switch over to BodyFarm implementation of OSAtomicCompa...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Ted Kremenek
Teach GetBaseType() about BlockPointerTypes.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Nadav Rotem
Add TargetTransformInfo to the clang driver.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Argyrios Kyrtzidis
[libclang] Make sure the index_data.main_filename field...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Argyrios Kyrtzidis
[libclang] Remove this test while I investigate why...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Ted Kremenek
Add null check for malformed code.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Argyrios Kyrtzidis
[libclang] Add tests for indexing modules and PCHs...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Derek Schuff
Fix build failure from r165722
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Douglas Gregor
Introduce a simple "hint" scheme to eliminate the quadr...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Douglas Gregor
Make the deserialization of PendingMacroIDs deterministic.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Micah Villmow
Add in the first iteration of support for llvm/clang...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jordan Rose
-Warc-repeated-use-of-weak: fix a use-of-uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Derek Schuff
Properly factor Native Client defines to support NaCl...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Rafael Espindola
Handle gnu_inline in c++ in a gcc compatible way. Origi...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jordan Rose
-Warc-repeated-use-of-weak: Don't warn on a single...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jordan Rose
-Warc-repeated-use-of-weak: Check messages to property...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Argyrios Kyrtzidis
[libclang] Improve AST serialization done by ASTUnit...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jordan Rose
ObjCMethodDecl::findPropertyDecl: bail out early if...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Derek Schuff
Make X86_64ABIInfo clean for ABIs with 32 bit pointers...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Nico Weber
Add codegen support for __uuidof().
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Ted Kremenek
Add prologue text for list of potential checkers.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Manman Ren
X86: add F16C support in Clang
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Douglas Gregor
Remove the ASTDeserializationListener's MacroVisible...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Douglas Gregor
Remove an unused bit from the serialized IdentifierInfo
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Douglas Gregor
Deserialize macro history when we deserialize an identi...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Ted Kremenek
Teach set-xcode-analyzer that the new default value...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Eli Friedman
Minor cleanup for r165678; no functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Eli Friedman
Make sure we perform the variadic method check correctl...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Jordan Rose
Reapply "[analyzer] Treat fields of unions as having...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
David Blaikie
Fix a crash-on-invalid when parsing a reference to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Fariborz Jahanian
objective-C IRgen: When sending a method to 'super'
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Eric Christopher
Temporarily Revert "[analyzer] Treat fields of unions...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Eric Christopher
Revert "[Options] make Option a value type."
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Michael J....
[Options] make Option a value type.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Jordan Rose
[analyzer] Treat fields of unions as having symbolic...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
David Blaikie
Make -Wshift-op-parentheses a subgroup of -Wparentheses
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Build clang-tblgen without RTTI.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Use LLVM-style RTTI in clang-tblgen
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Fariborz Jahanian
[Doc parsing] This patch searches overridden objc/c++
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Jordan Rose
[analyzer] Don't run non-path-sensitive checks on syste...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Jordan Rose
[analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDecls...
commit
|
commitdiff
|
tree
|
snapshot
next