PTX: Fix parameter order bug
[oota-llvm.git] / lib /
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 Duncan SandsTweak the handling of MERGE_VALUES nodes: remove the...
2011-09-23 Nadav RotemVector-Select: Address one of the problems in pr10902...
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-23 Eli FriedmanPR10989: Don't print .hidden on Windows.
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 Owen AndersonAdd new files to CMake.
2011-09-22 Dan GohmanFix SimplifySelectCC to add newly created nodes to...
2011-09-22 Jakob Stoklund OlesenAdd support for GR32 <-> FR32 cross class copies.
2011-09-22 Benjamin KramerUpdate CMake build.
2011-09-22 Owen AndersonStart stubbing out MCModule and MCAtom, which provide...
2011-09-22 Jakob Stoklund OlesenConstrain register classes instead of emitting copies.
2011-09-22 Jakob Stoklund OlesenAdd a MinNumRegs argument to MRI::constrainRegClass().
2011-09-22 Duncan SandsSynthesize SSE3/AVX 128 bit horizontal add/sub instruct...
2011-09-22 Eli FriedmanPR10987: add a missed safety check to isSafePHIToSpecul...
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 Bill WendlingUse the C personality function instead of the C++ perso...
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 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-21 Galina KistanovaFix for DbgInfoPrinter.cpp:174:12: warning: ‘LineNo...
2011-09-21 Bill WendlingThe last verification check for the new EH model.
2011-09-21 Bill WendlingAttempt to update the shadow stack GC pass to the new...
2011-09-21 Benjamin KramerX86Disassembler: if verbose logging is going to nulls...
2011-09-21 Jim GrosbachTidy up. Whitepsace.
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...
2011-09-21 Akira HatanakaUndo a change made in r140254.
2011-09-21 Benjamin KramerDWARF: avoid unnecessary map lookups.
2011-09-21 Nadav Rotemfix comment
2011-09-21 Akira HatanakaMipsArchVersion does not need to be in the initializati...
2011-09-21 Nadav Rotem[VECTOR-SELECT] Address one of the bugs in pr10902.
2011-09-21 Nadav RotemInsert a sanity check on the combining of x86 truncing...
2011-09-21 Richard TrieuChange:
2011-09-21 Akira HatanakaAdd a base class for Mips TargetMachines and add Mips64...
2011-09-21 Akira HatanakaSet ABI if it hasn't been set on the command line.
2011-09-21 Akira HatanakaFix typo.
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-21 Andrew Trickwhitespace
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-20 Akira HatanakaChange the names of functions isMips* to hasMips*.
2011-09-20 Eli FriedmanMake sure IPSCCP never marks a tracked call as overdefi...
2011-09-20 Bruno Cardoso LopesAdd a DAGCombine for subvector extracts to remove usele...
2011-09-20 Bruno Cardoso LopesRevert r140097, working on a better approach
2011-09-20 Ivan Krasinlib/Linker: add support of deps which does not end...
2011-09-20 Bruno Cardoso LopesSimplify max/minp[s|d] dagcombine matching
2011-09-20 Bill WendlingRelax this condition.
2011-09-20 Bill WendlingPlace the check for an exit landing pad where it will...
2011-09-20 Bill WendlingOmit extracting a loop if one of the exits is a landing...
2011-09-20 Bob WilsonRemove the hack to check UNAME_RELEASE when identifying...
2011-09-20 Bruno Cardoso LopesTidy up a bit more, fix tab and remove trailing whitespaces
2011-09-20 Bruno Cardoso LopesThe wrong relocation was being emitted for several...
2011-09-20 Bruno Cardoso LopesTidy up code!
2011-09-20 Evan ChengFix a bug introduced during refactoring a couple of...
2011-09-20 Akira HatanakaInitial Mips64 support. Patch by Liu with some modifica...
2011-09-20 Bill WendlingCheck the terminator, not the basic block.
2011-09-20 Bill WendlingWhen extracting a basic block that ends in an 'invoke...
2011-09-20 Bill WendlingUse ArrayRef instead of an explicit 'const std::vector &'.
2011-09-20 Devang PatelIf simple ownership works then friendship is not required.
2011-09-20 Bill WendlingUse ArrayRef instead of 'const std::vector' to pass...
2011-09-20 Devang PatelUpdate GCOVLines to provide interfaces to write line...
2011-09-20 Douglas GregorU is good enough
2011-09-20 Bill WendlingFix comments.
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Douglas GregorEliminate sign-comparison warnings in APInt
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-09-20 Devang PatelUpdate comment.
2011-09-20 Devang PatelUse StringRef instead of std::string.
2011-09-20 Devang PatelEliminate unnecessary copy of FileName from GCOVLines.
next