llvm-config: Add an all-targets pseudo-component.
[oota-llvm.git] / lib /
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...
2011-10-17 Akira HatanakaRevert change made in r142205.
2011-10-17 Akira HatanakaRedefine count-leading 0s and 1s instructions.
2011-10-17 Akira HatanakaRedefine mfhi/lo and mthi/lo instructions.
2011-10-17 Bill WendlingNow that we have the ReturnsTwice function attribute...
2011-10-17 Akira HatanakaRedefine multiply and divide instructions.
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Hal FinkelRemove >80-col line and unicode
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Chad RosierRemoved set, but unused variable.
2011-10-17 Akira HatanakaAdd definition of immZExt5_64 and redefine immZExt5...
2011-10-17 Michael J. SpencerFix CMake build.
2011-10-17 Devang PatelIt is safe to speculate load from GOT. This fixes perfo...
2011-10-17 Devang Patelsvn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar...
2011-10-17 Hal FinkelInstructions for Book E PPC should be word aligned...
2011-10-17 Craig TopperDon't use inline assembly in 64-bit Visual Studio....
2011-10-17 Bill WendlingAdd comment explaining that the order of processing...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Chandler CarruthDelete a dead member. Dunno if this was ever used,...
2011-10-16 Chandler CarruthAdd a proper LLVM banner to this file.
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Nick LewyckyWhen looking for dependencies on the src pointer, scan...
2011-10-16 Craig TopperAdd X86 PEXTR and PDEP instructions.
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Benjamin KramerTwinify better.
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Benjamin KramerX86AsmParser: Synthesize EndLoc for tokens out of Start...
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 INVPCID instruction. Add 32/64-bit predicates...
2011-10-16 Cameron ZwarichAdd flags on Thumb2 indexed stores paralleling the...
2011-10-16 Cameron ZwarichFix an obvious typo found when looking at nearby code.
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-16 Craig TopperAdd X86 feature detection support for BMI instructions...
2011-10-15 Craig TopperAdd support for X86 blsr, blsmsk, and blsi instructions...
2011-10-15 Nadav RotemThe CELL backend cannot select patterns for vector...
2011-10-15 Nadav RotemARM cannot select a pattern for trunc-store v4i8; ...
2011-10-15 Benjamin KramerSmallVector -> array
next