2010-07-21 |
David Chisnall | Don't crash when sending a message inside a block with... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
David Chisnall | Mark the load after calling objc_msg_lookup_sender... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Rename LazyCleanup -> Cleanup. No functionality change... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Rip out EHCleanupScope. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Kill the CleanupBlock API. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Switch the fragile-ABI @finally/@synchronized cleanup... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Code simplification. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Switch the main possibly-conditional temporary cleanup... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Switch the destructor for a temporary arising from... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Switch the __cxa_guard_abort cleanup to being a lazy... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Switch some random local-decl cleanups over to using... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Switch finally cleanups over to being lazy cleanups... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Implement proper base/member destructor EH chaining. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Zhongxing Xu | Move some methods inline. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Nate Begeman | Fix win64 compilation of constants like 0xFFFFFFFFFFFFF... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Change PushDestructorCleanup to use lazy cleanups. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Convert the EH cleanups for base and member destructors... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Douglas Gregor | Implement zero-initialization for array new when there... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Convert the end-catch call for finally blocks to a... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Sebastian Redl | Allow loading identifiers from any file in the chain... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Convert the ObjC @synchronized cleanups to laziness... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
John McCall | Add a little helper method which will be useful soon. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Apparently not every system thinks that references... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Allow loading declarations from any file in the chain... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Allow loading types from any file in the chain. WIP |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Devang Patel | Remove unintended code that was checked in as part... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Devang Patel | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
John McCall | Fix the IR generation for catching pointers by references. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | in 'new int[4]', constant fold the 4*4=16 instead of |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Allow loading source locations from any file in the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | don't demand names to be on IR. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | temporarily disable this to fix the build bot. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | More work on getting PCHReader to handle multiple files... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | Follow the implementation approach suggested by PR6687, |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Fariborz Jahanian | Adopt objc_assign_threadlocal() for __thread variables... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Devang Patel | Print template argument names for template class. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | implement rdar://5739832 - operator new should check... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Introduce a new lexer function to compute the "preamble... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Use getDebugLoc and setDebugLoc instead of getDbgMetada... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Hookup checking for invalid length modifiers in scanf... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Move 'hasValidLengthModifier' from PrintfFormatSpecifie... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Cleanup whitespace in switch statement. No functionali... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Refactor ScanfConversionSpecifier to subclass Conversio... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Add 'ConversionSpecifier' root class in 'analyze_format... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Tidy up analyze_printf::ConversionSpecifier::Kind decla... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'UnicodeStrArg' to 'SArg'. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'VoidPtrArg' to 'pArg' in printf/scanf checking. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename 'CStrArg' to 'sArg' for printf checking to match... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename analyze_printf::ConversionSpecifier::IntAsCharAr... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Ted Kremenek | Rename diagnostic so that it can be reused with scanf... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | delete a loop that just generates dead code. In an... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | remove the special case for constant array sizes from |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jim Grosbach | Re-apply fixed version of 108749, correctly conditional... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Slip up long string literal |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Complain when string literals are too long for the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Argyrios Kyrtzidis | Hide FunctionTemplateDecl's specializations folding... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Argyrios Kyrtzidis | Whether the specialization should be added to template... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Argyrios Kyrtzidis | Hide the specializations folding sets of ClassTemplateD... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Rafael Espindola | Add -lstdc++ to DragonFly tools. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Constify all references to Stmt* and CFGBlock* in libCh... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Add const iterator to InitListExpr. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Sebastian Redl | Update ImplicitCastExpr to be able to represent an... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Daniel Dunbar | Fix test for Win32. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Constify. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | remove const_cast. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Daniel Dunbar | Driver: Switch to using a SmallVector instead of std... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | constify. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Constify. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Stuart Hastings | Correct line info for declarations/definitions. Radar... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | and revert the related tests, too |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | Temporarily revert. Some odd internal breakage is likel... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Remove PCHReader::getStream(), it was unused. Inline... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Promote IdentifierOffsets to per-file data. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Promote DeclOffsets and TypeOffsets to per-file data. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Fariborz Jahanian | Patch to type match comparing Objective-C Classes which... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Don't warn when a '%%' or '%*d' (scanf) is used in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Douglas Gregor | Introduce a new libclang API, clang_reparseTranslationU... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | Update tests for r108749 |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Hook up 'invalid conversion' warning for scanf format... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Jim Grosbach | Put ObjC method names, method types and class names... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Sebastian Redl | Promote the identifier table to per-file data. Also... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Put warnings in the 'Deprecated' group into a 'Deprecat... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Ted Kremenek | Add missing conversion specifier parsing for 'u', ... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver: Make -fnext-runtime the default when rewriting... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | IRgen: Add a test case I forgot to commit at some point. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver/Darwin: Add deployment target after doing argume... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver: Factor out Darwin::AddDeploymentTarget. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Douglas Gregor | Remove unused location-to-AST-node resolver. libclang... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Fariborz Jahanian | Categories cannot synthesize property ivars, |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Rafael Espindola | Implement support for reading arguments specified in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Fix construction of AnalysisContext. Thanks Daniel. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Benjamin Kramer | Adjust test for float printing differences. Windows... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Argyrios Kyrtzidis | Fix http://llvm.org/PR7660 |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Revert r108672, "Implement support for reading argument... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Chris Lattner | tidy up comment. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Rafael Espindola | Implement support for reading arguments specified in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | fix test case. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | remove CallInliner.cpp. |
commit | commitdiff | tree | snapshot |
next |