summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to ToT's version.llvmorg-3.3.0-rc1Bill Wendling2013-05-081-2/+2
* Merging r181368:Bill Wendling2013-05-084-6/+45
* Create branch for 3.3 release.Bill Wendling2013-05-08124-0/+12263
|\
| * Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-082-5/+46
| * Fix one FIXME in VTableBuilderTimur Iskhodzhanov2013-05-081-8/+8
| * DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-083-10/+29
| * Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie2013-05-084-20/+83
| * Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-082-50/+141
| * Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-082-7/+7
| * In block enum-return inference, don't die on loads of enum lvalues.John McCall2013-05-082-3/+14
| * Add test forgotten in r181388.Richard Smith2013-05-081-0/+17
| * C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-087-4/+36
| * Fixed IRExecutionUnit build failures due to changesSean Callanan2013-05-082-54/+0
| * If the MemoryCache is asked to look up an address that is in an invalidJim Ingham2013-05-081-0/+3
| * [analyzer; alternate edges] insert an extra edge for 'for' statements to cond...Ted Kremenek2013-05-081-2/+93
| * [analyzer;alternate edges] edges from subexpressions of "?:" are important to...Ted Kremenek2013-05-081-2/+6
| * Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-083-7/+7
| * Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-0834-129/+281
| * Typo.Eric Christopher2013-05-081-2/+2
| * Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...Howard Hinnant2013-05-073-8/+47
| * C++1y constant expression evaluation: compound assignment support for floatin...Richard Smith2013-05-072-56/+116
| * Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case whereJason Molenda2013-05-071-0/+10
| * Adding support for process attach by pid on Linux.Andrew Kaylor2013-05-076-30/+142
| * The style guide prefers preincrement expressions :-)Adrian Prantl2013-05-071-2/+2
| * remove commented out code.Adrian Prantl2013-05-071-2/+1
| * Add the libc++ project to those we tag.Bill Wendling2013-05-071-2/+2
| * When typo correction produces an overloaded result when looking up a member,Nick Lewycky2013-05-073-6/+62
| * LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-072-84/+251
| * Don't crash in IRGen if a conditional with 'throw' in one of its branches isRichard Smith2013-05-074-6/+45
| * Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...Enrico Granata2013-05-071-12/+91
| * Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-072-1/+2
| * Fix crash on invalid in template type diffing.Richard Trieu2013-05-072-10/+68
| * Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-076-32/+65
| * MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis2013-05-071-0/+1
| * [analyzer;alternate arrows] Fix inconsistencies in recorded location context ...Ted Kremenek2013-05-071-46/+91
| * [analyzer; alternate arrows] add back recording whether we visited the first ...Ted Kremenek2013-05-071-0/+2
| * [analyzer; alternate arrows] remove pruning of loop diagnostics.Ted Kremenek2013-05-071-50/+0
| * [analyzer; alternate arrows] include logical '||' and '&&' as anchors for edges.Ted Kremenek2013-05-071-1/+6
| * [analyzer; alternate arrows] include an edge from the "break" or "continue"Ted Kremenek2013-05-071-0/+5
| * [analyzer; alternate arrows] the extra edge to the closing '}' in a loop adds...Ted Kremenek2013-05-071-11/+0
| * [analyzer; alternate arrows] the initializer of a ForStmt isn't interesting e...Ted Kremenek2013-05-071-12/+20
| * Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-071-12/+8
| * Remove exception handling support from the old JIT.Rafael Espindola2013-05-0714-836/+5
| * Change version to 3.4 in the cmake build too.Rafael Espindola2013-05-071-1/+1
| * [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities.Argyrios Kyrtzidis2013-05-071-0/+3
| * We're in 3.4 land now.Bill Wendling2013-05-072-4/+4
| * We're in 3.4 land now.Bill Wendling2013-05-074-14/+14
| * Add empty release notes for 3.4.Rafael Espindola2013-05-071-0/+77
| * Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-071-3/+8
| * Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang drive...Howard Hinnant2013-05-071-0/+8