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 |
2009-02-04 |
Steve Naroff | Fix <rdar://problem/6552648> error: redefinition of... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Diagnose ambiguities in getTypeName. Fixes http://llvm... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Bring operator name lookup (as required for C++ operato... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Argument Dependent Lookup is done (for now). Also,... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Fix our semantic analysis of |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | An idea for limiting diagnostic output, from David... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | ccc: -ObjC and -ObjC++ change default language, but... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Handle demotion of coerced arguments (as in void a... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | Implement handling of file entry/exit notifications... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | # 42 doesn't change system header state either, add... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | make getFileCharacteristic linetable aware. line marke... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | propagate linemarker flags down into the the line table... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | replace gimpy linear search with svelte binary search ;-) |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | make my atrocious linear search at least search in... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | Add simple #line directive test. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | add comment |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | spelling change. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | add the difference in the line marker phys line number... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | add really really trivial #line support, where #line... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | simplify. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | lower the interface to getLineNumber like we did for |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Force triple for this test case. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | make SM::getColumnNumber take a predecomposed FileID... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Update passing of _Bool values to match what function... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Change construction of common ObjC functions to use... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | build per-fid linetable entries. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Douglas Gregor | Initial implementation of argument dependent lookup... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Fariborz Jahanian | Some function stub added for new abi messaging. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Daniel Dunbar | Use -fnext-runtime for this test. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Fariborz Jahanian | -x language fix. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Use CGCall infrastructure to call enumeration mutation... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Fariborz Jahanian | Several new declarations for objc2 nonfragile |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Fix return type for calls to objc_setProperty. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Use ConvertTypeForMem when creating alloca for scalar... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Force -triple/-fnext-runtime for a few more test cases. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Add CodeGenFunction::ConvertTypeForMem forwarding function. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | more plumbing for #line propagation. Use happy bit #3 |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Force triple for codegen tests which have expectations... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | codegen is much farther along than when this was first... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | stub out basic #line handling calls. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Fariborz Jahanian | GNUStep fast enumeration. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | update a couple entries, add a new idea |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | silence some warnings. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Use /usr/bin/env to run Python for increased portabilit... |
commit | commitdiff | tree | snapshot |
next |