Typo.
[oota-llvm.git] / lib /
2013-10-15 Eric ChristopherMake sure we're not attempting to construct a subprogra...
2013-10-15 Eric ChristopherAdd an assert that we have a scope that matters for...
2013-10-15 Eric ChristopherClean up, formatting, comments. No functional change.
2013-10-15 Vincent LejeuneR600/SI: Remove some leftover MI dump call
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-15 Manman RenStruct byval: fix a copy-paste error for thumb2.
2013-10-15 Michael LiaoFix PR17546
2013-10-15 Michael LiaoFix PR16807
2013-10-15 Benjamin KramerLoopVectorize: Properly reflect PODness in comments.
2013-10-15 Pekka JaaskelainenGuard the debug temp variable with NDEBUG to avoid...
2013-10-15 Pekka JaaskelainenDo not assert when trying to add a meta data operand...
2013-10-15 Daniel Sanders[mips][msa] Added support for build_vector for v4f32...
2013-10-15 Anders WaldenborgRevert "Add AllTargetsBindings sublibrary" as it breaks...
2013-10-15 Anders WaldenborgAdd AllTargetsBindings sublibrary instead of having...
2013-10-15 Richard Sandiford[SystemZ] Use A(G)SI when spilling the target of a...
2013-10-15 Job NoormanFix MSP430 calling convention to match MSPGCC
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-15 Andrew TrickImprove on r192635, ExeDepsFix for avx, and add a test...
2013-10-15 Akira Hatanaka[mips] Define a pseudo instruction which writes to...
2013-10-15 Akira Hatanaka[mips] Use predicates to guard instructions using accum...
2013-10-15 Akira Hatanaka[mips] Rename isel nodes.
2013-10-15 Akira Hatanaka[mips] Transfer kill flag to the newly created operand.
2013-10-15 Akira Hatanaka[mips] Set HI/LO registers' HWEncoding field.
2013-10-15 Akira Hatanaka[mips] Delete unnecessary code.
2013-10-14 Michael GottesmanUpdate comment list of GLOBALVAR modifiers in BitcodeWr...
2013-10-14 Quentin Colombet[X86][FastISel] During X86 fastisel, the address of...
2013-10-14 Andrew TrickFix the ExecutionDepsFix pass to handle AVX instructions.
2013-10-14 Andrew TrickLiveRegUnits: Use *MBB for consistency and convenience.
2013-10-14 Andrew Trickwhitespace
2013-10-14 Eric ChristopherRevert part of a fix from 2010, changes since then:
2013-10-14 Eric ChristopherReformat this routine slightly.
2013-10-14 Eric ChristopherRemove some extraneous whitespace.
2013-10-14 Andrew TrickLiveRegUnits::removeRegsInMask safety.
2013-10-14 Andrew TrickUse a SparseSet in LiveRegUnits.
2013-10-14 Andrew TrickMove LiveRegUnits implementation into .cpp. Comment...
2013-10-14 Andrew TrickConvert LiveRegUnits methods to the current convention...
2013-10-14 Manman RenDebug Info: static member DIE creation.
2013-10-14 David BlaikieFix indenting.
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-10-14 Rafael EspindolaRemove lib/Transforms/Instrumentation/ProfilingUtils.*
2013-10-14 Rafael EspindolaRemove the now unused strong phi elimination pass.
2013-10-14 Chris LattnerBasic blocks typically have few predecessors. Use...
2013-10-14 Evgeniy Stepanov[msan] Instrument x86.*_cvt* intrinsics.
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-14 Bernard OgdenAdd Cortex-A57 support
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission support for BIT...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission support for VEC...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission for the majority...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-14 Evgeniy Stepanov[msan] Fix handling of scalar select of vectors.
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-14 Craig TopperCreate classes to reduce the size of the tablegen entri...
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-14 Craig TopperAdd disassembler support for SSE4.1 register/register...
2013-10-14 Craig TopperMark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly...
2013-10-14 David MajnemerWindows: Fix a typo in an assert
2013-10-14 Craig TopperDon't use 64-bit versions of MOVMSKPD in CodeGen. The...
2013-10-14 David MajnemerWindows: Don't bother with pinning Kernel32.dll
2013-10-13 Will DietzMC: Don't assume incoming StringRef's are null terminated.
2013-10-13 Vincent LejeuneR600: improve dump of S_WAITCNT
2013-10-13 Vincent LejeuneR600/SI: Add SinkingPass before ISel
2013-10-13 Vincent LejeuneR600/SI: Support byval arguments
2013-10-13 Vincent LejeuneR600: Use masked read sel for texture instructions
2013-10-13 Vincent LejeuneR600: fix swizzle export
2013-10-13 Vincent LejeuneR600: Clear the VPM bit of export instructions.
2013-10-13 David MajnemerWindows: Use GetModuleHandleEx instead of LoadLibrary
2013-10-13 Will DietzTargetLowering: Don't index into empty string.
2013-10-12 Arnold SchwaighoferSLPVectorizer: Sort PHINodes based on their opcode
2013-10-12 Tobias GrosserLoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY...
2013-10-12 Craig TopperRemove more filters from the disassembler. Mark some...
2013-10-12 Tom StellardR600: Store disassembly in a special ELF section when...
2013-10-12 Craig TopperMark some more instructions as CodeGenOnly. Remove...
2013-10-12 Reed KotlerFor Mips16, start to consolidate all forms of 32 bit...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-11 Matt ArsenaultFix typo
2013-10-11 Benjamin KramerfConversion: Attempt #2 at fixing the MSVC build.
2013-10-11 Benjamin KramerIfConversion: Try to unbreak the MSVC build.
2013-10-11 Benjamin KramerMips: Disassemble sign-extended 64 bit immediates properly.
2013-10-11 Matthias BraunRemove kill flags after if conversion if necessary
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-11 Renato GolinBetter info when debugging vectorizer
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-11 Matthias Braunfix typo in comment
2013-10-11 Matheus AlmeidaThis reverts 192447 because of compiler warning generat...
2013-10-11 Matheus AlmeidaThis reverts r192449 because of compiler warning genera...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission for the majority...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-11 Justin Holewinski[NVPTX] Switch from StrongPHIElimination to PHIEliminat...
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching maddv.[bhwd...
next