Add a simple unit test for MemoryBuffer::getOpenFile
[oota-llvm.git] / lib / Target /
2013-07-22 Kevin EnderbyFix the move to/from accumulator register instructions...
2013-07-22 Craig TopperRecommit r186813: More Intel syntax alias fixes. With...
2013-07-22 Akira Hatanaka[mips] Fix MipsAsmParser::parseCCRRegs.
2013-07-22 Akira Hatanaka[mips] Use ADDu instead of OR to copy general purpose...
2013-07-22 Justin Holewinski[NVPTX] Remove unused prototypes
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-22 Justin Holewinski[NVPTX] Use approximate FP ops when unsafe-fp-math...
2013-07-22 Tim NorthoverRevert "More Intel syntax alias fixes."
2013-07-22 Craig TopperFix typo. Change %cl to CL in Intel pattern.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperChange %xmm0 to XMM0 in Intel side of asm strings for...
2013-07-22 Craig TopperAdd Intel variants to aliases for some FP instructions.
2013-07-22 Tim NorthoverARM: remove now unneeded custom Asm converters
2013-07-22 Craig TopperReverse operands for Intel syntax form of 'bt' alias.
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-21 Craig TopperMark that the _ftol2 function used by windows on x86...
2013-07-19 Lang HamesRefactor AnalyzeBranch on ARM. The previous version...
2013-07-19 Vincent LejeuneR600: Don't emit empty then clause and use alu_pop_after
2013-07-19 Vincent LejeuneR600: Simplify AMDILCFGStructurize by removing template...
2013-07-19 Vincent LejeuneR600: Replace legacy debug code in AMDILCFGStructurizer.cpp
2013-07-19 Joey GoulyAdd a line that got missed off somehow. Sorry about...
2013-07-19 Richard Sandiford[SystemZ] Add ALRK, AGLRK, SLRK and SGLRK
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-19 Richard Sandiford[SystemZ] Add AHIK and AGHIK
2013-07-19 Richard Sandiford[SystemZ] Add ARK, AGRK, SRK and SGRK
2013-07-19 Richard Sandiford[SystemZ] Add NGRK, OGRK and XGRK
2013-07-19 Richard Sandiford[SystemZ] Add NRK, ORK and XRK
2013-07-19 Tilmann SchellerARM: Add instruction aliases for the Thumb2 PLD/PLDW...
2013-07-19 Richard Sandiford[SystemZ] Use SLLK, SRLK and SRAK for codegen
2013-07-19 Richard Sandiford[SystemZ] Start adding z196 and zEC12 support
2013-07-19 Akira Hatanaka[mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.
2013-07-18 Tilmann SchellerARM: Make sure the instruction alias for PLI uses the...
2013-07-18 Tom StellardR600/SI: Fix crash with VSELECT
2013-07-18 Tom StellardR600/SI: Add support for v2f32 loads
2013-07-18 Tom StellardR600/SI: Add support for v2f32 stores
2013-07-18 Tom StellardR600: Expand VSELECT for all types
2013-07-18 Joey GoulyChange 'n' to 'N' to keep consistent with other instruc...
2013-07-18 Joey Gouly[ARMv8] Add NEON instructions VCVT{A, N, P, M}.
2013-07-18 Richard Sandiford[SystemZ] Use RNSBG
2013-07-18 Joey GoulyAdd Thumb tests for the ARMv8 FP instructions that...
2013-07-18 Richard Sandiford[SystemZ] Generalize RxSBG SRA case
2013-07-18 Richard Sandiford[SystemZ] Use RXSBG
2013-07-18 Richard Sandiford[SystemZ] Rename and formatting fixes
2013-07-18 Joey GoulyRemove the extra leading 0 from VMAXNMND.
2013-07-18 Vladimir MedicThis patch extends mips register parsing methods to...
2013-07-18 Craig TopperFix copy and paste bug from r186491 to make v2f64 use...
2013-07-18 Hal FinkelPPC: Support dynamic allocas with large alignment
2013-07-17 Hal FinkelPPC: Add base-pointer support to builtin setjmp/longjmp
2013-07-17 Aaron BallmanSilencing an MSVC warning about signed vs unsigned...
2013-07-17 Akira Hatanaka[mips] Use "foreach" loop to make register definitions...
2013-07-17 Vladimir MedicThis patch checks for valid mnemonics at the beginning...
2013-07-17 Vladimir MedicImplement eret and deret(return from exception) instruc...
2013-07-17 Joey Gouly[ARMv8] Add support for the NEON instructions vmaxnm...
2013-07-17 Richard Osborne[XCore] Ensure implicit operands aren't lost on the...
2013-07-17 Craig TopperTeach x86 fast-isel to use AVX opcodes for vector store...
2013-07-17 Craig TopperMake x86 fast-isel correctly choose between aligned...
2013-07-17 JF BastienFix ARMFastISel::ARMEmitIntExt shift emission
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-17 Craig TopperMove string pointer from being a static class member...
2013-07-16 Lang HamesRelated to r181161 - Indirect branches may not be the...
2013-07-16 Tilmann SchellerARM: Add support for the Thumb2 PLI alternate literal...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Juergen Ributzka[X86] Use min/max to optimze unsigend vector comparison...
2013-07-16 Juergen RibutzkaTest commit to verify write access.
2013-07-16 Richard Osborne[XCore] Fix printing of inline asm operands.
2013-07-16 Tim NorthoverARM: allow printing of ARM atomic DAG nodes.
2013-07-16 Richard Sandiford[SystemZ] Use ROSBG and non-zero form of RISBG for...
2013-07-16 Vladimir MedicFixing a buildbot failure:unused function.
2013-07-16 Richard Sandiford[SystemZ] Add MC support for R[NOX]SBG
2013-07-16 Richard Sandiford[SystemZ] Use RISBG for (shift (and ...))
2013-07-16 Vladimir Medic This patch represents Mips utilization of r186388...
2013-07-16 NAKAMURA TakumiPPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc...
2013-07-16 Tim NorthoverARM: implement ldrex, strex and clrex intrinsics
2013-07-16 Renato GolinARM EABI divmod support
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Tom StellardR600/SI: Add support for 64-bit loads
2013-07-15 Job NoormanTest commit to see if write access works.
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperAdd const qualifier to some static arrays.
2013-07-15 Craig TopperAdd 'static' keyword to some const arrays for consistency.
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-14 Anton KorobeynikovUse conventional syntax for branches.
2013-07-14 Anton KorobeynikovProperly lower jump tables on MSP430. Patch by Job...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-13 Joerg SonnenbergerReduce large list of macros to the primary platform...
2013-07-12 Akira Hatanaka[mips] Implement MipsTargetMachine::getInstrItineraryDa...
2013-07-12 JF BastienFix ARM paired GPR COPY lowering
2013-07-12 Akira Hatanaka[mips] Add instruction itinerary classes for mult,...
2013-07-12 Eric ChristopherRemove extraneous braces.
2013-07-12 Benjamin KramerR600: Remove unsafe type punning. No intended functiona...
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-07-12 Arnold SchwaighoferARM cost model: Add cost for gather/scather
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Tom StellardR600/SI: Add support for f64 kernel arguments
2013-07-12 Tom StellardR600/SI: Implement select and compares for SI
next