2010-07-24 |
Douglas Gregor | Put a newline at the end of the padded buffers used... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Douglas Gregor | Once we've built (or reused) a precompiled preamble... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
John McCall | Support catching Objective C pointers in C++ under... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Fariborz Jahanian | Return type of a setter call caused by |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Douglas Gregor | Be careful; even though we had a proper name at the... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Douglas Gregor | Once we've built a precompiled preamble, keep track... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Sebastian Redl | Make declarations in the dependent PCH visible, for... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Tom Care | Added an path-sensitive unreachable code checker to... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Devang Patel | Revert r109263. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
John McCall | We never want to pop the translation unit DC, so assert... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
John McCall | Revise cleanup IR generation to fix a major bug with... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Fariborz Jahanian | Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Devang Patel | There is no need to use separate dir name for AT_comp_d... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Fariborz Jahanian | Test for selector-warning PCH patch. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Eli Friedman | Fix for PR7694: make sure to pass in a RecordType to... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Fariborz Jahanian | PCH read/write for selector reference pool. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Ted Kremenek | Dataflow solver: Don't overrwite the initial value... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Douglas Gregor | Vectors are not integer types, so the type system shoul... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Zhongxing Xu | Add FILE* leak check to StreamChecker. Patch by Lei... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Bill Wendling | Remove unneeded iostream include. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Zhongxing Xu | Change arg type. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Zhongxing Xu | Delete unnecessary const_cast. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Zhongxing Xu | AnalysisContext is not const. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Zhongxing Xu | Fix build on Ubuntu 10.04. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Douglas Gregor | Basic plumbing for generating a precompiled preamble... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Fariborz Jahanian | Warn when property ivar lookup finds a global variable |
commit | commitdiff | tree | snapshot |
2010-07-22 |
John McCall | Ted pointed out that this test case could be using... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Sebastian Redl | Thread bitstream cursors all the way through the AST... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Devang Patel | Keep track of artificial scopes introduced by line... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
John McCall | Turn off EH cleanups for __block variables; they cause... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Douglas Gregor | Improve performance during cursor traversal when a... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Fariborz Jahanian | atch for implementation of objective-c's -Wselector |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Nick Lewycky | Don't crash when an explicit template instantiation... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Argyrios Kyrtzidis | Serialization is implemented, fix comments. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Argyrios Kyrtzidis | Read/write C++0x static_assert for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Sebastian Redl | Allow loading declcontext information from any file... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Argyrios Kyrtzidis | Read/write FriendTemplateDecl for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Argyrios Kyrtzidis | Support C++ try/catch statements for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Zhongxing Xu | This patch adds support for tmpfile in StreamChecker... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Zhongxing Xu | Make a bunch of new data structures for the new analysis |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ted Kremenek | Fix '<rdar://problem/8214263> MakeCXCursor null derefer... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ted Kremenek | Update test case to include USRs containing offsets... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Ted Kremenek | Switch USR generation to use file offsets instead of... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chandler Carruth | Fix PR7673 by allowing an empty clobbers section in... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chandler Carruth | Add alternate names for x86 SIMD intrinsics. These... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Chandler Carruth | This was still complaining about the length of the... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Daniel Dunbar | tests: Make FileCheck version check that preamble isn... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Daniel Dunbar | Driver/Darwin: Set -force_cpusubtype_ALL only by defaul... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Daniel Dunbar | build: Make sure arm_neon.h gets installed. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Daniel Dunbar | Driver/Darwin: Always allow blocks on Darwin, so that... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Devang Patel | ObjCId is special "struct objc_object". Make this expli... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Sebastian Redl | Allow loading macros from any file in the chain. WIP |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Daniel Dunbar | tests: XFAIL this test on win32, someone else can hunt... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Ted Kremenek | Upgrade "'X' is unavailable" from a warning to an error... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Sebastian Redl | Promote some macro-related stuff to per-file data.... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Daniel Dunbar | tests: Use FileCheck instead of external input; I think... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Douglas Gregor | Introduce a new C API function, clang_parseTranslationU... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Fariborz Jahanian | Added extra check when looking for location of '=' in |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Fariborz Jahanian | Fix source location of the initializer in |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Nate Begeman | Catch thinko that Daniel Dunbar found. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Devang Patel | Fix regression caused by r108911. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Fariborz Jahanian | Fix a rewriter bug which originates in SemaInit involving |
commit | commitdiff | tree | snapshot |
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 |
next |