2010-07-19 |
Rafael Espindola | Implement support for reading arguments specified in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Fix construction of AnalysisContext. Thanks Daniel. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Benjamin Kramer | Adjust test for float printing differences. Windows... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Argyrios Kyrtzidis | Fix http://llvm.org/PR7660 |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Revert r108672, "Implement support for reading argument... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Chris Lattner | tidy up comment. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Rafael Espindola | Implement support for reading arguments specified in... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | fix test case. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | remove CallInliner.cpp. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Add double close check to StreamChecker. Patch by Lei... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Zhongxing Xu | Reapply r108617. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Driver: Change the driver to take the path to the main... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Daniel Dunbar | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Rafael Espindola | Refactor the code a bit so that there is only one call... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Daniel Dunbar | Driver: Fix a possible use after free. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chandler Carruth | Fix a goof in my previous patch -- not all of the built... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Eli Friedman | Fix mangling for static member variables of classes... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chris Lattner | daniel doesn't hate me, he hates macpython 2.5, which |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Peter Collingbourne | When instantiating function definitions set parameter... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Douglas Gregor | Revert -Wdiscard-qual typo |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chandler Carruth | Improve the representation of the atomic builtins in... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Chris Lattner | BUILD_ARCHIVE is the default for libraries, no need... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Eli Friedman | Fix crash initializing a bit-field with a non-constant... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Eli Friedman | Check for casts to an incomplete type in C. Improves... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Fariborz Jahanian | Added PCH/ASTImporter code for ObjCIvarDecl's field. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Chris Lattner | Add another terrible VC++ compatibility hack: allow... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Benjamin Kramer | Revert r108617, it broke the build. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Zhongxing Xu | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Zhongxing Xu | Prepare the analyzer for the callee in another translat... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Daniel Dunbar | clang -cc1as: Switch to using AsmParser constructor... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Ted Kremenek | Fix '<rdar://problem/8202272> __imag passed non-complex... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Fariborz Jahanian | Another test case for on demand synthesis of ivars. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Fariborz Jahanian | Patch to synthesize property ivars on demand as |
commit | commitdiff | tree | snapshot |
2010-07-17 |
John McCall | The GNU-runtime ObjC personality function doesn't let... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Ted Kremenek | Fix APFloat assertion failure in IdempotentOperationChe... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Sebastian Redl | Teach the PCH reader to load the dependency when encoun... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Anders Carlsson | When checking whether to bind an expression to a tempor... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Craig Silverstein | Fix typeid the same way I fixed sizeof. Sad I had... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Remove unicode quotes characters that somehow made... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Sebastian Redl | Separate out the initial loading of a PCH so that loadi... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Tom Care | Improved false positive rate for the idempotent operati... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Nick Lewycky | Give the 'self/array-comparison is always true/false... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Hook up warning for an incomplete scanlist in scanf... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Tweak zero-field width in scanf format string diagnostic. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Sebastian Redl | First baby steps towards PCHReader being able to keep... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Make this destructor virtual to placate GCC's warnings. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Craig Silverstein | Fix up some of the visiting for array types -- we weren... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
John McCall | Initialize a couple of fields inherited for our private... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Douglas Gregor | When performing template name lookup for a dependent... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Sebastian Redl | Add a little more data to chained PCHs. WIP |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Douglas Gregor | Revert Microsoft-specific override of the "typedef... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Douglas Gregor | Suppress the "typedef requires a name" warning in Micro... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
John McCall | Treat template parameters as part of the declaration... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Make this grossness default to the error it should... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | Sema: Fix a bug with #pragma options align=reset, reset... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Chandler Carruth | Butcher a perfectly reasonable diagnostic to pacify... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add initial test cases for scanf format string checking. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add the main scanf-parsing logic that I meant to includ... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add missing header file. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add most of the boilerplate support for scanf format... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ted Kremenek | Add builtin definition for scanf, including extending... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Eli Friedman | Fix for PR3800: make sure not to evaluate the expressio... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | Builtins/ARM: __clear_cache doesn't seem to have a... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | IRgen: Support user defined attributes on block runtime... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | IRgen: Move blocks runtime interfaces to CodeGenModule. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Daniel Dunbar | Suppress !+Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
John McCall | When deferring the emission of declarations with initia... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Devang Patel | Set "optimization is ON" and supply other optional... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Improve test case. Thanks Eli |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Don't suppress the emission of available_externally... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Devang Patel | Mark implementation generated methods as artificial. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
John McCall | After some discussion, the ABI list settled on a much... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | When we're performing tentative parsing to determine... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | build/Darwin: Add missing Info.plist template. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | build/Darwin: Enable version information for clang... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Reinstate the scalar-cast-to-const-reference improvemen... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Make the "unused result" warning a warning about run... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Revert r108431 and r108433 (the cast-to-const-reference... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Add test case for PR5290; this bug was fixed with the... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Devang Patel | Revert 108220 and subsequent patch. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Spell isPRValue() properly. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | Teach CodeGenFunction::EmitCastLValue() to handle casts... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Douglas Gregor | CK_BitCast is not an lvalue bitcast any longer |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | Driver/Darwin: Resolve deployment target defaulting... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | Driver/Darwin: Allow -m{ios,macosx}-version-min= to... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | CodeGen: Tweak ABI handling for Minix, patch by Kees... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | see comment. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Daniel Dunbar | Driver: Support 'clang -x ir ...'. |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chris Lattner | restrict the && -> & warning to cover a case daniel... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | Add a callback interface that allows interested parties... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Daniel Dunbar | CodeGen/ObjC/NeXT: Fix Obj-C message send to match... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | There is another implementation of PCHReaderListener... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | When determining whether an overload set with explicit... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Benjamin Kramer | Pass StringRefs by value. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | When there are extra or missing template parameter... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Add lvalue-bitcast support for complex numbers. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Sebastian Redl | Increase the max PCH level for declarations to 7. Add... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Daniel Dunbar | Driver: When re'execing clang, use path to the main... |
commit | commitdiff | tree | snapshot |
next |