summaryrefslogtreecommitdiff
path: root/test/Bitcode
Commit message (Expand)AuthorAge
* 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
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-18
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-13
* Fixed diff comparison.Stepan Dyatkovskiy2012-07-11
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-02
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-10
* PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge2012-05-28
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-08
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-08
* FileCheckize these testcases.Bill Wendling2012-04-08
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* remove some old autoupgrade logicChris Lattner2011-11-27
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-27
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-26
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-25
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-25
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-25
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19