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 |
2009-02-18 |
Douglas Gregor | Don't allow calls to functions marked "unavailable... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | add some comments describing what is happening here. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | simplify the code used to compute the type of an objc... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | rename CheckBuiltinCFStringArgument -> CheckObjCString |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | change the StringLiteral AST node to track all of the... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ted Kremenek | Fix performance bug in RangeConstraintManager (that... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Fariborz Jahanian | Representation of objc gc's attribute using ExtQualType. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Daniel Dunbar | ccc: Forward -ftime-report to clang. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | pass -verify in exprs.m, merge const-id.m into message.m |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | fix rdar://6597252: two exactly identical pointer types... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | rename some variables, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | Optimize dyld startup time by specifying a trivial... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ted Kremenek | Hooked up the necessary machinery to allow the retain... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Daniel Dunbar | x86_64 ABI: Two bug fixes. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Ted Kremenek | retain/release checker: Record the summary used to... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | add a bunch of timers for -E and other modes. This... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | teach -ftime-report to time the code generator and... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | move llvm backend specific #includes into Backend.cpp... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | indentation and formatting |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | clang will hopefully never support ratfor. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | wire up a minimal -ftime-report, which prints the optim... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Eli Friedman | Fix test: config.h is not guaranteed to exist at the... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Eli Friedman | Fix test on platforms where size_t != unsigned long. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Daniel Dunbar | isICE was evaluating ?: incorrectly with missing-gcc... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Daniel Dunbar | Convert isIntegerConstantExpr to use ASTContext::MakeIn... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Daniel Dunbar | Add ASTContext::MakeIntValue |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | stop searching GCC install directories for standard... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | AnalysisConsumer.h is gone |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Update several tests to explicitly use BasicConstraintM... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | ccc-analyzer: |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Add panic function. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Mike Stump | Avoid getNameAsCString when the decl doesn't have a... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | gcc spells it "warn_unused_result" (already supported... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Implement basic parsing and semantic analysis for explicit |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ABITest: Add some checking of values for return types... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Note some more things to integrate into ABITest |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Eliminate dependency on where test is run from. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | BasicValueFactory: getMinValue/getMaxValue can be appli... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Attribute 'iboutlet' can be applied to Objective-C... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Eek! getDeclAlign sometimes returned alignment in bits. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | initial reimplement tgmath.h, written by Howard Hinnant! |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Fariborz Jahanian | Simplified ExtQualType per Chris's feedback. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Remove one more redundant dyn_cast. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Move DeclContext::getParent and getLexicalParent in... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Currently all DeclContexts are Decls as well; use cast... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Remove some redundant Decl -> Decl castings. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Now that ObjC decls have DeclContexts too, remove an... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | All Decls have a DeclContext now, hooray! Fans of consi... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Fariborz Jahanian | Added support for objc's gc attribute in ExtQualType. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Backend: Accept -mcpu and -mattr for use by TargetMachine. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Enhance tests to exercise more combinations of using... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Revised RangeConstraintManager based on several discuss... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | BasicValueFactory: getMaxValue and getMinValue now... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Proof that attribute __overloadable__ works as well... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Change EmitConstantExpr to allow failure. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | 80-cols. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Fariborz Jahanian | Renamed ASQualType to ExtQualType to reflect its more |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Recognize -isystem. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Assume gcc will accept piped assembler input when... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Fix a FIXME. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Add '_assert' to list of known panic functions. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ben Laurie | Don't include alloca.h if it doesn't exist. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ben Laurie | Handle fatal errors. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Mike Stump | Be sure to initialize Name. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Mike Stump | Fixup spacing a little. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Remove the error about redefining library functions... |
commit | commitdiff | tree | snapshot |
next |