summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FixupLEAs.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Revert r209381 as it isn't a local variable. Add a testcase so thatEric Christopher2014-06-03
* Fixup formatting in the pass.Eric Christopher2014-06-03
* Avoid using subtarget features when adding X86 specific passes toEric Christopher2014-05-22
* Remove extra local variable.Eric Christopher2014-05-22
* [X86] Tune LEA usage for SilvermontAlexey Volkov2014-05-20
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Forgot to add a break statement.Preston Gurd2013-09-30
* The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddressPreston Gurd2013-09-30
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Make function documentation conform to llvm standards.Preston Gurd2013-04-25
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25