oota-llvm.git
2011-07-29 David Greene[AVX] Make UnOpInit Unique
2011-07-29 David Greene[AVX] Make ListInits Unique
2011-07-29 David Greene[AVX] Make CodeInit Unique
2011-07-29 David Greene[AVX] Make StringInit Unique
2011-07-29 David Greene[AVX] Make IntInit Unique
2011-07-29 David Greene[AVX] Make BitsInit Unique
2011-07-29 David Greene[AVX] Unique BitInit
2011-07-29 David Greene[AVX] Unique UnsetInit
2011-07-29 David Greene[AVX] Create Inits Via Factory Method
2011-07-29 David Greene[AVX] Constify Inits
2011-07-29 David Greene[AVX] Remove non-const Iterators
2011-07-29 David Greene[AVX] Remove Mutating Members from Inits
2011-07-29 David GreeneAdd ListInit::getValues
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Owen AndersonThird time's the charm for implementing tied operand...
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Jim GrosbachARM SRS and RFE instructions are not code-gen only.
2011-07-29 Jim GrosbachARM range checking for mode on CPS instruction.
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-29 Jim GrosbachUpdate FIXME.
2011-07-29 Jim GrosbachTweak comment.
2011-07-29 Owen AndersonFix a case where, when trying to track tied operands...
2011-07-29 Douglas GregorSwitch the CMake edis build over to add_llvm_library_de...
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...
next