Fix Name Access
[oota-llvm.git] / lib /
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneDisambiguate Numbers and Identifiers
2011-10-19 David GreeneAdd Peek
2011-10-19 David GreeneResolve Record Names
2011-10-19 David GreeneAllow Names Changes on Unregistered Records
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneAdd Record Init
2011-10-19 David GreeneMake Template Arg Names Inits
2011-10-19 David GreeneLet SetValue Take and Init Name
2011-10-19 David GreeneAdd Utility to Scope Names
2011-10-19 David GreeneMake VarInit Name an Init
2011-10-19 David GreeneAdd Value Accessors
2011-10-19 Chandler CarruthGeneralize the reading of probability metadata to work...
2011-10-19 Chandler CarruthTeach the BranchProbabilityInfo analysis pass to read...
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...
2011-10-19 Nadav RotemAdd support for the vector-widening of vselect and...
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 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 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 Eric ChristopherRevert "Turn on the vzeroupper pass by default."
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 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 GrosbachYet more ARM NEON assembly parsing for the lane index...
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. SpencerObject/COFF: Remove useless test.
2011-10-18 Michael J. SpencerObject/COFF: Change type from a struct to a uint16_t...
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 Jim GrosbachARM vqdmulh assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmul assembly parsing for the lane index operand.
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
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 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-17 Michael J. SpencerObject: Add some types to SymbolRef::Type.
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject/COFF: Expose more data in the public API.
2011-10-17 Michael J. SpencerObject: Implement casting for concrete classes.
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 Benjamin KramerUse a SmallVector for intrinsic argument types.
2011-10-17 Bill WendlingDon't renumber the blocks here. This could cause proble...
2011-10-17 Bill WendlingAdd support for the Objective-C personality function...
2011-10-17 Cameron ZwarichPseudoinstructions should not be less constrained than...
2011-10-17 Jim GrosbachTidy up organization.
2011-10-17 Benjamin KramerFix handling of the From parameter in StringRef::find.
2011-10-17 Bill WendlingAdd a call to EmitSjLjDispatchBlock.
2011-10-17 Jim GrosbachFix improperly formed assert() call.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-17 Evan ChengConstraint register class with constrainRegClass()...
2011-10-17 Akira HatanakaAdd definitions of conditional moves with 64-bit operan...
2011-10-17 Hal FinkelRevert change to function alignment b/c existing logic...
2011-10-17 Chad RosierRemoved set, but unused variables.
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Akira HatanakaMove class and instruction definitions for conditional...
next