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 |
2009-02-03 |
Steve Naroff | Fix <rdar://problem/6521757> clang ObjC rewriter: Mixed... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Sebastian Redl | Allow taking the address of data members, resulting... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | x86_64 ABI: Initial implementation of ABI compliant... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Douglas Gregor | Remove a fixed FIXME |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Douglas Gregor | When looking for a tag name via unqualified name lookup... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Douglas Gregor | Semantic analysis, ASTs, and unqualified name lookup... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | ABI handling: Implement coercion for argument types... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Fariborz Jahanian | ir-gen for nonfragile ivar bitfield access (objc2 nonfr... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Sanjiv Gupta | Targets that don't have stack use global address space... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Fariborz Jahanian | Minor objc2 bug fix. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Sanjiv Gupta | Fixed the typo in comment. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | reclaim my precious bit in FileInfo by ensuring that... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | switch SourceManager from using an std::map and std... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | true is pass, false is success. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | disable this test too |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | make this fail faster. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | add #include to make more self-contained. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Change ABIInfo to compute information for a full signat... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Remove ABIArgInfo::Default kind, ABI is now responsible... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Add ABIArgInfo::Direct kind, which passes arguments... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | remove some overly-crazy ideas. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Add two FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Always use CGFunctionInfo to access ABI information. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Move ABIArgInfo into CGFunctionInfo, computed on creation. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | Content Cache only needs to be 4-byte aligned. Since... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Move ABIInfo/ABIArgInfo classes into ABIInfo.h |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Douglas Gregor | Simplify the way in which we inject the names of tag... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Fariborz Jahanian | objc2's ir-gen for nonfragile ivar access. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Daniel Dunbar | Memoize CGFunctionInfo construction. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mike Stump | Formatting fix. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Daniel Dunbar | Change CGFunctionInfo args iterator to not include... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Douglas Gregor | Add a macro-based enumeration of all of the Decl nodes... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Daniel Dunbar | Thread CGFunctionInfo construction through CodeGenTypes. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Mike Stump | Use the updated CommandLine api for -fno-blocks. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nuno Lopes | emit diagnostic when casting a ptr to a small int when... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nuno Lopes | fix TryToFixInvalidVariablyModifiedType to reject negat... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Douglas Gregor | Steve set me straight on this one. GCC was right, EDG... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Daniel Dunbar | More ABI API cleanup. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Ted Kremenek | Clean up indentation. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Daniel Dunbar | ABI handling API changes. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Douglas Gregor | Add iterators to LookupResult, allowing one to iterate... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Ted Kremenek | AnalysisConsumer: |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Fariborz Jahanian | Refactored code gen for ivar access in preparation for |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Daniel Dunbar | Shuffle some functions around, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Douglas Gregor | Split specific_decl_iterator, which had a run-time... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Steve Naroff | Change the ObjC type encoding for block pointer types... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Daniel Dunbar | Add FIXME. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Douglas Gregor | Slim down the specific_decl_iterator, since NULL denote... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Douglas Gregor | Check value-initializations that occur when an initiali... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Steve Naroff | RewriteObjC::RewriteBlockDeclRefExpr(): Add parens... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nuno Lopes | allow cast from array to int to be considered as constant |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nuno Lopes | avoid creating tmp files elsewhere |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nuno Lopes | fix PR3459: improve compatibility with gcc when checkin... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Eli Friedman | Fix for PR3447: use padded sizes for computations on... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Anders Carlsson | Forgot to add this test. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Remove unused overload of GetFunctionType. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Initialize CGFunctionInfo isVariadic bit correctly. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Fariborz Jahanian | Use target alignment API to set objc2's meta-data |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Err, unbreak my previous "no functionality change commi... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Kill off CGCallInfo, always use CGFunctionInfo for... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Anders Carlsson | Add sema support for the cleanup attribute. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Fariborz Jahanian | class meta-data belong to __objc_data section (in objc2 |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Fariborz Jahanian | Recognize class's visibility attribute and set its... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | x86_64 ABI: Retool classification to compute lo & hi... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Missed another mis-alignment of an objc2 meta-data. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Improve our handling of the second step in a user-defin... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Anders Carlsson | Fix typo noticed by Chris. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Anders Carlsson | Turn on -flax-vector-conversions by default, issue... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Setting correct alignent for objc2 meta-data. |
commit | commitdiff | tree | snapshot |
next |