[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / CodeGen / X86 / unaligned-load.ll
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...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-04-13 Cameron ZwarichFix a regression caused by r102515 where explicit align...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-01-22 Chris Lattnermake this less constrained, we want blank lines between...
2010-01-19 Chris Lattnerdon't let asm-verbose break the check-next lines in...
2009-12-02 Bill WendlingRemove unnecessary check.
2009-11-19 Bill WendlingTest from Dhrystone to make sure that we're not emittin...