2008-08-23 |
Anders Carlsson | Add support for parsing the objc_gc attribute. Tests... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | adjust to changes in various APIs from LLVM. We can... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Add carbon.cpp and cocoa.mm tests |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Make sure to create CXX record decls for the implicit... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Update ccc driver |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | treat bool literals as constatnt expressions. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Handle Objective-C++ tests. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Reserved C++ words are valid selectors in Objective-C++ |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Handle static initializers in Objective-C++ methods. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Add CodeGen support for CXXZeroInitValueExpr. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Add a null pointer test in the type-convert-construct... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Handle AddrLabelExprs in Expr::isConstantExpr |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Drop a dead call to isConstantExpr() |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Clean up constant CFString handling. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Add header search paths for dragonfly, patch by Sascha... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Add dragonfly target support, patch by Sascha Wildner |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Tweak the indentation for a couple of files |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | CXXFunctionalCastExpr is a subclass of CastExpr. Make... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Add a safety check. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Change line endings: CRLF -> LF |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Implement Obj-C ivar references to aggregates. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Fix message sends which return structures. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Add TargetInfo::useNeXTRuntimeAsDefault |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Implement super message sends. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Trim CGObjCRuntime::GenerateMessageSend[Super] |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | make sure that ParseAST invokes the action for end... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Move [LR]Value into CGValue.h |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | add action to know about end of translation unit. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | we already have a handle on the 'in' keyword, don't... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | minor cleanup, remove finalize method. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Fix a FIXME by not creating an invalid AST on erroneous... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ted Kremenek | Simplify interface to Store::AddDecl |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ted Kremenek | Added Regions.h: Regions define abstract memory locatio... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Emit property metadata (classes, protocols, categ... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Use isa instead of dyn_cast. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Allow nested backtracks. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Daniel Dunbar | NeXT: Emit category metadata. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Daniel Dunbar | Add some QA related example clang projects. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Add preliminary (and probably broken) codegen support... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Move the rest of the Sema C++ tests into the SemaCXX... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Add support for C++'s "type-specifier ( expression... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Nico Weber | make test fails if llvm is checked out to llvm-svn... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Nico Weber | Move most of HeaderSearch initialization to libDriver. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Chris Lattner | improve pretty printing of objc method declaration, |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Initial sema support for C++ static initializers. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Fix some issues with array type merging. (No visible... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Minor const cleanup. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Rewrite type compatibility testing to do type merging... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Initial implementation of floats in Expr::tryEvaluate... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Zhongxing Xu | Modify comments. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Zhongxing Xu | Move the handling of DeclStmt from GRExprEngine to... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | NeXT: Emit [meta]class protocol references. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Ted Kremenek | Added --use-cc option to scan-build to allow the user... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Chris Lattner | add a simple check to warn people who type "=+" when... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Steve Naroff | RewriteObjC::RewriteObjCSynchronizedStmt(): Make sure... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Use full path to count script, and don't treat files... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Preliminary support for Obj-C classes in NeXT runtime. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Missed a test case writing a .ll file. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Reorder the PATH used during testing so $(ToolDir)... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Update a number of CodeGen tests to not create .ll... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Daniel Dunbar | Update test/Makefile to allow testing when using a... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | Remove duplicate define from Windows-x86 target. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | Initial implementation of Windows x86 target; at the... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | Add Linux x86-32 target. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Eli Friedman | First cut at OS detection, taking advantage of the... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Class reorg for PPC; shouldn't be any visible changes... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix a regression from my fix to PR2631. Fixes PR2692. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix a minor crash-on-invalid. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Daniel Dunbar | Fix attributes on Obj-C interfaces & methods. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Fix URL typo. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Patch by Zhongxing Xu: |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Patch by Zhongxing Xu: We should set back the modified... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Class reorg for ARM. Shouldn't be any visible changes. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Class hierarchy reorg for Sparc architecture. While... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Daniel Dunbar | Fix subtle bug introduced in r54852. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Re-enable deletion of AST nodes upon completion of... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Ted Kremenek | Added ObjCAtDefsFieldDecl to represent FieldDecls creat... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Reorganize the class hierarchy for x86 targets; shouldn... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix test failure on Linux. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Fix some spam from make I accidentally introduced. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Daniel Dunbar | Move all Obj-C runtime interaction into CodeGenFunction. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Eli Friedman | Get rid of the bogus -depth +0 argument; I really have... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Ted Kremenek | Move store pretty-printing logic inside of StoreManager... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Ted Kremenek | Patch by Zhongxing Xu! |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Steve Naroff | Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Chris Lattner | Use raw_ostream to output an unsigned. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Ted Kremenek | Update checker-78. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Chris Lattner | add testcase we already handle. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Argyrios Kyrtzidis | Add ExplicitCastExpr to replace the current CastExpr... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | proper grammar n stuph |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | warn when someone tries to make an array of ObjC interf... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Argyrios Kyrtzidis | "Remove the 'else' since the code is fallthrough after... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Ted Kremenek | Record arguments in .info file. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Daniel Dunbar | Support initialization of incomplete array with zero... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | Fix PR2627, support for Q constraint. |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Chris Lattner | Several cleanups and tweaks to diagnostics in Sema... |
commit | commitdiff | tree | snapshot |
next |