oota-llvm.git
2011-09-24 Akira HatanakaRevert change made in .gitignore.
2011-09-24 Akira HatanakaPreparation for adding simple Mips64 instructions.
2011-09-24 Jakob Stoklund... Only run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-09-23 Andrew TrickLSR minor bug fix in RateRegister.
2011-09-23 Chris LattnerDuncan owns dragonegg too, it's all his fault :)
2011-09-23 Jakob Stoklund... Verify that terminators follow non-terminators.
2011-09-23 Eli FriedmanPR10998: It is not legal to sink an instruction past...
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Jakob Stoklund... Also match negative offsets for addrmode3 and addrmode5.
2011-09-23 Owen AndersonFix incorrect disassembly test.
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 Anna ZaksAdd getTreeFactory() to ImmutableSet to allow construct...
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 Garrison VennModified demo to use 3.0 resume instruction vs calling...
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 Craig TopperDon't allow 32-bit only instructions to be disassembled...
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 Eric ChristopherWe're no longer going to bother supporting platforms...
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... Add 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... Constrain register classes instead of emitting copies.
2011-09-22 Jakob Stoklund... Add 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 Chris LattnerResynch intro to section with copyright section.
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 Galina KistanovaFix for warnings: ignoring return value of ‘write’...
2011-09-22 Akira HatanakaFix typo.
2011-09-22 Justin HolewinskiPTX: fixup test cases for register changes
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 Garrison VennConverted Exception demo over to using new 3.0 landingp...
2011-09-22 Garrison VennThis is a hack to get the demo working with the new...
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 Benjamin Kramerllvm-objdump: Detach symbol listing from section enumer...
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 Benjamin Kramerllvm-objdump: Take the data from the right object when...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Akira HatanakaRemove +.
2011-09-21 Akira HatanakaRe-enable some of the disabled tests. Use FileCheck...
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 Nadav Rotemadd another testcase for pr10902
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 Benjamin Kramerllvm-objdump: Fix use after free.
2011-09-21 David MeyerTest commit
2011-09-21 Richard TrieuChange:
next