oota-llvm.git
2011-08-10 Peter CollingbournePreserve the name for this variant of IRBuilder::CreateCall
2011-08-10 Andrew TrickCleanup. Avoid relying on specialization of std::distance.
2011-08-10 Andrew TrickFix the LoopUnroller to handle nontrivial loops and...
2011-08-10 Owen AndersonPush GPRnopc through a large number of instruction...
2011-08-10 Eric ChristopherUpdate comment.
2011-08-09 Eric Christopherclang is the new black.
2011-08-09 Jakob Stoklund... Trim an unneeded header.
2011-08-09 Jakob Stoklund... Promote VMOVS to VMOVD when possible.
2011-08-09 Owen AndersonTighten operand checking of register-shifted-register...
2011-08-09 Bruno Cardoso... Add 256-bit support for v8i32, v4i64 and v4f64 ISD...
2011-08-09 Eli FriedmanFix minor typo.
2011-08-09 Owen AndersonTighten operand checking on memory barrier instructions.
2011-08-09 NAKAMURA TakumiVMCore/BasicBlock.cpp: Don't assume BasicBlock::iterato...
2011-08-09 NAKAMURA TakumiFix whitespace.
2011-08-09 Owen AndersonTighten operand checking on CPS instructions.
2011-08-09 Owen AndersonFix an oversight in the FixedLenDecoderEmitter where...
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-09 Owen AndersonCreate a new register class for the set of all GPRs...
2011-08-09 Bruno Cardoso... Add v16i16 and v32i8 store patterns
2011-08-09 Chad RosierFix 80-column violations.
2011-08-09 Rafael EspindolaAdd missing file.
2011-08-09 Bruno Cardoso... Use fp unpack instructions to unpack int types. Until...
2011-08-09 Eli FriedmanFix a couple ridiculous copy-paste errors. rdar:/...
2011-08-09 Rafael EspindolaAdd a C interface to PassManagerBuilder. It is missing...
2011-08-09 Jim GrosbachDon't truncate MachO addresses.
2011-08-09 Benjamin KramerARM Disassembler: sign extend branch immediates.
2011-08-09 Owen AndersonSilence an false-positive warning.
2011-08-09 Owen AndersonDon't generate the old-style disassembler in CMake...
2011-08-09 Benjamin KramerThe new ARM disassembler disassembles "bx lr" as a...
2011-08-09 Owen AndersonDon't continue generating the old-style decoder file.
2011-08-09 Jim GrosbachARM fix typo in pre-indexed store lowering.
2011-08-09 Owen AndersonAttempt to fix CMake build.
2011-08-09 Owen AndersonTighten Thumb1 branch predicate decoding.
2011-08-09 Eli FriedmanFirst draft of the practical guide to atomics.
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-09 Bob WilsonPut Darwin-specific code inside an __APPLE__ ifdef.
2011-08-09 Bill WendlingRevert r137134. It breaks some code as Eli pointed...
2011-08-09 Bill WendlingPrint out the variable declaration only if it is a...
2011-08-09 Jakob Stoklund... Inflate register classes after coalescing.
2011-08-09 Bruno Cardoso... Reapply a more appropriate solution than in r137114...
2011-08-09 Bruno Cardoso... Revert r137114
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-08-09 Jakob Stoklund... Move CalculateRegClass to MRI::recomputeRegClass.
2011-08-09 Renato GolinEmitting ARM build attributes and values as ULEB, rathe...
2011-08-09 Bruno Cardoso... Handle sitofp between v4f64 <- v4i32. Fix PR10559
2011-08-09 Bob WilsonRecognize the UNAME_RELEASE environment variable to...
2011-08-09 Andrew TrickLoopUnroll looks like it has some stale code. Remove...
2011-08-09 Bruno Cardoso... Add support for avx vector fextend
2011-08-09 Bruno Cardoso... Add AVX versions of 128-bit sitofp and fptosi
2011-08-09 Bruno Cardoso... Rename and tidy up tests
2011-08-09 Bruno Cardoso... Add two patterns to match special vmovss and vmovsd...
2011-08-09 Bill WendlingThere is only one instance of this placeholder being...
2011-08-09 Bill WendlingRemove an instance where the 'unwind' instruction was...
2011-08-09 Devang PatelPrint variable's inline location in debug output.
2011-08-09 Devang PatelProvide method to print variable's extended name which...
2011-08-09 Jakob Stoklund... Rename member variables to follow coding standards.
2011-08-09 Bill WendlingAdd missing attributes to the C++ backend's output.
2011-08-09 Bruno Cardoso... Make LowerVSETCC aware of AVX types and add patterns...
2011-08-09 Jakob Stoklund... Move the RegisterCoalescer private to its implementatio...
2011-08-09 Dan GohmanTidy up these testcases to look more like real code...
2011-08-09 Jakob Stoklund... Refer to the RegisterCoalescer pass by ID.
2011-08-08 Jim GrosbachARM parsing and encoding for LDRBT instruction.
2011-08-08 Owen AndersonThumb1 BL instructions encoding 22 bits of displacement...
2011-08-08 Bill WendlingIndicate that there are changes if runOfFunction return...
2011-08-08 Jim GrosbachARM parsing and encoding for LDRB instruction.
2011-08-08 Jim GrosbachAdd FIXME.
2011-08-08 Jakob Stoklund... Implement isLoadFromStackSlotPostFE and isStoreToStackS...
2011-08-08 Bruno Cardoso... Add support for several vector shifts operations while...
2011-08-08 Jim GrosbachARM load/store label parsing.
2011-08-08 Jakob Stoklund... Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
2011-08-08 Owen AndersonFix encodings for Thumb ASR and LSR immediate operands...
2011-08-08 Eli FriedmanFix up the patterns for SXTB, SXTH, UXTB, and UXTH...
2011-08-08 Benjamin KramerPacify virtual dtor warnings and cmake buildbots.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-08 Benjamin Kramerllvm-objdump: disassembly enhancements
2011-08-08 Benjamin Kramerllvm-objdump: Use help of CFG to print assembly when...
2011-08-08 Devang PatelSimplify by creating parent first.
2011-08-08 Jakob Stoklund... Don't clobber pending ST regs when FP regs are killed.
2011-08-08 Bill WendlingClean up the grammar for the landingpad instruction.
2011-08-08 Bill WendlingRemove unnecessary space.
2011-08-08 Bill WendlingFix typo found by John.
2011-08-07 Chris Lattnerstrengthen up an assertion: you can't create a constant...
2011-08-06 Jakob Stoklund... Fix typo. Thanks, Andy!
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-08-05 Jakob Stoklund... Reject RS_Spill ranges from local splitting as well.
2011-08-05 Jakob Stoklund... Only mark remainder intervals as RS_Spill after per...
2011-08-05 Jakob Stoklund... Remember to update LiveDebugVariables after per-block...
2011-08-05 Jakob Stoklund... Extract per-block splitting into its own method.
2011-08-05 Jakob Stoklund... Delete getMultiUseBlocks and splitSingleBlocks.
2011-08-05 Jakob Stoklund... Also use shouldSplitSingleBlock() in the fallback split...
2011-08-05 Jakob Stoklund... Split around single instructions to enable register...
2011-08-05 Jim GrosbachARM load instruction shifted register index operands.
2011-08-05 Jim GrosbachARM indexed load assembly parsing and encoding.
2011-08-05 Jakob Stoklund... Detect proper register sub-classes.
2011-08-05 Jim GrosbachARM refactor indexed store instructions.
2011-08-05 Jim GrosbachAdd ARM LDR parsing tests.
2011-08-05 Jakob Stoklund... Fix liveness computations in BranchFolding.
2011-08-05 Jim GrosbachARM simplify the postidx_reg operand encoding.
2011-08-05 Jim GrosbachARM use a dedicated printer for postidx_reg operands.
2011-08-05 Bob WilsonAdd missing register constraint for some VLD3/VLD4...
next