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