2012-09-25 |
John McCall | Implement Mike Herrick's proposed noexcept mangling. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
John McCall | In the MS ABI, ctors return 'this'. Patch by Dmitry... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
John McCall | Add the Microsoft __is_interface_class type trait. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
John McCall | Fix for r163013 regression and further __interface... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
John McCall | During jump-scope checking, build an ExprWithCleanups... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Evan Cheng | Fix an illegal tailcall opt where the callee returns... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nico Weber | Fix a -Wparentheses warning in the mingw build |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Richard Smith | Fix crash when a decltype expression in a trailing... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Chandler Carruth | Fix a crash in SROA. This was reported independently... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Greg Clayton | <rdar://problem/9959501> |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Don't forget that strcpy and friends return a pointer... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Michael Ilseman | Unit tests for IntegerDivision. Currently, just a basic... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Eli Friedman | Delete some code which is, as far as I can tell, dead. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Anna Zaks | [analyzer] Fix a buildbot crash triggered by turning... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Richard Smith | Don't produce diagnostics for missing ctor-initializers... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Jim Grosbach | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Nick Lewycky | Remove unused name of variable to quiet a warning.... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Howard Hinnant | Apply the emulated nullptr_t with constexpr. This... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Enrico Granata | Making sure we do not try to compare a NULL string... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Sean Callanan | Added a new Xcode build configuration, DebugClang, |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Sean Callanan | Removed some debugging cruft. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Jim Grosbach | Mark jump tables in code sections with DataRegion direc... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Eli Friedman | Handle C++ functional casts in a similar way to C-style... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Update for r164567. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Rather then have a wrapper function, have tblgen instan... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Fariborz Jahanian | objective-C: use 'instance variables' as plural when... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Bob Wilson | Clear UNIVERSAL_SDK_PATH setting when building host... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Jason Molenda | Fix string comparisons in ABIMacOSX_i386::RegisterIsCal... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Sean Callanan | Brought LLDB top-of-tree into sync with LLVM/Clang |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Nick Lewycky | Teach DSE that strcpy, strncpy, strcat and strncat... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Nick Lewycky | Move all the calls to AA.getTargetLibraryInfo() to... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Fariborz Jahanian | objective-C: remove use of 'ivar' in favor of |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Sean Callanan | Made TestHiddenIvars an expected failure with |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Ted Kremenek | Add clarifying comment. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Dmitri Gribenko | More tests for r164545 (change extension warning about... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Dmitri Gribenko | StringRef'ize Preprocessor::CreateString(). |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Dmitri Gribenko | Replace raw call to snprintf() by llvm streams. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Roman Divacky | Specify MachinePointerInfo as refering to the argument... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Bob Wilson | Replace an assertion with an error for empty __asm... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Bob Wilson | Fix a comment typo and clean up formatting. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Douglas Gregor | Make sure that we don't end up making an #undef'd macro... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Rather then have a wrapper function, have tblgen instan... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Argyrios Kyrtzidis | [libclang] Bring CXCursor_AsmStmt back as an alias... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Dmitri Gribenko | Include 'long long' extension warning in the LongLong... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Dmitri Gribenko | Change the wording of the extension warning from |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Jim Ingham | Remove a couple of debugging printf's from the testsuite. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Anna Zaks | [analyzer] Really turn on dynamic-bifurcation on by... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Anna Zaks | [analyzer] Remove unused. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Anna Zaks | [analyzer]Prevent infinite recursion(assume->checker... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Richard Osborne | Add missing : in CHECK line. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Richard Osborne | Add missing check for presence of target data. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Marshall Clow | Updating email address |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Marshall Clow | Updating email address |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexey Samsonov | [TSan] one more attempt to fix sleep_sync test: call... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexey Samsonov | [TSan] Provide replacements for operators new/delete... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexey Samsonov | [ASan] Apply some ASan-relevant pieces of patch by... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexander Potapenko | Use an explicit target to test that source fortificatio... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Dmitri Gribenko | Small cleanup of literal semantic analysis: hiding... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Alexey Samsonov | [TSan] increase sleep time in test to ensure correct... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chandler Carruth | Update the Clang tests which run with a full optimizati... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chandler Carruth | Enable the new SROA pass by default. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chandler Carruth | Address one of the original FIXMEs for the new SROA... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
NAKAMURA Takumi | unittests/AST/StmtPrinterTest.cpp: Suppress a LP64... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Dmitri Gribenko | As a followup for r164303, add some tests for printing... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Anton Korobeynikov | Emit dtors into proper section while compiling in vcpp... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Chandler Carruth | Switch to a signed representation for the dynamic offse... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Nick Lewycky | Don't do actual work inside an assert statement. Fixes... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Rafael Espindola | Implement ToolChain::IsUnwindTablesDefault to reduce... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Michael Liao | Revise test to avoid using of 'grep' |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Craig Topper | Add LLVM_OVERRIDE to methods that override their base... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rafael Espindola | On Hexagon getArchName() never returns x86_64, simplify... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rafael Espindola | Use pipes. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rafael Espindola | Use FileCheck. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Dmitri Gribenko | Comment sema: warn when comment has \deprecated but... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Dmitri Gribenko | Remove superfluous \namespace command. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Michael Liao | Enhance test case of atomic16 to verify inst encoding... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Dmitri Gribenko | Fix cindex.py compatibility with older libclang.so |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rafael Espindola | Use FileCheck. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Rafael Espindola | Fix pr13749. There is still a lot of code using getArch... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
NAKAMURA Takumi | ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Tim Northover | Fix edge cases of ARM shift operands in arith instructions. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Tim Northover | Fix the handling of edge cases in ARM shifted operands. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Abramo Bagnara | Avoid multiple atomic builtin declaration. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Michael Liao | Fix 16-bit atomic inst encoding and keep pseudo-inst... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Michael Liao | Fix typo in r164357 |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Andrew Trick | Machine Model (-schedmodel only). Added SchedAliases. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Argyrios Kyrtzidis | When importing a FunctionProtoType::ExtProtoInfo, its... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Suppress bugs whose paths go through the... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Track a null value back through FindLastStor... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Always allow BugReporterVisitors to see... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Allow a BugReport to be marked "invalid... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Look through OpaqueValueExprs when tracking... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Better path notes for null pointers passed... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | Use llvm::getOrdinalSuffix to print ordinal numbers... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Check that an ObjCIvarRefExpr's base is... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | [analyzer] Check that a member expr is valid even when... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | Add llvm::getOrdinalSuffix to get the appropriate ... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | Casting: assert that pointer arguments to isa<> are... |
commit | commitdiff | tree | snapshot |
next |