2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Chris Lattner | comment out unused function |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Chris Lattner | be less threatening. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Argyrios Kyrtzidis | Make sure the VTables for template instantiations are... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Argyrios Kyrtzidis | Don't let typeinfo name symbols be 'internal hidden... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
NAKAMURA Takumi | lib/CodeGen/CodeGenModule.cpp: DLLImportLinkage should... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
NAKAMURA Takumi | lib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
NAKAMURA Takumi | lib/Frontend/InitHeaderSearch.cpp: Fix compatibility... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Chris Lattner | fix PR8217, a silent miscompilation of invalid code. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Chris Lattner | Allow a string literal to initialize a tail array ... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Francois Pichet | Unbreak the CMake build. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Zhongxing Xu | Add experimental chroot check which checks improper... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Argyrios Kyrtzidis | Implement __builtin_ia32_vec_ext_v2si function (require... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
NAKAMURA Takumi | lib/Driver/Tools.cpp: Disable cxa_atexit by default... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Benjamin Kramer | Don't rely on a StringRef being null-terminated (it... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Bill Wendling | Add target implementations for the X86 builtins: |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Abramo Bagnara | Fixed __builtin_constant_p return type. |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Argyrios Kyrtzidis | Fix g++.dg regressions introduced at r115347 (rdar... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
John McCall | Secure this test against slightly different number... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
John McCall | Permit constant evaluation of const floating-point... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Nico Weber | Add support for UCNs for character literals |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Implement C++0x scoped enumerations, from Daniel Wallin... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Fariborz Jahanian | Rename test name. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Fariborz Jahanian | Method implemented in class's implementation may implement |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Fariborz Jahanian | When dealing with an assignment with LHS being a proper... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Improve XML output for class/struct/union declarations... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Fix a typo in the Clang man page, from Alexander Best. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Revert the hack Chris Lattner added in r97981 to work... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | This patch fixes multiple issues in clang's designated... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Fix the mapping of vertical-space cursor kinds to produ... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Eric Christopher | Try to disable this again. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Daniel Dunbar | libclang: Disable LLVM pretty stack trace functionality... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Eric Christopher | Disable this test temporarily in an attempt to green... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Devang Patel | Tighter check in r116060 blcoked enums also. Emit enum... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
John McCall | __attribute__((aligned(n))) directly specifies the... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Devang Patel | Do not repeat debug info for file variable constants. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Fix three related, wily issues with the recompilation... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Argyrios Kyrtzidis | When we encounter a '==' in a context expecting a ... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
John McCall | Track the location of the context requiring an implicit... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Argyrios Kyrtzidis | Implement -fshort-enums (rdar://8490496). |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Devang Patel | Identify functions with prototype appropriately in... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Argyrios Kyrtzidis | Fix an infinite loop, caused by unintended syntax bug... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Fariborz Jahanian | Fix a crash encoding ivars of vector types and |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Abramo Bagnara | Fixed cast to union with anonymous bitfields. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Douglas Gregor | Bugs should go to Bugzilla, not the mailing list |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | tests: Force a triple to avoid wchar_t differences. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | tests: Tweak test to also match MSVC format. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Fariborz Jahanian | Start and end location of a property-dot syntax expression |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Douglas Gregor | Don't force spell checking when code-completing. Let... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | Driver: When clang is built with a VENDOR set, include... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | www: Grammar, etc. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Chris Lattner | clang++ sorta works now |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Patch for adding message to unavailable attribute. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Tom Care | UnreachableCodeChecker cleanup and improvements |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Simplified code for deprecated attribute wih message... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Add message to attribute(deprecated). |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Douglas Gregor | Fix a double-free error that can occur in rare cases... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Devang Patel | Mark FunctionNoProtoType's argument as unspecified... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Re-enable EH cleanups to destroy __block variables... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Nick Lewycky | Silence unused variable warning in Release builds. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Devang Patel | Do not emit subrange for incomplete array type. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Issue deprecated warning when typeof uses typedef |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Douglas Gregor | Reject the allocation of variably-modified types in... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Devang Patel | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Francois Pichet | _inline is an alias for inline in MSVC. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chandler Carruth | Remove hard CRLF end-of-line markers from two files... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Nico Weber | Add support for 4-byte UCNs like \U12345678. Warn about... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | Erm...this isn't the same as PR6658. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | MMX conversion work is done. We can remove the FIXMEs. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | Add same hack to mmx-builtins.c as in Headers/c89.c... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Anders Carlsson | When checking for uninitialized fields in member initia... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Teach the driver to pass -fexceptions in Objective... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Provide a slightly specialized diagnostic for tautologi... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Use a more conventional/efficient implementation for... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Ue TagType, added a FIXME. Per John's comment. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Fariborz Jahanian | Issue deprecated warning when typeof uses an |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | When instantiating a new-expression, force a rebuild... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Fariborz Jahanian | Method declaration and its implementation must match... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | ...without leaving a temporary file behind. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | Er, this test should actually run IR generation. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | Teach PopCleanupBlock to correctly handle the possibili... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Serialize the "inline" bit for namespaces. Fixes <rdar... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Fix a marvelous chained AST writing bug, where we end... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Fariborz Jahanian | Fix a block rewriter bug where copy/dispose entries in |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Zhanyong Wan | Fix handling of the 'Invalid' argument in SourceManager... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Sebastian Redl | Give every file that ASTReader loads a type: module... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Sebastian Redl | Thread PerFileData through the ASTReader again, this... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Register the __builtin_va_list_type node when we parse... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Remove a rogue typo |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Register the __builtin_va_list_type node when we parse... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Zhongxing Xu | * Simplify code |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Marcin Swiderski | Added support for base and member destructors in destru... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Argyrios Kyrtzidis | Add test case for r115588. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Argyrios Kyrtzidis | In Sema's TryRefInitWithConversionFunction, suppress... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | If we're resolving all outstanding fixups, and there... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
John McCall | In the fragile ObjC ABI, save the caught exception... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | dyn_cast is more appropriate here. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Add missing '}' :) |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Emit debug info for an aggregate while processing Membe... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Fix filename in header comment. |
commit | commitdiff | tree | snapshot |
next |