summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.cpp
Commit message (Expand)AuthorAge
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-16
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Take advantage of the register enums being in order to remove a couple static...Craig Topper2013-07-26
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-24
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Don't assume the registers will be enumerated sequentially.Chad Rosier2013-05-29
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-22
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* getX86SubSuperRegister has a special mode with High=true for i64 whichEli Bendersky2013-02-21
* [ms-inline asm] Make the comment a bit more verbose.Chad Rosier2013-02-20
* [ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier2013-02-19
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-26
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-15
* Create enums for the different attributes.Bill Wendling2012-10-09
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-30
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Add missing space before {. No functionality change.Nick Lewycky2012-09-09
* Whitespace.Chad Rosier2012-08-01
* [x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier2012-07-31
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-10
* Temporarily revert r158087.Chandler Carruth2012-06-18
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Put the shiny new MCSubRegIterator to work.Chad Rosier2012-06-01
* s/CSR_Ghc/CSR_NoRegs/Jakob Stoklund Olesen2012-05-08
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* This patch marks the X86 floating point stack registers ST0-ST7 as reservedPreston Gurd2012-05-01
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20