summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet2016-01-101-1/+2
* [Bitcode] Remove superflous compatibility testsVedant Kumar2016-01-061-4/+0
* Bitcode: Move these tests into compatibility.llJustin Bogner2016-01-062-32/+30
* Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner2016-01-061-0/+32
* [WinEH] Tighten parentPad verifier checksJoseph Tremoulet2016-01-021-3/+9
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-164-10/+28
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-0/+22
* [IR] Remove terminatepadDavid Majnemer2015-12-141-16/+7
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-55/+51
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-193-36/+4
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-183-4/+36
* Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka2015-11-113-6/+6
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-0/+7
* Add a new attribute: norecurseJames Molloy2015-11-064-10/+19
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-052-0/+17
* Error out when faced with value names containing '\0'Filipe Cabecinhas2015-11-042-0/+5
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-11-032-0/+5
* Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas2015-10-302-5/+0
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-10-292-0/+5
* [Bitcode] Fix accidental syntax errors in compatibility testsVedant Kumar2015-10-272-38/+38
* [IR] Limit bits used for CallingConv::ID, update testsVedant Kumar2015-10-276-14/+14
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-261-0/+6
* Fix PR25101 - Handle anonymous functions without VST entriesTeresa Johnson2015-10-101-0/+18
* 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
OpenPOWER on IntegriCloud