2010-03-06 |
Kovarththanan... | Lowercase for consistency |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Fix _MM_FROUND_NEARBYINT and move rounding intrinsics... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Add a message to these asserts. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Rafael Espindola | Use static method in GlobalValue |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eli Friedman | PR6515: Implement __builtin_signbit and friends. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Fariborz Jahanian | Allow use of byref (__block attributed) arrays inside |
commit | commitdiff | tree | snapshot |
2010-03-06 |
John McCall | Implement __builtin_dwarf_sp_column for i386 (Darwin... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | When declaring a catch block in C++, make sure that... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Augment __has_feature to report that Clang supports... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Check if 'Unit' is NULL before trying to iterate over... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Add clang version to crashtracer string. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Fariborz Jahanian | Patch to build qualifier on objective-c |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | The Windows build is just too weird; there's no real... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | Switch from NDEBUG to _DEBUG, since our Windows build... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | Only make __ptr64 and __w64 keywords when Microsoft... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | A little hack to identify unwanted concurrency in CIndex |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | Emit warning on indirect goto that potentially violates |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | address PR6502 by downgrading the scope checker's address |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Kovarththanan... | Use clang::io::Emit8 |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Benjamin Kramer | Make sure the raw_string_ostream gets flushed so we... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Zhongxing Xu | Remove reference to AnalysisContext in Environment... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Fariborz Jahanian | Remove header file dependencies in block patch |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Blaine Garst | add support for a 1<<29 bit in the block flags field... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Rafael Espindola | Don't produce an alias for a destructor if the target... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | When we invalidate a declaration, make it public, so... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Fariborz Jahanian | Make rewritten source compiled with clang++. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Fariborz Jahanian | Make rewritten source compiled with clang++ for correct... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Fariborz Jahanian | Change test to compile rewritten test with clang++. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Fariborz Jahanian | Patch to get around a rewriter bug rewriting storage... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Rafael Espindola | really fix 6473 by handling weakref in constant express... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Chris Lattner | add TCE target support, patch by Pekka J! |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Erick Tryzelaar | Use LLVM's new DESTDIR-less PROJ_* variables. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Douglas Gregor | c-index-test's printing of linkage was completely broke... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Fariborz Jahanian | Fixes a bug whereby static const block var has static |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Rafael Espindola | Fix PR6473. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
John McCall | Steal the TARGET lit condition from the LLVM test suite. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Zhongxing Xu | The FIXME is fixed. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Zhongxing Xu | When profiling Environment, also profile with AnalysisC... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
John McCall | Revert changes r97693, r97700, and r97718. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
John McCall | XFAIL these tests on win32, since the win32 buildbot... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Eric Christopher | First start on smmintrin.h, rounding and blending. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Eric Christopher | Add in disabled case as well. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Eric Christopher | Add in -msse4.1 and -msse4.2 options and continuing... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Eric Christopher | Fix __builtin_ia32_roundss and __builtin_ia32_roundsd... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Fariborz Jahanian | Refactor local class name mangling and make it |
commit | commitdiff | tree | snapshot |
2010-03-04 |
John McCall | Implement __builtin_dwarf_sp_column(). |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Chris Lattner | fix a buildbot failure, this was passing for me because the |
commit | commitdiff | tree | snapshot |
2010-03-04 |
John McCall | Create a TargetMachine whenever we create a CodeGenActi... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Reinstate r97674 with a fix for the assertion that... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Eric Christopher | Remove the linux c includes part of my last patch. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Revert r97674; it's causing failures |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Implement disambiguation of base class members via a |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Fariborz Jahanian | Fix code gen bug generating code for |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Chris Lattner | merge asm-2.c into asm.c, remove asm-inout.c because... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Chris Lattner | fix PR6475, we were doing side-effecting stuff in an... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Eric Christopher | Add in more c++ header paths for later gccs under gento... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Fariborz Jahanian | Implements mangling of local class names to |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Chris Lattner | add framework for ARM builtins, Patch by Edmund Grimley... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Benjamin Kramer | Simplify code a bit and remove unneeded semicolons. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
John McCall | Sketch out an implementation for __builtin_dwarf_cfa... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Add '-test-print-linkage-source' option to c-index... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Export clang_getCursorLinkage(). |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Add clang_getCursorLinkage(), which returns the |
commit | commitdiff | tree | snapshot |
2010-03-03 |
John McCall | Implement __builtin_eh_return. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Anders Carlsson | Fix a bug with base offset merging that Devang noticed. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Implement name hiding for names found through virtual... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
John McCall | Add proper target hooks for __builtin_extract_return_ad... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
John McCall | Don't emit derived-to-base destructor aliases if we... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Refactor CXXRecordDecl::lookupInBases() to push the... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Use SVN_REVISION, not SVN_VERSION. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Fix an algorithmic bug in LiveVariables pointed out... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Revert r97618. Access control sucks |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Make getClangRevision() check that SVN_VERSION is an... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Zhongxing Xu | Add comments to test case. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Factor out the recursive lookup into C++ base classes... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Initialize your storage, dummy |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Don't use echo in the Index test, which I hope will... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Eliminate the static map of overridden C++ methods... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
John McCall | Suppress implicit member redeclarations arising from... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Ted Kremenek | [CFG] |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Ted Kremenek | Don't conjure a symbol for DeclStmts when the variable... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Rafael Espindola | During codegen assert that any copy assignment, destruc... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Bump the default maximum template-instantiation depth... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Add test case from PR6064, which now works |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Diagnose the declaration of enum templates. Also, be... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Kovarththanan... | Move Emit24 to clang::io |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Use CXXTemporaryObjectExpr for explicitly-constructed... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Charles Davis | Pass -m32 and -m64 to the static analyzer when using... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Zhongxing Xu | Register all parameters even if they didn't occur in... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Unify initializer-instantiation code for variable decla... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Anders Carlsson | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
John McCall | Inspired by seeing "MIPS" go by in the commits, I've... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Anders Carlsson | Rename BaseOffset to Offset and make it signed in prepa... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Eric Christopher | Add in some more MIPS command line options. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
John McCall | After much consultation aimed at figuring out what... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Add test case from PR5812, which works now. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Fix an amusing typo that completely the re-introduction... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Fariborz Jahanian | Cast a pointer to 'long long' to satisfy all compilatio... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Add comment |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | When we're parsing template names as part of base-speci... |
commit | commitdiff | tree | snapshot |
next |