summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* Merging r195535:Manman Ren2013-12-09
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-07
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* DISubprogram metadata have an MDNode representing which base typeEric Christopher2013-08-08
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-26
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Add -disable-debug-info-verifier to a RUN line.Rafael Espindola2013-07-24
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-24
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Fix test: It was missing run lines and llvm-dis has no -disable-verify option.Rafael Espindola2013-07-03
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Correct invalid debug info metadataDavid Blaikie2013-03-12
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* FileCheck-ize the tests.Bill Wendling2013-02-11
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-05
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-31
* Fast-math test case for bitcode and textual reading/writingMichael Ilseman2012-11-27
* Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski2012-11-16
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky2012-10-11
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-09
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-10
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-02
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-24
* Remove old 'grep' lines.Bill Wendling2012-04-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
* Add an explicit test of the auto-upgrade functionality for the newChandler Carruth2011-12-12
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-27
* remove some old autoupgrade logicChris Lattner2011-11-27
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-19
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Update to the new EH scheme.Bill Wendling2011-08-25
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* more tests not making the jump into the brave new world.Chris Lattner2011-07-09
* remove some crufy old tests that aren't adding much valueChris Lattner2011-07-09
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18