projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2009-02-19
Daniel Dunbar
Change IntExprEvaluator to operate on an APValue not...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Daniel Dunbar
Arguments to unordered comparison builtins may need...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Anders Carlsson
Add irgen support for the noinline attribute.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Anders Carlsson
Add sema support for the noinline attribute.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
Update checker build.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Daniel Dunbar
Add another IntExprEvaluator::Success overload to suck...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
fix PR3609, emit:
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Fariborz Jahanian
Generate the conservative objc gc's API for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
Update test case to include a leak that occurs at the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
retain/release checker: Fix crasher when the leak site...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
Fix PR3619 by properly considering size modifiers and...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Zhongxing Xu
only track integer and pointer values for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Gabor Greif
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Daniel Dunbar
Add IntExprEvaluator::Success method.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Zhongxing Xu
fix test case
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Zhongxing Xu
add test case.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Zhongxing Xu
Convert the offset to signed before making an ElementRe...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
Update checker build.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Daniel Dunbar
Don't emit K&R unprototyped function definitions as...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Daniel Dunbar
Add Type::getAsFunctionNoProto
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
only do one DenseMap lookup instead of two (one to...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
minor simplification.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
use early exit to reduce indentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
standardise on bastardised american spelling.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
fix a bug introduced in my previous patch: moving clang...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
disable copying and assignment of AttributeList
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
fix warning in no-assert mode.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Anders Carlsson
Emit the correct diagnostics when we constant fold...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
don't new[] an empty array when an AttributeList has
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Anders Carlsson
Make sure to check the value of the constant expression...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Daniel Dunbar
Emission of global variable initialializer was broken...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
scan-build now searches for the clang binary in the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Anders Carlsson
Handle the GNU void* and function pointer arithmetic...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
always search for "builtin" headers at the end of the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
PR3614: "ignoring nonexistent directory" should print...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
fix another typo gabor noticed
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Chris Lattner
fix a typo gabor noticed
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
Add test case for 'nil receiver returns undefined struc...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Ted Kremenek
Implemented simple check in <rdar://problem/6600344...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Mike Stump
Fit 80col and fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Mike Stump
Fix spacing.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Mike Stump
More codegen for blocks. The type of block literals...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Douglas Gregor
Provide a proper source location when building an impli...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Fariborz Jahanian
Some code simplification. ir gen for gc'able array
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Howard Hinnant
testing (reverted)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Howard Hinnant
testing
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Fariborz Jahanian
Couple of helpers for objc's gc attributes.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-19
Douglas Gregor
Make error-message check platform-agnostic
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Address Chris's comments regarding C++ name mangling.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
retain/release checker: Place the leak diagnostic after...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
fariborz already fixed this.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
Remove logic for computing 'display hint'.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
minor name changes, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
More fun with retain checker diagnostics:
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
fix some subtle bugs handling the mix of cvr qualifiers...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
Add anti-FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
minor spacing changes.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
i386 ABI: Offset computation in va_arg was incorrect...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Remove pointless backslash
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Downgrade the "excess elements in initializer" errors...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
x86_64 ABI: Fix thinko in computation of bound for...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
Fix diagnostics bugs when computing ranges for the...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
rip out __builtin_overload
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
Add a few more GC-only test cases for the retain/releas...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
HTMLDiagnostics: Always display diagnostics *below...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
x86_64 ABI: "is passed in regs" computation for va_arg...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Return true on errors, return true on errors, return...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
retain/release checker: We now emit fancy diagnostics...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Downgrade complaints about calling unavailable function...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Fariborz Jahanian
Some refactoring and simplificaiotn of objc's gc
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Mike Stump
Codegen for int (^bp)(int) = 0;
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
Fix comment: analyzer builds are universal binaries.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
__attribute__((aligned)) was being ignored!
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
Add Type::isSpecificBuiltinType as a shortcut.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Daniel Dunbar
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
final string diagnostic issue (that I know about):
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
Next step toward making string diagnostics correct...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
update comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
retain/release checker: Distinguish in the function...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
Fix some issues handling sub-token locations that come...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Fariborz Jahanian
Start generating gc'able code using the new
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
tidy up
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
only get the spelling of a token to get its length if
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
use the full spelling of a string literal token so...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
add c testcase for string literal diagnostic improvement.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
don't print codegen time unless -ftime-report was passed.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Fariborz Jahanian
Make warn-weak-field.m test pass again.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Fariborz Jahanian
Cleanup objc's gc attributes code no longer needed.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
Start improving diagnostics that relate to subcharacter...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Update Parser::ParseTypeName to return a TypeResult...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Ted Kremenek
Revise comment. Comparing pointer values in 'Range...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Add an unavailable __tg_promote function to attract...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
nothing says "ted was here" like a random url dropped...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Douglas Gregor
Allow "overloadable" functions in C to be declared...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
teach child iterators to walk into the child string...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
fix the ownership issues and location tracking in
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
add iterators for string token locations.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-18
Chris Lattner
privatize all of the string literal memory allocation...
commit
|
commitdiff
|
tree
|
snapshot
next