summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Rename TRI::getAllocationOrder() to getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...Owen Anderson2011-06-16
* Add TargetRegisterInfo::getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Replace the statically generated hashtables for checking register relationshi...Owen Anderson2011-06-15
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Bugfix: When looking for a legal vector type, stop looking when a non-simpleNadav Rotem2011-06-12
* Tweak hash function and compress hash tables.Jakob Stoklund Olesen2011-06-12
* Compute lists of sub-regs, super-regs, and overlapping regs.Jakob Stoklund Olesen2011-06-12
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-02
* Make it possible to have unallocatable register classes.Jakob Stoklund Olesen2011-06-02
* Initialize IssueWidth to zero.Benjamin Kramer2011-06-01
* Fix PR10059 and future variations by handling all register subclasses.Jakob Stoklund Olesen2011-06-01
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-01
* FGETSIGN support for x86, using movmskps/pd. Will be enabled with aStuart Hastings2011-06-01
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Introduce the DwarfRegAlias class for declaring that two registers have theRafael Espindola2011-05-30
* Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy...Nadav Rotem2011-05-28
* Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'Nadav Rotem2011-05-27
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-27
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-24
* Add a method to TargetRegisterInfo to get the register number that the Win64 EHCharles Davis2011-05-24
* Work around code generation bug in Visual Studio 2010.Jakob Stoklund Olesen2011-05-24
* Allow access to the .pdata and .xdata sections through the TargetAsmInfoCharles Davis2011-05-22
* add a copy ctor to TargetLibraryInfo.Chris Lattner2011-05-21
* Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis2011-05-20
* Revert commit 131534 since it seems to have broken several buildbots.Duncan Sands2011-05-18
* Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'Nadav Rotem2011-05-18
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* Fix comments per Duncan's review.Eli Friedman2011-05-07
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-05
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-03
* enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner2011-05-01
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Let the immediate leaf pattern take transforms and switch the signedEric Christopher2011-04-28
* Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.ehRafael Espindola2011-04-28
* Remove unnecessary argument.Rafael Espindola2011-04-27
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-27
* Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen2011-04-26
* include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi2011-04-22
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-22
* Don't allow per-register spill size and alignment.Jakob Stoklund Olesen2011-04-21
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Prefer cheap registers for busy live ranges.Jakob Stoklund Olesen2011-04-20
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-20
* Remove unused arguments.Rafael Espindola2011-04-20