Reverts wrong modification to MachineBlockPlacement & BranchFolding; uses a new strat...
[oota-llvm.git] / lib / AsmParser /
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-11-25 Peter CollingbourneAsmParser: Make the code for parsing unnamed aliases...
2015-11-19 Sanjay Patelupdate comment and error message; NFC
2015-11-18 Sanjoy Das[OperandBundles] Tighten OperandBundleDef's interface...
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-06 NAKAMURA TakumiRevert r252249 (and r252255, r252258), "[WinEH] Clone...
2015-11-06 Andrew Kaylor[WinEH] Clone funclets with multiple parents
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-20 Duncan P. N. Exon... AsmParser: Remove implicit ilist iterator conversions...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-21 David Blaikieauto and range-for-ify some things to make changing...
2015-09-18 Artur PilipenkoSupport align attribute for return values
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-09 Alex LorenzFix PR 24633 - Handle undef values when parsing standal...
2015-09-03 Karl SchimpfAllow global address space forward decls using IDs...
2015-09-03 Karl SchimpfFix assertion failure in LLParser::ConvertValIDToValue
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-31 Karl SchimpfFix bug in method LLLexer::FP80HexToIntPair
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-21 Alex LorenzAsmParser: Save and restore the parsing state for types...
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-03 David BlaikieFix with a bit more care. (but only a bit)
2015-08-03 David BlaikieTry to fix the build for C++ standard libraries missing...
2015-08-03 David BlaikieRecommit r243824: -Wdeprecated-clean: Fix cases of...
2015-08-03 Reid KlecknerRevert "-Wdeprecated-clean: Fix cases of violating...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-03 Artur PilipenkoCurrently string attributes on function arguments/retur...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-27 David Blaikie[opaque pointers] Avoid the use of pointee types when...
2015-07-17 Alex LorenzAsmParser: Add a function to parse a standalone constan...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-06-23 Alex LorenzAsmParser: Extend the API to make the global value...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-07 Filipe CabecinhasFix doxygen comments. NFC
2015-06-02 Duncan P. N. Exon... DebugInfo: Really support 2^16 arguments in a subprogram
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Eric ChristopherFix typos in variable/grammar names.
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...
2015-05-13 David Blaikie[opaque pointer type] Use the value type of the GlobalV...
2015-05-13 David Blaikie[opaque pointer type] Pass the explicit function type...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-24 Duncan P. N. Exon... LLParser: Simplify ParseInstructionMetadata(), NFC
2015-04-24 Duncan P. N. Exon... LLParser: Split out ParseMetadataAttachment(), NFC
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-22 David Blaikie[opaque pointer type] Use pointee type retrieved from...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-17 David Blaikie[opaque pointer type] Use the parsed explicit pointee...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-31 Duncan P. N. Exon... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-16 Duncan P. N. Exon... AsmParser: Stop requiring 'name:' when it's not printed
2015-03-14 David Blaikie[opaque pointer type] more gep API migrations (AsmParser)
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Owen AndersonFix a stack overflow in the assembler when checking...
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
next