summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrInfo.cpp
Commit message (Expand)AuthorAge
* [FastISel][X86] Optimize selects when the condition comes from a compare.Juergen Ributzka2014-06-23
* [FastISel][X86] Refactor the code to get the X86 condition from a helper func...Juergen Ributzka2014-06-16
* Remove the use of TargetMachine from X86InstrInfo.Eric Christopher2014-06-10
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-10
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped an...Nick Lewycky2014-06-04
* Avoid using subtarget features when adding X86 specific passes toEric Christopher2014-05-22
* Rename createGlobalBaseRegPass -> createX86GlobalBaseRegPass to makeEric Christopher2014-05-22
* [X86] Tune LEA usage for SilvermontAlexey Volkov2014-05-20
* X86: If we have an instruction that sets a flag and a zero test on the input ...Benjamin Kramer2014-05-14
* Use X86 memory operand enums instead of hardcoding.Craig Topper2014-05-06
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [X86] As per suggestion from Craig Topper and Hal Finkel, overrideLang Hames2014-04-02
* [X86] Make the VFMA*231 variants commutable and relax the alignment restrictionsLang Hames2014-04-02
* AVX-512: Implemented masking for integer arithmetic & logic instructions.Elena Demikhovsky2014-03-27
* [X86] Add broadcast instructions to the table used by ExeDepsFix pass.Quentin Colombet2014-03-26
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* AVX-512: fixed comressed displacement - by Robert KhazanovElena Demikhovsky2014-03-06
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Replace X86 FMA intrinsic pseduo-instructions with def pats.Lang Hames2014-01-31
* AVX-512: added VPERM2D VPERM2Q VPERM2PS VPERM2PD instructions,Elena Demikhovsky2014-01-23
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...Craig Topper2013-12-31
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin formElena Demikhovsky2013-12-10
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* Use symbolic operands in the patchpoint folding routine and fix a spilling bug.Andrew Trick2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* During folding for patchpoint/stackmap instructions, defer creation of new MIsLang Hames2013-11-15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-14
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-12
* Simplify operand folding when rematerializing a load.Andrew Trick2013-11-12
* Fix the recently added anyregcc convention to handle spilled operands.Andrew Trick2013-11-11
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Replace (V)MOVZDI2PDIrr/rm instructions with patterns that select (V)MOVDI2PD...Craig Topper2013-10-22
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* whitespaceAndrew Trick2013-10-14
* Remove FsMOVAPSrr and friends. They have no patterns and are no longer select...Craig Topper2013-10-07
* X86: Don't fold spills into SSE operations if the stack is unaligned.Benjamin Kramer2013-10-06
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-06
* Add TBM instructions to loading folding tables.Craig Topper2013-10-05
* AVX-512: fixed a bug in getLoadStoreRegOpcode() for AVX-512 targetElena Demikhovsky2013-10-02