summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.cpp
Commit message (Expand)AuthorAge
* 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
* Move X86 callee saved register lists to the X86CallConv .td file.Jakob Stoklund Olesen2012-01-17
* Emit a getMatchingSuperRegClass() implementation for every target.Jakob Stoklund Olesen2011-12-19
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* For 64-bit the rest of the general regs are ok for the q constraint. MakeEric Christopher2011-12-01
* Prevent potential NOREX bug.Jakob Stoklund Olesen2011-10-08
* Override TRI::getSubClassWithSubReg for X86.Jakob Stoklund Olesen2011-10-05
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-30
* Fix PR10884.Bruno Cardoso Lopes2011-09-16
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32...Eli Friedman2011-07-14
* Add an assert (which should never trigger) that triggers on a testcase I'm lo...Eli Friedman2011-07-13
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-06
* Use the correct registers on X86_64.Bill Wendling2011-06-30
* Add target a target hook to get the register number used by the compact unwindBill Wendling2011-06-30
* Always adjust the stack pointer immediately after the call.Jakob Stoklund Olesen2011-06-29
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28