summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAge
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-02
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-24
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-21
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-20
* Admonish that MI is not IR and virtual registers have constraints.Jakob Stoklund Olesen2011-10-17
* Add MachineInstr::getRegClassConstraint().Jakob Stoklund Olesen2011-10-12
* Extract a method for finding the inline asm flag operand.Jakob Stoklund Olesen2011-10-12
* Add a bool value to set the IsLandingPad flag to.Bill Wendling2011-10-07
* Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling2011-10-07
* Add accessor method to check if the landing pad symbol has call site informat...Bill Wendling2011-10-05
* Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling2011-10-05
* Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen2011-10-04
* Doxygen-ize comments. No functionality change.Bill Wendling2011-10-04
* Add method to determine if a begin label has a call site number associated wi...Bill Wendling2011-10-04
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-30
* Fix typo.Nick Lewycky2011-09-29
* Remove NumImplicitOps which is now unused.Jakob Stoklund Olesen2011-09-29
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-28
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-27
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Add a MinNumRegs argument to MRI::constrainRegClass().Jakob Stoklund Olesen2011-09-22
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-15
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-15
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Fix indenting.Eric Christopher2011-09-13
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-18
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-17
* Constify.Devang Patel2011-08-12
* Use ArrayRef.Devang Patel2011-08-12
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-12
* Stay within 80 columns.Devang Patel2011-08-10
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-10
* Trim an unneeded header.Jakob Stoklund Olesen2011-08-09
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-09
* Refer to the RegisterCoalescer pass by ID.Jakob Stoklund Olesen2011-08-09
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-03
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Add an isSSA() flag to MachineRegisterInfo.Jakob Stoklund Olesen2011-07-29