Perform the lowering only if there are invokes.
[oota-llvm.git] / lib / Target /
2011-09-28 Bill WendlingPerform the lowering only if there are invokes.
2011-09-28 Bill WendlingAhem...actually *add* the ARMSjLjLowering pass to the...
2011-09-28 Justin HolewinskiPTX: Fix alignment logic
2011-09-28 Akira HatanakaRename predicate In32BitMode to NotFP64bit and add...
2011-09-28 Akira HatanakaRemove definitions of branch-on-FP-likely instructions...
2011-09-28 Akira HatanakaMips64 predicate definitions. Patch by Liu.
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX backend (patch 2 of N)
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-28 Benjamin KramerPTX: Simplify code. No functionality change.
2011-09-28 Benjamin KramerPTX: Pass param name strings per const reference.
2011-09-28 Jakob Stoklund OlesenRename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
2011-09-27 Akira HatanakaRemove MipsFPRound. Mips1 is no longer supported.
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-27 Ted KremenekUnbreak CMake build.
2011-09-27 Jakob Stoklund OlesenImplement TII::get/setExecutionDomain() for ARM.
2011-09-27 Jakob Stoklund OlesenPromote the X86 Get/SetSSEDomain functions to TargetIns...
2011-09-27 Jim GrosbachARM Thumb2 asm parsing [SU]XT[BH] without rotate but...
2011-09-27 Bill WendlingThis is the start of the new SjLj EH preparation pass...
2011-09-27 Akira HatanakaEmbed patterns in definitions of MFC1 and MTC1 instead...
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-09-27 Justin HolewinskiPTX: Fix case where printed alignment could be 0
2011-09-27 Justin HolewinskiPTX: Use external symbols to keep track of params and...
2011-09-27 Jakob Stoklund OlesenUse existing function.
2011-09-27 Akira HatanakaFix function MipsRegisterInfo::getRegisterNumbering.
2011-09-27 Akira HatanakaDo not add the pass that restores $gp if target is...
2011-09-27 Akira HatanakaMark MipsPseudo isPseudo.
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-26 Owen AndersonRemove extraneous commit garbage.
2011-09-26 Akira HatanakaSet register class of a register according to value...
2011-09-26 Akira HatanakaDefine variable HasMips64 in MipsTargetLowering.
2011-09-26 Akira HatanakaIn single float mode, double precision FP arguments...
2011-09-26 Owen AndersonASR #32 is not allowed on Thumb2 USAT and SSAT instruct...
2011-09-26 Justin HolewinskiPTX: Fix memcpy intrinsic to handle 64-bit pointers
2011-09-26 Justin HolewinskiPTX: Implement PTXSelectionDAGInfo
2011-09-26 Justin HolewinskiPTX: Implement ISD::ANY_EXTEND
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 Justin HolewinskiPTX: SM > 2.0 implies +double
2011-09-26 Justin HolewinskiPTX: Fix some lingering issues with stack allocation
2011-09-26 Justin HolewinskiPTX: Split up the TableGen instruction definitions...
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-26 Justin HolewinskiPTX: Handle FrameIndex nodes
2011-09-26 David MeyerPR11004: Inline memcpy to avoid generating nested call...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-25 Jakob Stoklund OlesenClean up code after renaming LowerSubregs -> ExpandPost...
2011-09-24 Akira HatanakaAdd .td file.
2011-09-24 Akira HatanakaPreparation for adding simple Mips64 instructions.
2011-09-24 Jakob Stoklund OlesenOnly run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Jakob Stoklund OlesenAlso match negative offsets for addrmode3 and addrmode5.
2011-09-23 Owen AndersonAdd more fixed bits to USAT16 encoding to filter out...
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-23 Owen AndersonRevert r140412. This affects more instructions than...
2011-09-23 Owen AndersonThumb2 register-shifted-register loads cannot target...
2011-09-23 Akira HatanakaImplement N32/64 calling convention. Patch by Liu.
2011-09-23 Akira HatanakaMake FGR64RegisterClass available if target is Mips64.
2011-09-23 Akira HatanakaAdd definitions of 64-bit register files. Add code...
2011-09-23 Justin HolewinskiPTX: Fix parameter order bug
2011-09-23 Wesley PeckFix a couple of 80 column violations.
2011-09-23 Justin HolewinskiPTX: Cleanup unused code in PTXMachineFunctionInfo
2011-09-23 Justin HolewinskiPTX: Fix another 80-column violation
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Richard OsborneFix 80 column violations.
2011-09-23 Duncan SandsImplement Chris's suggestion of legalizing the various...
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
2011-09-23 Justin HolewinskiPTX: Remove PTX calling convention files
2011-09-23 Justin Holewinski[PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td...
2011-09-23 Justin HolewinskiPTX: Generalize handling of .param types
2011-09-23 Justin HolewinskiPTX: Cleanup unused code in the PTXMFInfoExtract pass
2011-09-23 Akira HatanakaAdd definitions of 64-bit int registers.
2011-09-23 Akira HatanakaDo not rely on the enum values of argument registers...
2011-09-22 Eli FriedmanPR10991: make fast-isel correctly check whether accessi...
2011-09-22 Akira HatanakaMake changes in instruction and pattern definitions...
2011-09-22 Jakob Stoklund OlesenAdd support for GR32 <-> FR32 cross class copies.
2011-09-22 Duncan SandsSynthesize SSE3/AVX 128 bit horizontal add/sub instruct...
2011-09-22 Akira HatanakaPrint parentheses in next line.
2011-09-22 Akira HatanakaChange subreg index of AFPR64 from sub_fpeven to sub_32...
2011-09-22 Akira HatanakaDefine a new sub-register index sub_32 for accessing...
2011-09-22 Akira HatanakaPrint three closing parentheses when Kind is either...
2011-09-22 Akira HatanakaAdd F31 to the set of callee-saved registers.
2011-09-22 Akira HatanakaFix typo.
2011-09-22 Justin HolewinskiPTX: Remove physical register defs
2011-09-22 Justin HolewinskiPTX: Use .param space for device function return values...
2011-09-22 Justin HolewinskiPTX: Fix style issues
2011-09-22 Justin HolewinskiPTX: Fixup codegen to handle emission of virtual registers.
2011-09-22 Justin HolewinskiPTX: Customize codegen passes in backend
2011-09-22 Justin HolewinskiPTX: Add new PTX-specific register allocator that keeps...
2011-09-22 Craig TopperFix register printing in disassembling of push/pop...
2011-09-22 Akira HatanakaAdd definition of 64-bit floating registers used for...
2011-09-22 Benjamin KramerThe SSE version differences for fmin/fmax are more...
2011-09-22 Akira HatanakaAdd enums and functions for symbols Mips64 uses.
2011-09-22 Benjamin KramerX86: Don't form min/max nodes if the target is missing...
2011-09-22 Akira HatanakaMips64 aligns stack on 16-byte boundary.
2011-09-22 Akira HatanakaRemove unnecessary condition check.
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-21 Benjamin KramerX86Disassembler: if verbose logging is going to nulls...
2011-09-21 Wesley PeckFix some simple copy-paste errors in MBlaze ASM Parser...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
next