summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure the CastInst is valid before trying to create itFilipe Cabecinhas2015-10-062-0/+5
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-0/+45
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-242-1/+305
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-0/+29
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-29/+0
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-0/+29
* [IR] Print the label operands of a catchpad like an invokeReid Kleckner2015-09-111-4/+8
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-117-151/+151
* [Bitcode] Add xfail test for PR24755 (uselistorder)Vedant Kumar2015-09-101-0/+57
* [Bitcode] Add compatibility tests for new instructionsVedant Kumar2015-09-081-3/+97
* [Bitcode] Add compatibility test for llvm 3.7.0Vedant Kumar2015-09-082-0/+1280
* [BitcodeReader] Ensure we can read constant vector selects with an i1 conditionFilipe Cabecinhas2015-08-311-0/+8
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-284-3/+14
* [test] Testing write access to llvmVedant Kumar2015-08-141-1/+1
* [IR] Add token typesDavid Majnemer2015-08-141-0/+3
* Emit argmemonly attribute for intrinsics.Igor Laevsky2015-08-132-5/+11
* [compatibility.ll] Cover explicitly named comdats.Sean Silva2015-08-062-0/+8
* Fix testing for end of stream in bitstream reader.Derek Schuff2015-08-031-0/+0
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-032-3/+3
* Currently string attributes on function arguments/return values can be genera...Artur Pilipenko2015-08-031-0/+10
* IR: Add a broad bitcode compatibility testDuncan P. N. Exon Smith2015-07-313-0/+2475
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-0/+16
* Add argmemonly attribute.Igor Laevsky2015-07-111-2/+9
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-0/+23
* Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.Rafael Espindola2015-07-022-0/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-3/+9
* Improve handling of end of file in the bitcode reader.Rafael Espindola2015-06-162-2/+7
* Add a test for padded bitcode files.Rafael Espindola2015-06-162-0/+13
* [BitcodeReader] Diagnose type mismatches with aliasesFilipe Cabecinhas2015-06-032-0/+5
* [Bitcode] Minimize the test to not conflict with othersFilipe Cabecinhas2015-06-031-0/+0
* [BitcodeReader] Check vector size before trying to create a VectorTypeFilipe Cabecinhas2015-06-032-0/+5
* [BitcodeReader] Change an assert to a call to a call to Error()Filipe Cabecinhas2015-05-302-0/+5
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-272-0/+5
* [BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas2015-05-272-0/+5
* [BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas2015-05-262-0/+5
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-2/+8
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-263-0/+10
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-212-0/+9
* Change a reachable unreachable to a fatal error.Filipe Cabecinhas2015-05-192-0/+5
* [BitcodeReader] Error out if we read an invalid function argument typeFilipe Cabecinhas2015-05-192-0/+5
* [BitcodeReader] It's a malformed block if CodeLenWidth is too bigFilipe Cabecinhas2015-05-192-0/+5
* [BitcodeReader] Make sure the type of the inserted value matches the type of ...Filipe Cabecinhas2015-05-182-0/+5
* Extract the load/store type verification to a separate function.Filipe Cabecinhas2015-05-182-2/+7
* [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indicesFilipe Cabecinhas2015-05-163-0/+10
* Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith2015-05-061-0/+36
* Don't overflow GCTableFilipe Cabecinhas2015-04-302-0/+5
* Make sure Op->getType() is a PointerType before we cast<> it.Filipe Cabecinhas2015-04-302-0/+5
* Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAXFilipe Cabecinhas2015-04-302-0/+5
* Check that we have a valid PointerType element type before calling get()Filipe Cabecinhas2015-04-292-0/+2
* Turn an assert into report_fatal_error since it's reachable based on user inputFilipe Cabecinhas2015-04-292-0/+5
OpenPOWER on IntegriCloud