Update
[oota-llvm.git] / lib /
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...
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelUse frame-index scavenging for PPC register spilling
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-14 Akira Hatanaka[mips] Fix filename in comment and delete unnecessary...
2013-03-14 Jyotsna VermaHexagon: Removed asserts regarding alignment and offset.
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-14 Akira HatanakaAdd back lines which were accidentally deleted in CMake...
2013-03-14 Akira Hatanaka[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
2013-03-14 Hal FinkelAdd a comment about overlapping PPC frame offsets
2013-03-14 Akira Hatanaka[mips] Rename functions and variables to start with...
2013-03-14 Akira HatanakaAdd header file MipsISelDAGToDAG.h.
2013-03-14 Akira Hatanaka[mips] Define two subclasses of MipsDAGToDAGISel. Mips1...
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Chandler CarruthPR14972: SROA vs. GVN exposed a really bad bug in SROA.
2013-03-14 Craig TopperFix the name of a variable to match its declaration...
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-14 Craig TopperTeach X86 MC instruction lowering that VMOVAPSrr and...
2013-03-14 Michael LiaoFix PR15309
2013-03-14 Nick LewyckyRemove accidentally committed debug line.
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-13 Nick LewyckyNo functionality change. Rename emitGCNO() to the more...
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-13 Vincent LejeuneR600: Remove unused Outputs variable
2013-03-13 Manman RenNo functionality change. Use unreachable in getCUOffset.
2013-03-13 Manman RenNo functionality change. Use unreachable in getCompileUnit.
2013-03-13 Jakob Stoklund OlesenCheck register classes also when changing them.
2013-03-13 Arnaud A. de Grand... Fix a performance regression when combining to smaller...
2013-03-13 Benjamin KramerAdd one more overload to make VS2008's debug mody happy.
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 Matt Beaumont-GayDon't crash if write_impl() leaves less buffer space...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 Michael J. Spencer[Support][Path] Don't inf loop if creating the parent...
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-12 Michael J. Spencer[Support][MemoryBuffer] Use sys::fs::mapped_file_region...
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-12 Richard RelphAvoid generating ISD::SELECT for vector operands to...
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-03-12 Dan GohmanChange the order of the operands in patchAndReplaceAllU...
2013-03-12 Hal FinkelDon't reserve R2 on Darwin/PPC
2013-03-12 Hal FinkelPPC should always use the register scavenger for CR...
2013-03-12 Patrik HagglundSmall fix for cost analysis of ptrtoint.
2013-03-12 Akira Hatanaka[mips] Rename function and variable names to start...
2013-03-12 Meador IngeLibCallSimplifier: optimize speed for short-lived instances
2013-03-11 David BlaikieRemove support for versioned debug info.
next