summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-08
* Use std::vector rather than SmallVector here because SmallVectorDuncan Sands2010-07-08
* Do not use std::stack because it causes obscure failures whenDuncan Sands2010-07-08
* Add TargetInstrInfo::copyPhysReg hook and use it from LowerSubregs.Jakob Stoklund Olesen2010-07-08
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* When processing frame index virtual registers, consider all available registersJim Grosbach2010-07-08
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-07
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-07
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-07
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-07
* Simplify FastISel's constructor by giving it a FunctionLoweringInfoDan Gohman2010-07-07
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-07
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-07
* Move ArgFlagsTy, OutputArg, and InputArg out of SelectionDAGNodes.h andDan Gohman2010-07-07
* Move CallingConvLower.cpp out of the SelectionDAG directory.Dan Gohman2010-07-07
* Add a getFirstNonPHI utility function.Dan Gohman2010-07-07
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-07
* conditionalize on CallInst::ArgOffsetGabor Greif2010-07-07
* minor cosmetic changes that happened to sit in my treeGabor Greif2010-07-07
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-06
* Propagate debug loc.Devang Patel2010-07-06
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-06
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming2010-07-06
* Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming2010-07-06
* Provide IRBuilder conveniences for creating integer constants at common widths,John McCall2010-07-06
* Provide an abstraction to save and restore the current insertion point ofJohn McCall2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* second round of low-level interface squeeze-out:Gabor Greif2010-07-06
* Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperandsDan Gohman2010-07-06
* Add a new CCValAssign LocInfo value, and a comment explaining what itDan Gohman2010-07-06
* Make getMinimalPhysRegClass' comment mention what makes it differentDan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Add default value to setIsNoInline for parity with the other methods of itsNick Lewycky2010-07-06
* Fix typo 'getter' where 'setter' was intended.Nick Lewycky2010-07-06
* back out r107580, I have seen what I wantedGabor Greif2010-07-04
* [another test commit, just to tickle the selfhost buildbots; I'll back out in...Gabor Greif2010-07-04
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Detect and handle COPY in many places.Jakob Stoklund Olesen2010-07-03
* Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman2010-07-02
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-02
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-02
* Remove an unused enum.Dan Gohman2010-07-02
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-02
* Handle unindexed instructions in SlotIndices.Jakob Stoklund Olesen2010-07-02
* Rematerialize as much as possible before inserting spills and reloads.Jakob Stoklund Olesen2010-07-02
* back out r107480, it was just testing the waters anyway...Gabor Greif2010-07-02
* [test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif2010-07-02