- b6789ca Add new test by Nate Begeman · 17 years ago
- aa8f976 Patch by Nuno Lopes: by Ted Kremenek · 17 years ago
- 2a625bc remove two obsolete tests, not sure why my previous commit didn't commit the removal. by Chris Lattner · 17 years ago
- 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
- 7b937ae The operand to the visibility attribute is required to be a quoted string, not a bare identifier. by Chris Lattner · 17 years ago
- 69153db move deprecated -> attributes.c by Chris Lattner · 17 years ago
- 15f3622 The attribute nothrow maps to llvm attribute nounwind. Fix testcase. by Gabor Greif · 17 years ago
- 7a03452 Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. by Gabor Greif · 17 years ago
- f89e88d fix codegen support for functions that are nothrow and noreturn. by Chris Lattner · 17 years ago
- ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
- bcb2b61 Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 17 years ago
- da323ad Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
- fce90e3 testcase for attr deprecated, by Nuno Lopes. by Chris Lattner · 17 years ago
- 8137335 Implement codegen for the following static var init. by Lauro Ramos Venancio · 17 years ago
- 7695f70 Fix a bug in ConvertAsmString function. by Lauro Ramos Venancio · 17 years ago
- a5694b8 Convert x86 target specific inline asm constraints to LLVM. by Lauro Ramos Venancio · 17 years ago
- 0184cc7 Fix PR2086. by Lauro Ramos Venancio · 17 years ago
- 146ccd4 Fix PR2090, a typo in digraph processing. by Chris Lattner · 17 years ago
- 86e07b6 add a test case by Nate Begeman · 17 years ago
- cca196b Some const initializer tests for stuff I just committed. by Eli Friedman · 17 years ago
- a269ebf implement codegen support for sizeof(void), fixing PR2080. by Chris Lattner · 17 years ago
- 7380466 add some semantic checks for address spaces. by Chris Lattner · 17 years ago
- 145cd89 Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitConstantExpr method when by Lauro Ramos Venancio · 17 years ago
- 49581f4 fix the second half of PR2041: __restrict is ok in c90 mode, even if by Chris Lattner · 17 years ago
- 95050fa A global without initializer must be emitted as weak. Fix Olden/bh test. by Lauro Ramos Venancio · 17 years ago
- 305762c Implement multi-dimension array initalizer. Fix McCat/08-main test. by Lauro Ramos Venancio · 17 years ago
- a0992b6 by Steve Naroff · 17 years ago
- 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
- d3f2f79 Implemnt isVariablyModifiedType correctly. by Eli Friedman · 17 years ago
- 19a1d7c implement codegen support for aggregates casted to void. by Chris Lattner · 17 years ago
- fea90b8 Implement extern block var. by Lauro Ramos Venancio · 17 years ago
- 5a1b0c4 Add more tests by Anders Carlsson · 17 years ago
- e9ba323 Fix CheckEndOfDirective to diagnose lines that contain macros that expand to by Chris Lattner · 17 years ago
- 6a24acb Make sizeof and __alignof work correctly with packed structs. by Anders Carlsson · 17 years ago
- 3e5849e Fix PR2041: restrict is not a keyword in c90. by Chris Lattner · 17 years ago
- f963339 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 17 years ago
- 708eed5 Nevermind, these tests work... I messed up my testing. by Eli Friedman · 17 years ago
- d574052 Partial fix for struct compatibility; there's still something messy by Eli Friedman · 17 years ago
- e39bfd0 by Steve Naroff · 17 years ago
- 4b3f9b3 Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 17 years ago
- bab9696 Make typechecking for enum+int compatibility stricter. by Eli Friedman · 17 years ago
- 4c721d3 Fix type compatibility between constant and variable arrays. by Eli Friedman · 17 years ago
- 9532414 by Steve Naroff · 17 years ago
- 88cf226 Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. by Anders Carlsson · 17 years ago
- 3a15485 by Steve Naroff · 17 years ago
- b43eaa5 by Steve Naroff · 17 years ago
- a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
- 68f624e Basic codegen test for conditional with void*. by Eli Friedman · 17 years ago
- f76f5ed Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 17 years ago
- 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
- acb818a by Steve Naroff · 17 years ago
- 75ceedf by Steve Naroff · 17 years ago
- 8bd36fc Behave correctly if a constraint expression is invalid. by Anders Carlsson · 17 years ago
- 336ed0b by Steve Naroff · 17 years ago
- efe7f36 by Steve Naroff · 17 years ago
- c0959fc Fix a bitfield regression. Reported by Anders Carlsson. by Lauro Ramos Venancio · 17 years ago
- 3628097 by Steve Naroff · 17 years ago
- 03d6bc6 by Steve Naroff · 17 years ago
- a312ce2 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
- d957aa0 Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 17 years ago
- 8432f4b Fix codegen of struct { char a[3]; unsigned char b:1; }; by Lauro Ramos Venancio · 17 years ago
- 3f1cc83 Implement support for the extremely atrocious MS /##/ extension, by Chris Lattner · 17 years ago
- 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
- c8edf6b explicitly document that return statement argument does not necessarily follow the result type of the function. Add testcase. by Chris Lattner · 17 years ago
- 75afb58 Fix the codegen of structs with flexible array members. by Eli Friedman · 17 years ago
- 4e92acf Be a bit stricter about array type compatibility. by Eli Friedman · 17 years ago
- 9eee0f8 Finish off the refactoring of type handling stuff. Now we recompile every by Chris Lattner · 17 years ago
- e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 17 years ago
- 64515f3 by Steve Naroff · 17 years ago
- d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 17 years ago
- c4b23a5 Relax an assertion, fixing PR1968 by Chris Lattner · 17 years ago
- eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 17 years ago
- b41a7d2 Add ending newline to test. by Christopher Lamb · 17 years ago
- ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
- 3508084 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
- 4f45b46 Add RUN line. by Anders Carlsson · 17 years ago
- 3ea740e testcase for previous patch. by Chris Lattner · 17 years ago
- 2cec15f Add trailing newline. by Anders Carlsson · 17 years ago
- 79b67f3 Only OCU vectors can be splatted. by Anders Carlsson · 17 years ago
- e12e692 by Steve Naroff · 17 years ago
- 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago
- 369dee4 It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 17 years ago
- 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
- 77250c8 Added back 'CodeGen' to test suite (accidentally removed in my last patch). by Ted Kremenek · 17 years ago
- a6e4d21 Implemented casts for ConcreteInt and ConcreteIntLValue. by Ted Kremenek · 17 years ago
- e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
- 868d08f Fix a bogus test by Chris Lattner · 17 years ago
- 338d1e2 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
- 6860f3c Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 17 years ago
- 890d93e by Steve Naroff · 17 years ago
- 5bfe18c getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 17 years ago
- 8df106e A pointer to an opaque type is an "opaque type definition". by Lauro Ramos Venancio · 17 years ago
- b1284ac Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 17 years ago
- 01e3c9e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 17 years ago
- e0c5414 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
- b7b032e by Steve Naroff · 17 years ago
- 47fb697 Handle incomplete struct initializer. by Devang Patel · 17 years ago
- a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
- 2565eef by Steve Naroff · 17 years ago
- 356916e Fix a bug where CodeGen would attempt to erase an instruction that was by Eli Friedman · 17 years ago