[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / aliases.ll
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-10 David BlaikieTidy up some alias syntax to make explicit pointer...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-16 Rafael EspindolaFix most of PR10367.
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-05 Rafael EspindolaConvert test to FileCheck.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2008-03-11 Anton KorobeynikovUpdate testcase for recent aliases change
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-04-29 Anton KorobeynikovUpdated aliases test
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...