[X86][SSE] Bitcast assertion in XFormVExtractWithShuffleIntoLoad
[oota-llvm.git] / lib / Target / X86 / X86FixupLEAs.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-16 Sanjay PatelRemove Atom references in description.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Eric ChristopherFixup formatting in the pass.
2014-05-22 Eric ChristopherAvoid using subtarget features when adding X86 specific...
2014-05-22 Eric ChristopherRemove extra local variable.
2014-05-20 Alexey Volkov[X86] Tune LEA usage for Silvermont
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-09-30 Preston GurdForgot to add a break statement.
2013-09-30 Preston GurdThe X86FixupLEAs pass for Intel Atom must not call...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-04-25 Preston GurdMake function documentation conform to llvm standards.
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...