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