2013-05-03 |
John McCall | In MC asm parsing, account for the possibility of whitespace...
|
commit | commitdiff | tree |
2013-03-25 |
John McCall | Add an optimizer-side test case for ARC bug <rdar:...
|
commit | commitdiff | tree |
2013-03-22 |
John McCall | Kill every call to @clang.arc.use in the ARC contract...
|
commit | commitdiff | tree |
2012-05-07 |
John McCall | Fix trivial typo in llvm_move.
|
commit | commitdiff | tree |
2012-05-02 |
John McCall | Update SmallVector to support move semantics if the...
|
commit | commitdiff | tree |
2012-05-02 |
John McCall | Fix unintentional use of operator bool.
|
commit | commitdiff | tree |
2011-11-09 |
John McCall | Use isa<> instead of dyn_cast<> as suggested by Nick.
|
commit | commitdiff | tree |
2011-11-08 |
John McCall | Fix the printing of constants. Patch by Stepan Dyatkovskiy!
|
commit | commitdiff | tree |
2011-08-27 |
John McCall | The 'expected' argument to EXPECT_EQ is actually the...
|
commit | commitdiff | tree |
2011-08-02 |
John McCall | I am the code owner for Clang's IR generation; this...
|
commit | commitdiff | tree |
2011-06-15 |
John McCall | The ARC language-specific optimizer. Credit to Dan...
|
commit | commitdiff | tree |
2011-06-15 |
John McCall | Update the Clang diagnostic emitter to emit IDs for...
|
commit | commitdiff | tree |
2011-06-15 |
John McCall | Add a new function attribute, nonlazybind, which inhibits...
|
commit | commitdiff | tree |
2011-06-14 |
John McCall | Test case for r132797.
|
commit | commitdiff | tree |
2011-06-14 |
John McCall | Use IRBuilder to make our intrinsic calls in the inliner...
|
commit | commitdiff | tree |
2011-06-09 |
John McCall | When deleting a basic block, remove call edges only...
|
commit | commitdiff | tree |
2011-06-09 |
John McCall | SplitCriticalEdge can sometimes split the edge from...
|
commit | commitdiff | tree |
2011-06-09 |
John McCall | Teach the CallGraph to ignore calls to intrinsics.
|
commit | commitdiff | tree |
2011-06-01 |
John McCall | First, do no harm -- even if we can't find a selector...
|
commit | commitdiff | tree |
2011-05-30 |
John McCall | Add the test case for phis in the outer landing pad...
|
commit | commitdiff | tree |
2011-05-29 |
John McCall | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj...
|
commit | commitdiff | tree |
2011-05-29 |
John McCall | ...this is not a good commit day for me.
|
commit | commitdiff | tree |
2011-05-29 |
John McCall | I didn't mean to commit these residues of a personal...
|
commit | commitdiff | tree |
2011-05-29 |
John McCall | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj...
|
commit | commitdiff | tree |
2011-05-29 |
John McCall | Fix this to work correctly with phis; test case to...
|
commit | commitdiff | tree |
2011-05-28 |
John McCall | Implement and document the llvm.eh.resume intrinsic...
|
commit | commitdiff | tree |
2011-05-28 |
John McCall | Change how tblgen generates attributes for intrinsics...
|
commit | commitdiff | tree |
2011-05-27 |
John McCall | Fix the inliner to maintain the current de facto invoke...
|
commit | commitdiff | tree |
2011-05-13 |
John McCall | Add an operator+= for appending StringRefs onto std...
|
commit | commitdiff | tree |
2011-03-14 |
John McCall | Version N of the llvm_unreachable patch: VC++ doesn...
|
commit | commitdiff | tree |
2011-03-14 |
John McCall | Okay, some compilers complain if you provide the exception...
|
commit | commitdiff | tree |
2011-03-14 |
John McCall | Fix the exception-specification of abort() when declaring...
|
commit | commitdiff | tree |
2011-03-14 |
John McCall | Make llvm_unreachable evaluate to __builtin_unreachable...
|
commit | commitdiff | tree |
2011-03-08 |
John McCall | Typo. Patch by arrowdodger.
|
commit | commitdiff | tree |
2011-03-02 |
John McCall | Teach the clang attribute emitter about InheritableParamAttr.
|
commit | commitdiff | tree |
2010-09-07 |
John McCall | Add documentation for llvm-diff.
|
commit | commitdiff | tree |
2010-09-02 |
John McCall | After some discussion with djg, teach SmallVector to...
|
commit | commitdiff | tree |
2010-08-26 |
John McCall | SmallVector's growth policies don't like starting from...
|
commit | commitdiff | tree |
2010-08-25 |
John McCall | Provide an explicit specialization of SmallVector at...
|
commit | commitdiff | tree |
2010-08-24 |
John McCall | Check in a couple of changes that I apparently never...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Transcribe IRC to svn. Also don't print basic block...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Make the header self-contained and follow #include...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Switch to using the LLVM CommandLine library so that...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Centralize the logic to permanently unify two instructions...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Diagnose non-structural differences in the case where...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | When unifying instructions during a block diff, actually...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Somehow I was getting reasonable results for the test...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Cache the result of errs() and implement formatted...
|
commit | commitdiff | tree |
2010-07-29 |
John McCall | Add the llvm-diff tool, which performs a relatively...
|
commit | commitdiff | tree |
2010-07-06 |
John McCall | Closing tags start with slashes.
|
commit | commitdiff | tree |
2010-07-06 |
John McCall | Provide IRBuilder conveniences for creating integer...
|
commit | commitdiff | tree |
2010-07-06 |
John McCall | Provide an abstraction to save and restore the current...
|
commit | commitdiff | tree |
2010-06-11 |
John McCall | Define ContextualFoldingSet, which stores a context...
|
commit | commitdiff | tree |
2010-04-07 |
John McCall | Clean up some signedness oddities in this code noticed...
|
commit | commitdiff | tree |
2010-04-06 |
John McCall | Fix a number of clang -Wsign-compare warnings that...
|
commit | commitdiff | tree |
2010-03-08 |
John McCall | Revert r97726 and r97728 at ddunbar's request; we want...
|
commit | commitdiff | tree |
2010-03-04 |
John McCall | Simplify the condition-checking logic and hopefully...
|
commit | commitdiff | tree |
2010-03-04 |
John McCall | Teach lit to honor conditional directives. The syntax is:
|
commit | commitdiff | tree |
2010-03-04 |
John McCall | Teach the pic16 target to recognize pic16-*-* triples.
|
commit | commitdiff | tree |
2010-03-01 |
John McCall | Don't potentially read past the end of the fill data...
|
commit | commitdiff | tree |
2010-02-28 |
John McCall | Properly clear all the extra bits in a significand...
|
commit | commitdiff | tree |
2010-02-28 |
John McCall | Add an override to StringRef::getAsInteger which parses...
|
commit | commitdiff | tree |
2010-02-28 |
John McCall | Teach APFloat how to create both QNaNs and SNaNs and...
|
commit | commitdiff | tree |
2010-02-26 |
John McCall | Make APFloat's string-parsing routines a bit safer...
|
commit | commitdiff | tree |
2010-02-13 |
John McCall | Make LSR not crash if invoked without target lowering...
|
commit | commitdiff | tree |
2010-02-03 |
John McCall | Make APInt::countLeadingZerosSlowCase() treat the contents...
|
commit | commitdiff | tree |
2009-12-24 |
John McCall | Implement support for converting to string at "natural...
|
commit | commitdiff | tree |
2009-12-24 |
John McCall | Substantially optimize APFloat::toString() by doing...
|
commit | commitdiff | tree |
2009-12-24 |
John McCall | Add accessors for the largest-magnitude, smallest-magnitude...
|
commit | commitdiff | tree |
2009-12-24 |
John McCall | Set Remainder before Quotient in case Quotient and...
|
commit | commitdiff | tree |
2009-12-19 |
John McCall | Qualify a bunch of explicit template instantiations...
|
commit | commitdiff | tree |
2009-12-19 |
John McCall | Put TypesEqual and TypeHasCycleThroughItself in namespace...
|
commit | commitdiff | tree |
2009-12-18 |
John McCall | Pass the error string directly to llvm_unreachable...
|
commit | commitdiff | tree |
2009-12-17 |
John McCall | Sundry dependent-name fixes flagged by clang++.
|
commit | commitdiff | tree |
2009-12-16 |
John McCall | Silence a clang warning about the deprecated (but perfectly...
|
commit | commitdiff | tree |
2009-12-16 |
John McCall | Every anonymous namespace is different. Caught by...
|
commit | commitdiff | tree |
2009-12-16 |
John McCall | Explicit template instantiations must happen in the...
|
commit | commitdiff | tree |
2009-12-15 |
John McCall | Names from dependent base classes are not found by...
|
commit | commitdiff | tree |
2009-12-15 |
John McCall | You can't use typedefs to declare template member specializa...
|
commit | commitdiff | tree |
2009-09-23 |
John McCall | Make the type traits for a const pointer defer to those...
|
commit | commitdiff | tree |
2009-09-17 |
John McCall | Fix a few places where PointerIntPair was using PointerLikeT...
|
commit | commitdiff | tree |
2009-08-17 |
John McCall | #include <cstdlib> in the code listing for strtod.
|
commit | commitdiff | tree |
|