summaryrefslogtreecommitdiff
path: root/test/Bitcode
Commit message (Expand)AuthorAge
* Add some test files for r211710.Eli Bendersky2014-06-25
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [X86] Move test from r209863 to CodeGen/X86Adam Nemet2014-05-29
* [X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-07
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-05
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-05
* All new elements except the last one initialized to NULL. Ideally, once parsi...Karthik Bhat2014-03-27
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein2014-03-02
* Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein2014-02-26
* Update testing case for r200806.Manman Ren2014-02-04
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-16
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky2013-12-31
* Ensure bitcode encoding of calling conventions stays stable. Patch by Boaz Ou...Michael Kuperstein2013-12-22
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Ensure bitcode encoding of global variable attributes stays stable. Patch by ...Michael Kuperstein2013-12-15
* Fixed CRLFMichael Kuperstein2013-12-08
* Ensure bitcode encoding of visibility styles stays stable. Patch by Boaz Ouriel.Michael Kuperstein2013-12-08
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Ensure bitcode encoding of linkage types stays stable. Patch by Boaz OurielMichael Kuperstein2013-12-01
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-04
* Use a larger invalid attribute bitcode numberReid Kleckner2013-10-31
* llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"NAKAMURA Takumi2013-10-31
* Fix a use after free on invalid input.Rafael Espindola2013-10-31
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-28
* Patch provide by Tom Roeder!Joe Abbey2013-09-12
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Use -disable-output and to suppress output and don't use a temporary file unl...Bill Wendling2013-08-20
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-26
* Add some uncovered attribute testsTobias Grosser2013-07-17
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Test for string attributes and for attribute group output.Bill Wendling2013-02-12
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-11
* BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2012-09-21