oota-llvm.git
2011-10-19 Bill WendlingUse bash instead.
2011-10-19 Bill WendlingMake sure we emit the 'movw' and 'movt' only if it...
2011-10-19 Bill WendlingRemove some dead code.
2011-10-19 Bill WendlingMake changes so that this runs on FreeBSD.
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-19 Joe AbbeyAdding dependencies to allow -DBUILD_SHARED_LIBS=true...
2011-10-18 Lang HamesAdded testcase for <rdar://problem/10215997>
2011-10-18 Bill WendlingEmit the MOVT instruction only if the # LPads is >...
2011-10-18 Bill WendlingFor Thumb mode, we need to use a constant pool if the...
2011-10-18 Daniel DunbarRegenerate projects/sample/configure.
2011-10-18 Daniel Dunbarprojects/sample: Import adapted form of current LLVM...
2011-10-18 Eric ChristopherRevert "Turn on the vzeroupper pass by default."
2011-10-18 Nadav RotemAdd additional element-promotion tests.
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-18 Bill WendlingUse the integer compare when the value is small enough...
2011-10-18 Eric ChristopherTurn on the vzeroupper pass by default.
2011-10-18 Eric ChristopherWhitespace.
2011-10-18 Bill WendlingUse the integer compare when the value is small enough...
2011-10-18 Nick LewyckyMissed a spot!
2011-10-18 Nick LewyckyFix some typo/formatting issues. No functionality change.
2011-10-18 Nadav RotemFix a bug in the legalization of vector anyext-load...
2011-10-18 Lang HamesTeach fast isel about vector stores, and make DoSelectC...
2011-10-18 Bill WendlingThe value we're comparing against may be too large...
2011-10-18 Bill WendlingThe immediate may be too large for the CMP instruction...
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachYet more ARM NEON assembly parsing for the lane index...
2011-10-18 Jim GrosbachEnable more encoded immediate tests.
2011-10-18 Jim GrosbachMore vmov lane testcases.
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmov assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachThe MCJITMemoryManager takes ownership of the JMM,...
2011-10-18 Michael J.... Object/COFF: Remove useless test.
2011-10-18 Michael J.... llvm-objdump: Add static symbol table dumping.
2011-10-18 Michael J.... Object/COFF: Change type from a struct to a uint16_t...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-18 Daniel Dunbarllvm-ar: Remove local test target, this is no longer...
2011-10-18 Daniel Dunbarllvm-config: Add an all-targets pseudo-component.
2011-10-18 Daniel Dunbarbuild: Remove some unused code.
2011-10-18 Andrew TrickUse ARM/t2PseudoInst class from ARM/Thumb2 special...
2011-10-18 Bob WilsonUse isIntN and isUIntN to check for valid signed/unsign...
2011-10-18 Andrew Trickwhitespace
2011-10-18 Bill WendlingA landing pad could have more than one predecessor...
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Owen AndersonAnother failing encoding.
2011-10-18 Jim GrosbachFix NEON mul encoding tests. Wrong file contents previo...
2011-10-18 Jim GrosbachARM vqdmulh assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachRemove duplicate test.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachARM vmul assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachTidy up.
2011-10-18 Owen AndersonAdd a few more testcases.
2011-10-18 Bruno Cardoso... Final patch that completes old JIT support for Mips:
2011-10-18 Owen AndersonAdd several FIXME cases for ARM encodings.
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-10-18 Bob WilsonFix a DAG combiner assertion failure when constant...
2011-10-18 Bill WendlingDon't exit just because some early commands fail. Use...
2011-10-18 Jim GrosbachTests for 142365.
2011-10-18 Jim GrosbachTidy up formatting.
2011-10-18 Jim GrosbachARM vqdmlal assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachThumb2 parsing of 'mov.w' gets the cc_out operand wrong...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-18 Duncan SandsFix a bunch of unused variable warnings when doing...
2011-10-18 Bill WendlingCoding style cleanups. No functionality change.
2011-10-18 David MeyerRemove NaClMode
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-18 Joe AbbeyCommit test, capitalizing store... keep it simple.
2011-10-18 Hal FinkelFix comment to refer to correct instruction
2011-10-18 Eli FriedmanFix misc warnings. Patch by Joe Abbey.
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-18 Michael J.... Revert "llvm-objdump: Add static symbol table dumping."
2011-10-17 Michael J.... llvm-objdump: Add static symbol table dumping.
2011-10-17 Michael J.... Object: Add some types to SymbolRef::Type.
2011-10-17 Michael J.... Object: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J.... Object: Add isSymbolWeak.
2011-10-17 Michael J.... Object/COFF: Expose more data in the public API.
2011-10-17 Michael J.... Object: Implement casting for concrete classes.
2011-10-17 Jim GrosbachEnable a few more NEON immediate tests.
2011-10-17 Michael J.... 80-col.
2011-10-17 Nick LewyckyMinor style cleanup, no functionality change.
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Chad RosierAdd a few FIXME comments.
2011-10-17 Dan GohmanTeach the ARC optimizer about the !clang.arc.copy_on_es...
2011-10-17 Jim GrosbachTidy up.
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Devang PatelUpdate DebugInfoFinder to match recent debug info encod...
2011-10-17 Bill WendlingNow Igor, throw the switch...give my creation life!
2011-10-17 Jim GrosbachARM NEON "vmov.i8" immediate assembly parsing and encoding.
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-17 Cameron ZwarichWhen deleting a phi cycle after looking through copies...
2011-10-17 Lang HamesFixed quoting on default data layout option.
2011-10-17 Bill WendlingForgot to add the project name to the 'svn ls' command.
2011-10-17 Bill WendlingAdd message to svn mkdir command.
2011-10-17 Owen AndersonRewrite most of MachODump to work through the generic...
2011-10-17 Owen AndersonAdd an accessor to get the underlying MachO representation.
2011-10-17 Benjamin KramerUse a SmallVector for intrinsic argument types.
next