2007-12-02 |
Chris Lattner | move unsupported warning into a centralized place. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | Warn about unsupported codegen with the diags machinery... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | register clz and ctz builtins. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | fix a crash when the rewriter would scan off the beginn... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | add support for custom client-specific diagnostics... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Oliver Hunt | Add support for __builtin_expect which is needed for... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | improve VC++ compatibility, patch by Cédric Venet. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Oliver Hunt | Support initalisers for more than just int-typed static... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Fariborz Jahanian | Compute side-effect for conditional expression. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | Add #include, patch by Cédric Venet |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christopher... | Better match llvm-gcc's behavior for CodeGen naming... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christopher... | When generating the CodeGen type name of a struct,... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Seo Sanghyeon | Test commit |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | make the unused expression warning less noisy by not... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | simplify some code, add support for functions without... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | fix a couple switch codegen problems Oliver reported. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Ted Kremenek | Fixed bug in the serialization of SelectorTable where... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | start partitioning the diagnostics into two classes... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | String literals are always valid LValues. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Ted Kremenek | Implemented serialization of SelectorTable and Selectors. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | pass diagnostics into the rewrite test client. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | Initialize CurMethodDecl to 0. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | GCC has an extension where the left hand side of the... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | Initialize LaxVectorConversions. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | fix a bug handling typedefs in member expr codegen... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | Fix a codegen crash on void ?: reported by Oliver |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | Support fully general case expressions, patch by Sanghy... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Christopher... | Doh! Check in this long overdue test fix. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | Support lax vector conversions. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Steve Naroff | Yesterday, I simplified how we stream top-level decls. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added method "HandleTopLevelDeclaration" to ASTConsumer... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Christopher... | Update the initializer's type, in addition to the decl... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added "complex.c" (a copy of test/Codegen/complex.... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Only serialize top-level decls that appear at the head... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Christopher... | Support floating point literals of the form "1e-16f... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Enhanced serialization testing by also pretty-printing... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Fixed test case to not expect a warning when one should... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added test cases for -Wfloat-equal to test comparisons... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Enhanced implementation of -Wfloat-equal to check for... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added "isExact" field to FloatingLiteral. This flag... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Removed potential buffer overrun (spotted by Neil Booth... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Steve Naroff | Several fixes/simplifications surrounding how we stream... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Converted AST Pretty-Printer to use iostreams instead... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Inlined test case to make it independent of the stmt_ex... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added the "Serialization" test directory to the set... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added initial test case for testing serialization of... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Modified --test-pickling to perform an actual cross... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Changed TestRunner.sh to dump the output and generated... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added missing "RUN:" to comment for test case file... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | Fix a bug checking for 'int foo(void)' that didn't... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Oliver Hunt | Fix typo in writable string test |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Oliver Hunt | Adding code gen tests for writable and shared string... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Anders Carlsson | Add correct types for the last remaining intrinsics. |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | Implement support for -fwritable-strings and make the... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Anders Carlsson | Add more intrinsics. We can now correctly parse both... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | fix compilation error noticed by Nuno Lopes |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Ted Kremenek | Migrated static functions that print decls into a DeclP... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | add several cases that Expr::hasStaticStorage missed... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | Set loc earlier in CheckSingleInitializer to avoid... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | sizeof is defined by bitsin(char) not by units of 8... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | update to match change in mainline llvm. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Steve Naroff | Move the null pointer constant check from Sema::CheckSi... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | handle __vector_size__ like vector_size |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Add builtin type signature support for vector types... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Add comment to CheckVectorCast.h |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | take an initial stab at setting function linkage right... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Report errors for invalid casts from/to vectors. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Anders Carlsson | Add more semantic analysis for inline asm statements. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Added optional pass-by-reference argument "isExact" to |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Removed dependence on #including iostream. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Fixed #include of objc/objc.h so that it works on case... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Reverted changed to getTagDeclType() introduced in... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Fariborz Jahanian | Fixed a rewrite bug in class synthesis (which I first... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Kevin | Removes link to status page till the info gets added... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Fariborz Jahanian | Patch to fix a regression caused by recent rewrite... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Fixed StmtPrinter to handle GCC extension to the ternar... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Ted Kremenek | Fixed bug in CFG construction where we did not properly... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Bill Wendling | The checking for the delimiters of expected error/warni... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Lattner | Fix sema support for the gnu ?: expression with a |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Lattner | this works. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Chris Lattner | sizeof() return size in bytes, not bits, patch by Nuno... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Ted Kremenek | Moved logic for -Wfloat-equal to SemaChecking.cpp. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Anders Carlsson | Check that the clobber registers are valid. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Anders Carlsson | Forgot some X86 registers |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Anders Carlsson | Add tables for GCC register names and aliases. This... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Ted Kremenek | Added more test cases for uninitialized values checker. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Ted Kremenek | Fixed bogus culling of uninitialized-values "taint... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Ted Kremenek | Moved dead-stores test cast to a new test suite subdire... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Anders Carlsson | Keep track of whether the asm is volatile or not. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | improve codegen for global variable initializers, imple... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Anders Carlsson | Check asm input and output expressions. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Chris Lattner | Fix PR1820, an incredibly subtle macro expansion bug... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Anders Carlsson | Store output and input operands as well as clobber... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Anders Carlsson | GCC fails if there is a trailing colon but no clobbers. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Anders Carlsson | Store inline asm code in the AST. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Anders Carlsson | Add __builtin_abs |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Chris Lattner | Improve function decl merging, patch by Oliver Hunt! |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Ted Kremenek | Added another test case for the Dead Stores checker... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Ted Kremenek | Updated CFGStmtVisitor and CFGRecStmtVisitor to have... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Ted Kremenek | Removed PersistentMap. It is now superseded in every... |
commit | commitdiff | tree | snapshot |
next |