oota-llvm.git
2011-08-12 Eli FriedmanFix up this paragraph (including a nasty typo).
2011-08-12 Andrew TrickfindDeadCallerSavedReg fix: Missing NULL terminator...
2011-08-12 Andrew TrickClarify the definition of SequentiallyConsistent operat...
2011-08-12 Dan GohmanDon't convert objc_autoreleaseReturnValue to objc_autor...
2011-08-12 Nick LewyckyA virtual destructor for the class with virtual methods!
2011-08-12 Dan GohmanDon't let arbitrary calls disrupt nested retain+release...
2011-08-12 Dan GohmanUse an actual reverse-CFG reverse-postorder for the...
2011-08-12 Jakob Stoklund... Simplify the interference checking code a bit.
2011-08-11 Jim GrosbachClean up formatting a bit.
2011-08-11 Jim GrosbachARM vector compare to zero instruction assembly parsing...
2011-08-11 Eli FriedmanFix mismatched tag.
2011-08-11 Eli FriedmanRevision to Atomics guide, per Chris's comments.
2011-08-11 Andrew TrickA slew of unit tests for the recent LoopInfo::updateUnl...
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-11 Jakob Stoklund... Remove the InterferenceResult class.
2011-08-11 Jakob Stoklund... Eliminate the last use of InterferenceResult.
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-08-11 Jim GrosbachFix tests per now-correct encoding as of r137371.
2011-08-11 Jim GrosbachRemove no-longer-true comments. These are for the assem...
2011-08-11 Jim GrosbachARM STRT assembly parsing and encoding.
2011-08-11 Owen AndersonMake the USAT16 operand decoder auto-generate-able.
2011-08-11 Owen AndersonAdd another accidentally omitted predicate operand.
2011-08-11 Owen AndersonAdd missing predicate operand on SMLA and friends.
2011-08-11 Jim GrosbachARM load shifted register pre-index fix shift value...
2011-08-11 NAKAMURA TakumiDataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats...
2011-08-11 Owen AndersonHandle new register classes in Thumb2 mode. Should...
2011-08-11 Owen AndersonMaking SEL decodings auto-generate-able.
2011-08-11 Bruno Cardoso... Add a dag combine to xform 256-bit shuffles into simple...
2011-08-11 Bruno Cardoso... Fix the test added by Nadav in r137308. Make it more...
2011-08-11 Jim GrosbachTidy up comment.
2011-08-11 Jim GrosbachARM STRHT assembly parsing and encoding.
2011-08-11 Owen AndersonFix decoding support for STREXD and LDREXD.
2011-08-11 Jakob Stoklund... Remove more dead code.
2011-08-11 Jim GrosbachARM STRH assembly parsing and encoding.
2011-08-11 Dan GohmanFix typos in comments, and delete an unused function.
2011-08-11 Akira HatanakaAdd isIndirectBranch flag.
2011-08-11 Jakob Stoklund... Privatize an unused part of the LiveIntervalUnion:...
2011-08-11 Owen AndersonFix decoding for indexed STRB and LDRB. Fixes <rdar...
2011-08-11 Jakob Stoklund... Remove some dead code.
2011-08-11 Jim GrosbachTidy up. Remove unused template parameter.
2011-08-11 Owen AndersonImprove operand validation for Thumb2 addressing modes.
2011-08-11 Jim GrosbachARM STRD assembly parsing and encoding.
2011-08-11 Andrew TrickFix for LoopInfo::updateUnloop. Remove subloop blocks...
2011-08-11 Owen AndersonContinue to tighten decoding by performing more operand...
2011-08-11 Jim GrosbachTidy up.
2011-08-11 Jim GrosbachARM STRBT assembly parsing and encoding.
2011-08-11 Jim GrosbachAdd FIXME.
2011-08-11 Jim GrosbachARM STRB assembly parsing and encoding tests.
2011-08-11 Jim GrosbachFix a copy/paste error so that LDRB(register) actually...
2011-08-11 Jim GrosbachARM STR(register) assembly parsing and encoding tests.
2011-08-11 Jim GrosbachARM STR(immediate) assembly parsing and encoding.
2011-08-11 Owen AndersonTighten decoding of addrmode2 instructions to reject...
2011-08-11 Bruno Cardoso... Fix PR10492 by teaching MOVHLPS and MOVLPS mask matchin...
2011-08-11 Owen AndersonTighten operand decoding of addrmode2 instruction....
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-11 Benjamin KramerPlug a memory leak.
2011-08-11 Owen AndersonImprove error checking in the new ARM disassembler...
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Andrew TrickCleanup. Another thorough review by Nick!
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
next