aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.cpp
AgeCommit message (Expand)Author
2009-03-19Remove strange extra semicolons.Nick Lewycky
2009-02-21Make sure this doesn't access .end() too.Bill Wendling
2009-02-21Make sure we don't dereference the .end() of the container.Bill Wendling
2009-02-21Propagate more debug loc infos. This also includes some code cleaning.Bill Wendling
2009-02-21We need to propagate the debug location information even when dealing with theBill Wendling
2009-02-13Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen
2009-02-13Revert this. It was breaking stuff.Bill Wendling
2009-02-13Turn off the old way of handling debug information in the code generator. UseBill Wendling
2009-02-12Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen
2009-02-11Don't try to set an EFLAGS operand to dead if no instruction was created.Dan Gohman
2009-02-06Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng
2009-01-27Fix the Red Zone calculation for functions with frame pointers.Dan Gohman
2009-01-26Implement Red Zone utilization on x86-64. This is currentlyDan Gohman
2008-12-24Fix a compiler-abort on a testcase where the stack-pointer is added toDan Gohman
2008-12-23Silence unused variable warnings.Devang Patel
2008-12-18When emitting instructions that define EFLAGS and the EFLAGS value isn'tDan Gohman
2008-12-18When setting up the frame pointer, add it as a live-in register to allDan Gohman
2008-12-18Mark the x86 fp stack registers as "reserved". This tells LiveVariablesDan Gohman
2008-11-26Fish kill flag annotations in PUSH instructions.Dan Gohman
2008-10-31Revert r58489. It isn't correct for all cases.Bill Wendling
2008-10-31Don't skip over all "terminator" instructions when determining where to put theBill Wendling
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-10-01Split x86's ADJCALLSTACK instructions into 32-bit and 64-bit forms.Dan Gohman
2008-09-27Re-apply 56683 with fixes.Evan Cheng
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-09-26X86 address displacement field must be interpreted as a 32-bit value.Evan Cheng
2008-09-24XMM6-XMM15 are callee-saved on Win64. Patch by Nicolas Capens!Anton Korobeynikov
2008-09-08Reapply 55899: First draft of EH support on x86/64-linuxAnton Korobeynikov
2008-09-08Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling
2008-09-08First draft of EH support on x86/64-linuxAnton Korobeynikov
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-08-2580 col. violations.Evan Cheng
2008-07-25Fit in 80 colsNate Begeman
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman
2008-07-03- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng
2008-07-01Prune a few dependencies on MachineFunction.h.Dan Gohman
2008-07-01Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman
2008-06-26Fixes the last x86-64 test failure in compat.exp:Dale Johannesen
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-23Fix typoAnton Korobeynikov
2008-04-23Only allow increase of max alignment valueAnton Korobeynikov
2008-04-23Be over-conservative: scan for all used virtual registers and calculate maxim...Anton Korobeynikov
2008-04-23Add X86 Maximal Stack Alignment Calculator Pass before RAAnton Korobeynikov
2008-04-23Do proper book-keeping of offsets and prologue/epilogue code for stack realig...Anton Korobeynikov
2008-04-23If stack realignment is used - incoming args will use EBP as base register an...Anton Korobeynikov
2008-04-23Eastimate required stack alignment early, so we can decide, whether we will n...Anton Korobeynikov
2008-04-23CleanupAnton Korobeynikov
2008-04-23SimplifyAnton Korobeynikov
2008-04-23Make stack alignment options global for all targetsAnton Korobeynikov