oota-llvm.git
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-11 Justin HolewinskiPTX: Add basic documentation to CodeGenerator.html
2011-08-11 Nadav RotemAdd a comment, per Bruno's CR.
2011-08-11 Nadav Rotem[AVX] When joining two XMM registers into a YMM regist...
2011-08-11 Nadav Rotem[AVX] If the data which is going to be saved is already...
2011-08-11 Chris Lattneradd missing colon, thanks peter.
2011-08-11 Chris Lattnerfix PR10605 / rdar://9930964 by adding a pretty scary...
2011-08-11 Bruno Cardoso... Cleanup: Remove Int_ CVTSS2SI* forms
2011-08-11 Bruno Cardoso... Splats for v8i32/v8f32 can be handled by VPERMILPSY...
2011-08-11 Bruno Cardoso... Use the splat index to generate the desired shuffle...
2011-08-11 Eli FriedmanFix X86TargetLowering::LowerExternalSymbol so that...
2011-08-11 Chad RosierTypo.
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Jim GrosbachARM LDRT assembly parsing and encoding.
2011-08-10 Jim GrosbachTidy up. 80 columns.
2011-08-10 Andrew TrickReapplying r136844.
2011-08-10 Jim GrosbachARM tests for LDRSHT assembly parsing and encoding.
2011-08-10 Jim GrosbachARM tests for LDRSH assembly parsing and encoding.
2011-08-10 Jim GrosbachARM tests for LDRSBT assembly parsing and encoding.
2011-08-10 Jim GrosbachARM tests for LDRSB assembly parsing and encoding.
2011-08-10 Jim GrosbachAdd FIXME.
2011-08-10 Andrew TrickCleanup. Remove an extraneous GraphTraits specialization.
2011-08-10 Jim GrosbachARM tests for LDRHT assembly parsing and encoding.
2011-08-10 NAKAMURA Takumitest/CodeGen/X86/opt-shuff-tstore.ll: Add explicit...
2011-08-10 Jim GrosbachARM tests for LDRH(register) assembly parsing and encoding.
2011-08-10 Jim GrosbachARM LDRH(immediate) assembly parsing and encoding support.
2011-08-10 Jim GrosbachAdd FIXME
2011-08-10 Jim GrosbachARM LDRD(register) assembly parsing and encoding.
2011-08-10 Devang PatelDistinguish between two copies of one inlined variable...
2011-08-10 Devang PatelWhile extending definition range of a debug variable...
2011-08-10 Devang PatelRevert unintentional parts of previous check-in.
2011-08-10 Devang PatelStart using LexicalScopes utility. No intetional functi...
2011-08-10 Jim GrosbachFix typo. Not quite sure how that slipped in there.
2011-08-10 Jim GrosbachARM LDRD(immediate) assembly parsing and encoding support.
2011-08-10 Eli FriedmanChanges per Jeffrey's comments.
2011-08-10 Nadav RotemFix the test. Add cpu target.
2011-08-10 Nadav RotemWhen performing a truncating store, it is sometimes...
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...
2011-08-10 Owen AndersonAdd initial support for decoding NEON instructions...
2011-08-10 David GreeneMake Record Name an Init
2011-08-10 David GreeneAdd getAsUnquotedString
2011-08-10 Andrew TrickComments. Thanks for the spell check Nick!
2011-08-10 Bruno Cardoso... The following X86 pattern is incorrect:
2011-08-10 Eli FriedmanWhitespace.
2011-08-10 Owen AndersonTabs --> spaces.
2011-08-10 Owen AndersonCleanups based on Nick Lewycky's feedback.
2011-08-10 Owen AndersonRewrite some ARM InstrInfo functions to be most accepti...
2011-08-10 Rafael EspindolaAdd support for the R and Q constraints.
2011-08-10 Bob WilsonClarify a comment.
2011-08-10 Andrew TrickInvoke SimplifyIndVar when we partially unroll a loop...
2011-08-10 Andrew TrickCleanup. Make ScalarEvolution an explicit argument...
2011-08-10 Andrew TrickSimplifyIndVar: make foldIVUser iterative to fold a...
2011-08-10 Benjamin KramerUpdate CMake build.
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...
2011-08-10 Andrew TrickCleanup. Added LoopBlocksDFS::perform for simple clients.
2011-08-10 Bruno Cardoso... Fix a bug in vpermilps mask checking. Fix PR10560
2011-08-10 Peter CollingbourneRemove the build_unwind function from the OCaml bindings.
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.
next