aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Update to ToT's version.llvmorg-3.3.0-rc1Bill Wendling1-2/+2
2013-05-08Merging r181368:Bill Wendling4-6/+45
2013-05-08Create branch for 3.3 release.Bill Wendling124-0/+12263
2013-05-08Merging r181313:Bill Wendling1-1/+2
2013-05-08Turn off binary comparison for 3.3 release.Bill Wendling1-1/+1
2013-05-08Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2-5/+46
2013-05-08Fix one FIXME in VTableBuilderTimur Iskhodzhanov1-8/+8
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer3-10/+29
2013-05-08Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie4-20/+83
2013-05-08Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2-50/+141
2013-05-08Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2-7/+7
2013-05-08In block enum-return inference, don't die on loads of enum lvalues.John McCall2-3/+14
2013-05-08Add test forgotten in r181388.Richard Smith1-0/+17
2013-05-08C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith7-4/+36
2013-05-08Fixed IRExecutionUnit build failures due to changesSean Callanan2-54/+0
2013-05-08If the MemoryCache is asked to look up an address that is in an invalidJim Ingham1-0/+3
2013-05-08[analyzer; alternate edges] insert an extra edge for 'for' statements to cond...Ted Kremenek1-2/+93
2013-05-08[analyzer;alternate edges] edges from subexpressions of "?:" are important to...Ted Kremenek1-2/+6
2013-05-08Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher3-7/+7
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham34-129/+281
2013-05-08Merging r181299:Bill Wendling1-2/+2
2013-05-08Merging r181296:Bill Wendling1-1/+2
2013-05-08Typo.Eric Christopher1-2/+2
2013-05-07Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...Howard Hinnant3-8/+47
2013-05-07C++1y constant expression evaluation: compound assignment support for floatin...Richard Smith2-56/+116
2013-05-07Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case whereJason Molenda1-0/+10
2013-05-07Adding support for process attach by pid on Linux.Andrew Kaylor6-30/+142
2013-05-07The style guide prefers preincrement expressions :-)Adrian Prantl1-2/+2
2013-05-07remove commented out code.Adrian Prantl1-2/+1
2013-05-07Add the libc++ project to those we tag.Bill Wendling1-2/+2
2013-05-07When typo correction produces an overloaded result when looking up a member,Nick Lewycky3-6/+62
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2-84/+251
2013-05-07Don't crash in IRGen if a conditional with 'throw' in one of its branches isRichard Smith4-6/+45
2013-05-07Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...Enrico Granata1-12/+91
2013-05-07Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2-1/+2
2013-05-07Fix crash on invalid in template type diffing.Richard Trieu2-10/+68
2013-05-07Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie6-32/+65
2013-05-07MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis1-0/+1
2013-05-07[analyzer;alternate arrows] Fix inconsistencies in recorded location context ...Ted Kremenek1-46/+91
2013-05-07[analyzer; alternate arrows] add back recording whether we visited the first ...Ted Kremenek1-0/+2
2013-05-07[analyzer; alternate arrows] remove pruning of loop diagnostics.Ted Kremenek1-50/+0
2013-05-07[analyzer; alternate arrows] include logical '||' and '&&' as anchors for edges.Ted Kremenek1-1/+6
2013-05-07[analyzer; alternate arrows] include an edge from the "break" or "continue"Ted Kremenek1-0/+5
2013-05-07[analyzer; alternate arrows] the extra edge to the closing '}' in a loop adds...Ted Kremenek1-11/+0
2013-05-07[analyzer; alternate arrows] the initializer of a ForStmt isn't interesting e...Ted Kremenek1-12/+20
2013-05-07Remove redundant check and use cached FrameArray values.Bob Wilson1-12/+8
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola14-836/+5
2013-05-07Change version to 3.4 in the cmake build too.Rafael Espindola1-1/+1
2013-05-07[libclang] Add a null check in CursorVisitor::visitPreprocessedEntities.Argyrios Kyrtzidis1-0/+3
2013-05-07We're in 3.4 land now.Bill Wendling2-4/+4