Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / Bitcode /
2015-06-03 Filipe Cabecinhas[BitcodeReader] Diagnose type mismatches with aliases
2015-06-03 Filipe Cabecinhas[Bitcode] Minimize the test to not conflict with others
2015-06-03 Filipe Cabecinhas[BitcodeReader] Check vector size before trying to...
2015-05-30 Filipe Cabecinhas[BitcodeReader] Change an assert to a call to a call...
2015-05-27 Filipe Cabecinhas[BitcodeReader] Change assert to report_fatal_error
2015-05-27 Filipe Cabecinhas[BitstreamReader] Make sure the Array operand type...
2015-05-26 Filipe Cabecinhas[BitcodeReader] Make sure abbrev records have at least...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Filipe Cabecinhas[BitcodeReader] Sanity check on Comdat ID
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-19 Filipe CabecinhasChange a reachable unreachable to a fatal error.
2015-05-19 Filipe Cabecinhas[BitcodeReader] Error out if we read an invalid functio...
2015-05-19 Filipe Cabecinhas[BitcodeReader] It's a malformed block if CodeLenWidth...
2015-05-18 Filipe Cabecinhas[BitcodeReader] Make sure the type of the inserted...
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-05-16 Filipe Cabecinhas[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with...
2015-05-06 Duncan P. N. Exon... Bitcode: Set LastDL after writing DebugLocs
2015-04-30 Filipe CabecinhasDon't overflow GCTable
2015-04-30 Filipe CabecinhasMake sure Op->getType() is a PointerType before we...
2015-04-30 Filipe CabecinhasMake sure we don't resize(0) when we get a fwdref with...
2015-04-29 Filipe CabecinhasCheck that we have a valid PointerType element type...
2015-04-29 Filipe CabecinhasTurn an assert into report_fatal_error since it's reach...
2015-04-29 Filipe CabecinhasMake sure that isValidElementType(Type) before calling...
2015-04-28 Filipe CabecinhasRelax an assert when there's a type mismatch in forward...
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Filipe Cabecinhas[BitcodeReader] Fix asserts when we read a non-vector...
2015-04-23 Filipe CabecinhasBe more strict about the operand for the array type...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-22 Filipe CabecinhasHave more strict type checks when creating BinOp nodes...
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
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 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a gep opera...
2015-03-16 David BlaikieAdd testing for mismatched explicit type on a load...
2015-03-16 David BlaikieTest bitcode parsing error-handling for incorrect expli...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-25 Duncan P. N. Exon... llvm-dis: Stop crashing when dropping debug info
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
2015-01-30 Filipe CabecinhasCheck bit widths before trying to get a type.
2015-01-30 Filipe Cabecinhas[bitcode reader] Fix an assert on invalid type tables
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-20 David MajnemerBitcode: Don't create comdats when autoupgrading macho...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Rafael EspindolaDon't create new comdats in CodeGen.
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-08 Rafael EspindolaMake this test a bit stricter.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-08 Duncan P. N. Exon... IR: Fix bitcode compatability filenames
2014-12-07 Duncan P. N. Exon... IR: Add missing tests for function-local metadata
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-09-23 Michael KupersteinEnsure bitcode encoding stays stable.
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-18 Duncan P. N. Exon... verify-uselistorder: Call verifyModule() and improve...
2014-08-16 Duncan P. N. Exon... BitcodeReader: Only create one basic block for each...
2014-08-12 Duncan P. N. Exon... Don't upgrade global constructors when reading bitcode
2014-08-01 Duncan P. N. Exon... UseListOrder: Fix blockaddress use-list order
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Duncan P. N. Exon... UseListOrder: Handle self-users
2014-07-31 Duncan P. N. Exon... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Duncan P. N. Exon... UseListOrder: Visit global values
2014-07-30 Duncan P. N. Exon... Fix line endings before adding RUN lines, NFC
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-30 Duncan P. N. Exon... Reapply "UseListOrder: Order GlobalValue uses after...
2014-07-29 Duncan P. N. Exon... Revert "UseListOrder: Order GlobalValue uses after...
2014-07-29 Duncan P. N. Exon... UseListOrder: Additional test coverage for r214242
2014-07-29 Duncan P. N. Exon... UseListOrder: Order GlobalValue uses after initializers
2014-07-29 Duncan P. N. Exon... Bitcode: Correctly compare a Use against itself
2014-07-29 Duncan P. N. Exon... Fix line-endings, NFC
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-23 Saleem AbdulrasoolAsmParser: remove deprecated LLIR support
2014-07-22 Hal FinkelMake use of the align parameter attribute for all point...
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-06-25 Eli BenderskyAdd some test files for r211710.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
next