aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/aliases.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+31
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Error if we see an alias to a declaration.Rafael Espindola2013-11-141-2/+4
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-0/+3
* Convert test to FileCheck.Rafael Espindola2013-10-051-5/+12
* 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