summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/aliases.ll
Commit message (Expand)AuthorAge
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Convert test to FileCheck.Rafael Espindola2013-10-05
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-15
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-15
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-14
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-06
* Update test for the extra =.Rafael Espindola2010-12-06
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-08
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-08
* emit jump table an alias ".set" directives through MCStreamer as Chris Lattner2010-01-26
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-26
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Remove obsolete -f flags.Dan Gohman2009-08-25
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Update testcase for recent aliases changeAnton Korobeynikov2008-03-11
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-15
* Updated aliases testAnton Korobeynikov2007-04-29
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25