oota-llvm.git
2011-07-29 Duncan SandsAvoid undefined behaviour if somehow NUM_GRAPHS equals...
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-29 Jakub StaszakRemove incEdgeWeight and decEdgeWeight. Set edge weight...
2011-07-29 Chandler CarruthFix the MCDisassembler dependencies. These were just...
2011-07-29 Bruno Cardoso... Fix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso... Match VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso... Add DecodeShuffle shuffle support for VPERMIPD variantes
2011-07-29 Bruno Cardoso... Add v8i32 and v4i64 vpermil patterns
2011-07-29 Bruno Cardoso... Fix a bug while generating target specific VPERMIL...
2011-07-29 Bruno Cardoso... Enable usage of SSE4 extracts and inserts in their...
2011-07-29 Bruno Cardoso... Cleanup PALIGNR handling and remove the old palign...
2011-07-29 Bill WendlingUse the pointer type size.
2011-07-29 Bill WendlingAnd now something that compiles...
2011-07-29 Bill WendlingMake sure to sext or trunc the result from the register.
2011-07-29 Jakob Stoklund... Transfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund... Add -verify-arm-pseudo-expand.
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-29 Jakub StaszakRemove extra semicolon.
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-28 Bill WendlingVisit the landingpad instruction.
2011-07-28 Bill WendlingAdd the AddLandingPadInfo function.
2011-07-28 Jakub StaszakChange LBH_TAKEN_WEIGHT to 124 (from 128). Right now...
2011-07-28 Jim GrosbachPLD and PLI are not predicable in ARM mode.
2011-07-28 Jim GrosbachCBZ/CBNZ are Thumb2 only. No need for ARM mode tests...
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-28 Jakub StaszakIf run with -debug give more information about Cyclic...
2011-07-28 Jakub StaszakHeuristics are in descending priority now. If we use...
2011-07-28 Jakob Stoklund... Handle REG_SEQUENCE with implicitly defined operands.
2011-07-28 Jim GrosbachRemove obsolete FIXME reference in comment.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jakub StaszakAdd InEdges (edges from header to the loop) in Loop...
2011-07-28 Bill WendlingUse ArrayRef instead of requiring an std::vector.
2011-07-28 Bill WendlingThe personality function should be a Function* and...
2011-07-28 Douglas GregorFix Clang attribute reader tblgen output for a correspo...
2011-07-28 Jakob Stoklund... Reverse order of RS_Split live ranges under -compact...
2011-07-28 Bill WendlingInitial code to convert ResumeInsts into calls to _Unwi...
2011-07-28 Jakub StaszakFix stupid mistake from commit 136381.
2011-07-28 Jakub StaszakSpeed up BlockFrequencyInfo a little bit.
2011-07-28 Jim GrosbachAdd fixme.
2011-07-28 Bill WendlingUse version 402 for the GCDA files when compiling for...
2011-07-28 Owen AndersonUpdate comments.
2011-07-28 Owen AndersonFill in some encoding information for STRD instructions.
2011-07-28 Owen AndersonRevert r136295. It broke nightly testers because some...
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Jim GrosbachUpdate ARM tests for parsing and encoding of WFE, WFI...
2011-07-28 Nadav RotemCR fix: The ANY_EXTEND can be removed because the input...
2011-07-28 Duncan SandsUse unsigned rather than uint16_t in case anyone feels...
2011-07-28 Duncan SandsCheck an additional property specific to the way LLVM
2011-07-28 Duncan SandsAdd a unittest for the simply connected components...
2011-07-28 Duncan SandsDue to changes coming from the new LLVM type system...
2011-07-28 Duncan SandsThis file was moved from Support to ADT. Correct a...
2011-07-28 Bill WendlingSome minor cleanups. No functionalitical change.
2011-07-28 Bill WendlingLeverage some of the code that John wrote to manage...
2011-07-28 Bill WendlingDon't add in the asked for size so that we don't copy...
2011-07-28 Nick LewyckyIn DenseMapInfo<pair<T, U>> tombstone key, use the...
2011-07-28 Bill WendlingAutomatically merge the landingpad clauses when we...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-28 Oscar FuentesUpdated cmake library dependencies.
2011-07-28 Bill WendlingMake sure that the landingpad instruction takes a Const...
2011-07-28 Bill WendlingAdd a couple of convenience functions:
2011-07-28 Bruno Cardoso... Invert the subvector insertion to be more likely to...
2011-07-28 Bruno Cardoso... Add patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso... movd/movq write zeros in the high 128-bit part of the...
2011-07-28 Bruno Cardoso... Add a few patterns to match allzeros without having...
2011-07-28 Bruno Cardoso... Add SINT_TO_FP and FP_TO_SINT support for v8i32 types...
2011-07-28 Benjamin KramerFix a use after free. An instruction can't be both...
2011-07-28 Bill WendlingInitial stab at getting inlining working with the EH...
2011-07-28 Jim GrosbachARM parsing and encoding tests.
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-07-27 Owen AndersonRefactor and improve the encodings/decodings for addrmo...
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USUB16 and USUB8.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USAX.
2011-07-27 Kevin EnderbyFix llvm-mc handing of x86 instructions that take 8...
2011-07-27 Jim GrosbachClean up tabs.
2011-07-27 Jim GrosbachARM assembly parsing and encoding support for USAT...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for USAD8 and...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQSUB16...
2011-07-27 Jim GrosbachFix comment copy/paste-o.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQASX and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQADD16...
2011-07-27 Jakub StaszakUse BlockFrequency instead of uint32_t in BlockFrequenc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Devang PatelRemove outdated FIXME comment.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UMAAL.
2011-07-27 Bill WendlingRefuse to inline two functions which use different...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHSUB16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHADD16...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Bill WendlingKeep enums stable. Append EH stuff to the end.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TST instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TEQ instruc...
next