summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/GC/alloc_loop.ll
Commit message (Collapse)AuthorAgeFilesLines
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-141-53/+0
| | | | llvm-svn: 98508
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | methods are new to Function: bool hasCollector() const; const std::string &getCollector() const; void setCollector(const std::string &); void clearCollector(); The assembly representation is as such: define void @f() gc "shadow-stack" { ... The implementation uses an on-the-side table to map Functions to collector names, such that there is no overhead. A StringPool is further used to unique collector names, which are extremely likely to be unique per process. llvm-svn: 44769
* Upgrading this test to 2.0 .ll syntax.Gordon Henriksen2007-12-091-28/+27
| | | | llvm-svn: 44738
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+54
llvm-svn: 33296
OpenPOWER on IntegriCloud