Merging r261039:
[oota-llvm.git] / lib / Target / X86 / X86FixupLEAs.cpp
2015-11-11 Michael Kuperstein[X86] Replace LEAs with INC/DEC when profitable
2015-10-19 Duncan P. N. Exon... X86: Remove implicit ilist iterator conversions, NFC
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-02-20 Eric ChristopherUse the cached subtarget from the MachineFunction rathe...
2015-02-05 Eric ChristopherUse cached subtargets inside X86FixupLEAs.
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
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...