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 |
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 |
next |