| Age | Commit message (Expand) | Author |
| 2011-06-12 | Bugfix: When looking for a legal vector type, stop looking when a non-simple | Nadav Rotem |
| 2011-06-12 | Tweak hash function and compress hash tables. | Jakob Stoklund Olesen |
| 2011-06-12 | Compute lists of sub-regs, super-regs, and overlapping regs. | Jakob Stoklund Olesen |
| 2011-06-08 | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher |
| 2011-06-02 | Have LowerOperandForConstraint handle multiple character constraints. | Eric Christopher |
| 2011-06-02 | Make it possible to have unallocatable register classes. | Jakob Stoklund Olesen |
| 2011-06-01 | Initialize IssueWidth to zero. | Benjamin Kramer |
| 2011-06-01 | Fix PR10059 and future variations by handling all register subclasses. | Jakob Stoklund Olesen |
| 2011-06-01 | This patch is another step in the direction of adding vector select. In this | Nadav Rotem |
| 2011-06-01 | FGETSIGN support for x86, using movmskps/pd. Will be enabled with a | Stuart Hastings |
| 2011-05-30 | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola |
| 2011-05-30 | Introduce the DwarfRegAlias class for declaring that two registers have the | Rafael Espindola |
| 2011-05-28 | Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy... | Nadav Rotem |
| 2011-05-27 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
| 2011-05-27 | Add a parameter to the Win64 EH section getters to get a section with a | Charles Davis |
| 2011-05-25 | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola |
| 2011-05-24 | Implement the rest of the SEH directive-parsing methods in the COFFAsmParser. | Charles Davis |
| 2011-05-24 | Add a method to TargetRegisterInfo to get the register number that the Win64 EH | Charles Davis |
| 2011-05-24 | Work around code generation bug in Visual Studio 2010. | Jakob Stoklund Olesen |
| 2011-05-22 | Allow access to the .pdata and .xdata sections through the TargetAsmInfo | Charles Davis |
| 2011-05-21 | add a copy ctor to TargetLibraryInfo. | Chris Lattner |
| 2011-05-20 | Add .pdata and .xdata sections to the COFF TLOF implementation. | Charles Davis |
| 2011-05-18 | Revert commit 131534 since it seems to have broken several buildbots. | Duncan Sands |
| 2011-05-18 | Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' | Nadav Rotem |
| 2011-05-10 | Add support for producing .deubg_frame sections. | Rafael Espindola |
| 2011-05-07 | Fix comments per Duncan's review. | Eli Friedman |
| 2011-05-06 | Make the logic for determining function alignment more explicit. No function... | Eli Friedman |
| 2011-05-05 | Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one | Bill Wendling |
| 2011-05-03 | Add an unfolded offset field to LSR's Formula record. This is used to | Dan Gohman |
| 2011-05-01 | enhance memcpyopt to obey -fno-builtin and friends. This addresses a | Chris Lattner |
| 2011-05-01 | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola |
| 2011-04-30 | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola |
| 2011-04-28 | Let the immediate leaf pattern take transforms and switch the signed | Eric Christopher |
| 2011-04-28 | Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh | Rafael Espindola |
| 2011-04-27 | Remove unnecessary argument. | Rafael Espindola |
| 2011-04-27 | Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and | Rafael Espindola |
| 2011-04-26 | Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist... | Jakob Stoklund Olesen |
| 2011-04-22 | include/llvm/Target/TargetAsmInfo.h: Fix a warning. | NAKAMURA Takumi |
| 2011-04-22 | Compute the size of the FDE encoding instead of hard coding it. Update | Rafael Espindola |
| 2011-04-21 | Don't allow per-register spill size and alignment. | Jakob Stoklund Olesen |
| 2011-04-20 | Remove -use-divmod-libcall. Let targets opt in when they are available. | Evan Cheng |
| 2011-04-20 | Prefer cheap registers for busy live ranges. | Jakob Stoklund Olesen |
| 2011-04-20 | ARM byval support. Will be enabled by another patch to the FE. <rdar://prob... | Stuart Hastings |
| 2011-04-20 | Remove unused arguments. | Rafael Espindola |
| 2011-04-19 | Avoid write-after-write issue hazards for Cortex-A9. | Bob Wilson |
| 2011-04-18 | Add a new bit that ImmLeaf's can opt into, which allows them to duck out of | Chris Lattner |
| 2011-04-17 | since the VT is fixed for a ImmLeaf, there is no reason to expose it to the m... | Chris Lattner |
| 2011-04-17 | now that predicates have a decent abstraction layer on them, introduce a new | Chris Lattner |
| 2011-04-17 | Rework our internal representation of node predicates to expose more | Chris Lattner |
| 2011-04-16 | Put each personality function in a section. This fixes the gnu ld warning: | Rafael Espindola |