Fix a silly search-and-replace goof with r177495 that only broke
[oota-llvm.git] / lib /
2013-03-20 Chandler CarruthFix a silly search-and-replace goof with r177495 that...
2013-03-20 Chandler Carruth[SROA] Don't preserve the IR names in release builds.
2013-03-20 Chandler CarruthMove the endif to the correct line so we don't have...
2013-03-20 Chandler CarruthIntroduce some new statistics to help track the exact...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 David BlaikieProvide more details for DINameSpace debug info in...
2013-03-20 Michael LiaoFix PR15296
2013-03-20 Michael LiaoMark all variable shifts needing customizing
2013-03-20 Michael LiaoMove scalar immediate shift lowering into a dedicated...
2013-03-20 Hao LiuFix AsmPrinter crashes with assertion. Bug 15318 in...
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-20 Justin HolewinskiPropagate DAG node ordering during type legalization...
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-19 Jakob Stoklund OlesenAnnotate various null idioms with SchedRW lists.
2013-03-19 Jakob Stoklund OlesenAnnotate SSE float conversions with SchedRW lists.
2013-03-19 Jakob Stoklund OlesenAnnotate X86InstrCMovSetCC.td with SchedRW lists.
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the immediate asm rewrite into...
2013-03-19 Quentin ColombetUpdate global merge pass according to Duncan's advices:
2013-03-19 Jakob Stoklund OlesenAnnotate X86InstrCompiler.td with SchedRW lists.
2013-03-19 Chad Rosier[ms-inline asm] Remove the brackets from X86Operand...
2013-03-19 Chad Rosier[ms-inline asm] Create a helper function, CreateMemForI...
2013-03-19 Bill WendlingRegister the GCOV writeout functions so that they're...
2013-03-19 Arnaud A. de Grand... IndVarSimplify: do not recompute an IV value outside...
2013-03-19 Ulrich WeigandAdd missing mayLoad flag to LHAUX8 and LWAUX.
2013-03-19 Ulrich WeigandRewrite LHAU8 pattern to use standard memory operand.
2013-03-19 Ulrich WeigandRewrite pre-increment store patterns to use standard...
2013-03-19 Ulrich WeigandFix sub-operand size mismatch in tocentry operands.
2013-03-19 Ulrich WeigandRemove an invalid and unnecessary Pat pattern from...
2013-03-19 Hal FinkelPrepare to make r0 an allocatable register on PPC
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-03-19 Jakob Stoklund OlesenAnnotate X86InstrExtension.td with SchedRW lists.
2013-03-19 Jakob Stoklund OlesenAnnotate a lot of X86InstrInfo.td with SchedRW lists.
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-19 Eli BenderskyThe Linker interface has some dead code after the clean...
2013-03-19 Hal FinkelCleanup PPC64 unaligned i64 load/store
2013-03-19 David TweedThe testing to ensure a vector of zeros of type floatin...
2013-03-19 Renato GolinImprove long vector sext/zext lowering on ARM
2013-03-19 Hal FinkelDon't reserve R31 on PPC64 unless the frame pointer...
2013-03-19 Andrew TrickRevert "Cleanup some SCEV logic a bit."
2013-03-19 Andrew TrickCleanup some SCEV logic a bit.
2013-03-19 Andrew TrickTighten up an internal LSR API that should check for...
2013-03-19 Nick LewyckyEmit the linkage name instead of the function name...
2013-03-18 Hal FinkelFix a sign-extension bug in PPCCTRLoops
2013-03-18 Jakub StaszakMove #include of BitVector from .h to .cpp file.
2013-03-18 Jakub StaszakAdd some constantness.
2013-03-18 Jakub StaszakMake method private. Keep coding standard.
2013-03-18 Chad Rosier[ms-inline asm] Avoid emitting a redundant sizing direc...
2013-03-18 Jakub StaszakChange NULL to 0.
2013-03-18 Bill WendlingRegister the flush function for each compile unit.
2013-03-18 Hal FinkelFix PPC unaligned 64-bit loads and stores
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-18 Quentin ColombetExtend global merge pass to optionally consider global...
2013-03-18 Jakob Stoklund OlesenAdd SchedRW annotations to most of X86InstrSSE.td.
2013-03-18 Jakob Stoklund OlesenAnnotate X86 arithmetic instructions with SchedRW lists.
2013-03-18 Manman RenCheck whether a pointer is non-null (isKnownNonNull...
2013-03-18 Hal FinkelFix 80-col. violations in PPCCTRLoops
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-03-18 Hans WennborgFix integer comparison in DIEInteger::BestForm.
2013-03-18 David Tweed The optimization a + (-0.0f) -> a was being misapplied...
2013-03-18 Christian KonigR600/SI: implement indirect adressing for SI
2013-03-18 Christian KonigR600/SI: add float vector types
2013-03-18 Christian KonigR600/SI: add shl pattern
2013-03-18 Christian KonigR600/SI: add BUFFER_LOAD_DWORD pattern
2013-03-18 Christian KonigR600/SI: implement SI.load.const intrinsic
2013-03-18 Christian KonigR600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
2013-03-18 Christian KonigR600/SI: fix inserting waits for all defines
2013-03-18 Kostya Serebryany[asan] when creating string constants, set unnamed_attr...
2013-03-18 Chandler CarruthMark internal classes as POD-like to get better behavio...
2013-03-18 Anton KorobeynikovTLS support for MinGW targets.
2013-03-18 Anton KorobeynikovWindows TLS: Section name prefix to ensure correct...
2013-03-18 Kostya Serebryany[asan] while generating the description of a global...
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-17 David BlaikieFix the build broken in r177239
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 Sylvestre LedruTo avoid symbol clash, undefine PPC here. PPC may be...
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-16 Hal FinkelRemove PPC avoidWriteAfterWrite callback
2013-03-16 Andrew TrickChange the default latency for implicit defs.
2013-03-16 Craig TopperAdd X86 code emitter support AVX encoded MRMDestReg...
2013-03-16 Jakob Stoklund OlesenDefine more SchedWrites for annotating X86 instructions.
2013-03-15 Michael J. Spencer[Support][Path][Windows] Fix dangling else. Don't call...
2013-03-15 Arnold SchwaighoferARM cost model: Fix costs for some vector selects
2013-03-15 Silviu BarangaAdding an A15 specific optimization pass for interactio...
2013-03-15 Benjamin KramerARM: Fix an old refacto.
2013-03-15 Hal FinkelEnable unaligned memory access on PPC for scalar types
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-15 Hal FinkelProtect PPC Altivec patterns with a predicate
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Nadav RotemUnaligned loads should use the VMOVUPS opcode.
2013-03-14 David BlaikieRemove some unused variables to clean the Clang -Werror...
2013-03-14 Akira Hatanaka[mips] Set isAllocatable bit of unallocatable register...
2013-03-14 Jakob Stoklund OlesenPrepare for adding InstrSchedModel annotations to X86...
next