2009-02-06 |
Chris Lattner | add a stdint.h header. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | Export __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Douglas Gregor | Clean up an already-fixed FIXME |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Douglas Gregor | Semantic checking for class template declarations and |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Update comment. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Fariborz Jahanian | objc2's nonfragile abi API for messages sent to 'super'. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Move StringLiteral to allocate its internal string... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Add sub-testcase where we process Cocoa.h using --disab... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | ccc: Forward -dM to clang. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | ccc/Darwin: Add a missing Darwin argument translation... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | Use 'compile' instead of 'codegen' when reporting error... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Added special versions of new[]/delete[] to complement... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | correct description |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | first hack at limits.h |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | -funsigned-char sets __CHAR_UNSIGNED__ |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Douglas Gregor | Diagnose attempts to define a namespace member out... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Zhongxing Xu | Put the region store specific test in a separate file. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Zhongxing Xu | SymbolicRegions really have unknown sizes. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Zhongxing Xu | Create ElementRegion when the base is SymbolicRegion... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | Add an implementation of -dM that follows GCC closely... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | add interface for walking macro table. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | add support for -x c++-header, update comment. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | factor some code out into a helper function. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | file gone. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | get __WCHAR_TYPE__ from the targetinfo hook |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | simplify and refactor a bunch of type definition code... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | remove some ad-hocery and use DefineTypeSize for more... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | refactor some code into a DefineTypeSize function. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | default diag::err_pp_file_not_found to mapping to fatal, |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | don't emit any diagnostics after a fatal one. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | handle fatal errors, rely on warnings to point out... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Use ASTContext's allocator to deallocate Stmt objects... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | ccc: Give explicit error on @ style argument lists... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | ccc: Implement special language recognition handling... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Douglas Gregor | Improve the representation of template type parameters... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | allow mapping errors to fatal. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | document fatal |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | add support to the diagnostics machinery for mapping... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ted Kremenek | Add 'AppendValue' to the list of magic CF function... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Fariborz Jahanian | objc2's nonfragile-abi - API selection for when receiv... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Anders Carlsson | Follow Eli's advice and store the VLA size with the... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Fariborz Jahanian | More objc2's API chanes. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Douglas Gregor | Improvements and fixes for name lookup with using direc... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | I didn't mean to change this. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Torok Edwin | Add Debian gcc 4.3 header search directories. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Fariborz Jahanian | #ifdef'out out objc2 API selection which is not done... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Sebastian Redl | Fix the symptom of the regression, by having the CXXCon... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Sebastian Redl | Put the invalid flag of OwningResult into the Action... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Sebastian Redl | Remove some non-ASCII in comment. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Add bare bones test that parameter passing is consisten... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Implement Direct ABIInfo semantics. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Simplify test for whether we need an alloca to hold... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Implement ABI Indirect sematics for arguments. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Merge ABIInfo StructRet/ByVal into Indirect. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | make clang agree with gcc 4.2's x86-64 predefines and... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | correct and generalize computation of __INTMAX_MAX__. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | privatize some stuff. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | fix some differences between apple gcc and clang on... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Pull CodeGenFunction::GetUndefRValue() out of EmitUnsup... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zhongxing Xu | Make SymbolicRegion subclass TypedRegion, for symbols... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ted Kremenek | Remove a bunch of obscene double-buffering of BugReport... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | ccc: Translate -O to -O1 for clang, and only pass last... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dale Johannesen | Reapply Daniel's patch to match up with llvm 63765. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | x86-32: Use Ignore to avoid passing empty structs ... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Honor ByVal alignment. Patch by Nate Begeman! |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Fariborz Jahanian | This patch generates messaging code for objc2's non... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Initialize alignment field for ByVal ABIInfo correctly. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ted Kremenek | Fix regression: Leak (BugType) object should have ... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | Unbreak CGFunctionInfo::Profile method and reenable... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Ted Kremenek | Overhaul BugReporter interface and implementation.... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Chase LLVM TOT in circles (i.e., revert r63773 to match... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Add ABIArgInfo::dump() |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Implement semantic analysis for the GNU flexible array... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Mike Stump | Add support for blocks with explicit return types. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Use correct signature for calling enumeration mutation... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Temporarily disable caching of ABI results; this is... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Sebastian Redl | Implement taking address of member functions, including... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | ccc: Forward -femit-all-decls to clang and use an optio... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Test case for -femit-all-decls. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Add -femit-all-decls codegen option. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Add asserts that the function signature matches the... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | (llvm up) Update for intrinsic lookup changes. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Fariborz Jahanian | Some early code for objc2's nonfragile abi messaging. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Fariborz Jahanian | Patch fixes messaging for GNU runtime. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | smaller header. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | Fix PR3464 by searching for headers from the predefines |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | Ok, we need a system header for this test to pass in... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | rename again |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | rename some tests |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | include smaller header for test. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | add DeclTemplate.h/cpp |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Improve documentation for Sema::getTypeName. Also,... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Note the Radar number that corresponds to PR3137 |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Basic representation of C++ class templates, from Andre... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Eli Friedman | Test for PR3137. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Some name-lookup-related fixes, from Piotr Rak! |
commit | commitdiff | tree | snapshot |
next |