aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-2/+13
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0914-96/+105
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2334-94/+231
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0253-1102/+1675
* Update LLVM for rebase to r212749.Stephen Hines2014-07-218-27/+122
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-299-0/+143
* Update to LLVM 3.5a.Stephen Hines2014-04-2435-2/+1582
* Merging r196158:Manman Ren2013-12-091-0/+26
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-2/+2
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-042-2/+2
* Use a larger invalid attribute bitcode numberReid Kleckner2013-10-311-0/+0
* llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"NAKAMURA Takumi2013-10-311-1/+1
* Fix a use after free on invalid input.Rafael Espindola2013-10-312-0/+7
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+23
* Patch provide by Tom Roeder!Joe Abbey2013-09-121-0/+9
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-093-33/+67
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-2/+10
* Use -disable-output and to suppress output and don't use a temporary file unl...Bill Wendling2013-08-205-7/+5
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-262-0/+236
* Add some uncovered attribute testsTobias Grosser2013-07-171-0/+31
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-6/+6
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-203-27/+33
* Test for string attributes and for attribute group output.Bill Wendling2013-02-121-0/+28
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+10
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-0/+49
* BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2012-09-211-0/+15
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-181-1/+10
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-131-0/+12
* Fixed diff comparison.Stepan Dyatkovskiy2012-07-111-1/+1
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-021-1/+2
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-102-0/+44
* PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge2012-05-281-0/+164
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-0/+33
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-081-33/+0
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-081-0/+33
* FileCheckize these testcases.Bill Wendling2012-04-081-1/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* remove some old autoupgrade logicChris Lattner2011-11-271-44/+0
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-276-14/+0
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-261-0/+31
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-254-0/+10
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-252-4/+5
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-254-2/+97
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-191-3/+3
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-23/+0
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-1718-237/+0
* Add missing newlines.Chad Rosier2011-05-284-4/+4
* Fix test cases that were previously using grep to use FileCheckChad Rosier2011-05-2812-37/+56
* Typo is test caseChad Rosier2011-05-271-2/+2