oota-llvm.git
2014-07-14 Daniel SandersRe-commit: [mips] Correct section alignments and EntryS...
2014-07-14 Daniel SandersRevert: [mips] Correct section alignments and EntrySize...
2014-07-14 Daniel Sanders[mips] Correct section alignments and EntrySizes for...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Daniel Sanders[mips] Use MFHC1 when it is available (MIPS32r2 and...
2014-07-14 NAKAMURA Takumi[CMake][Win32.DLL] Let llvm_add_library(SHARED) link...
2014-07-14 Tim NorthoverAArch64: remove unnecessary pseudo-instruction.
2014-07-14 Daniel Sanders[mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-14 Bill WendlingSupport lowering of empty aggregates.
2014-07-14 NAKAMURA Takumi[CMake] LINK_COMPONENTS: Add also corresponding MCTarge...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-14 NAKAMURA TakumiNVPTX/LLVMBuild.txt: Add "Scalar" to required_libraries...
2014-07-14 NAKAMURA TakumiObject/LLVMBuild.txt: Sort required_libraries by alphab...
2014-07-13 Andrea Di Biagio[DAGCombiner] Fix a crash caused by a missing check...
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-13 Saleem AbdulrasoolMC: make helper function be more const-correct
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-13 Simon AtanasyanAdd forgotten `break` statement.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-13 NAKAMURA Takumi[CMake] Enable loadable modules, aka plugins, with...
2014-07-13 NAKAMURA Takumi[CMake] Add LLVM_LINK_COMPONENTS to loadable modules...
2014-07-13 NAKAMURA Takumi[CMake] Introduce moddir for MODULE -- corresponding...
2014-07-13 NAKAMURA Takumibugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
2014-07-13 David MajnemerIR: Allow comdats to be applied to globals with interna...
2014-07-13 David MajnemerMC: Let non-temporary COFF aliases be in symtab
2014-07-13 Matt ArsenaultRemove unused include
2014-07-13 Matt ArsenaultR600: Use range for and fix missing consts.
2014-07-13 Matt ArsenaultR600: Make ShaderType private
2014-07-13 Matt ArsenaultR600: Run more tests with promote alloca disabled.
2014-07-13 Matt ArsenaultR600: Run private-memory test with and without alloca...
2014-07-13 Matt ArsenaultR600: Add option to disable promote alloca
2014-07-12 Matt ArsenaultTry to fix MSVC warning.
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-07-12 Saleem AbdulrasoolAArch64: add support for llvm.aarch64.hint intrinsic
2014-07-12 Saleem AbdulrasoolMC: remove use of unnecessary variable
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-07-12 Owen AndersonFix an issue with the MergeBasicBlockIntoOnlyPred(...
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-12 Matt ArsenaultR600: Add missing tests for some intrinsics
2014-07-12 Duncan P. N... BFI: Add constructor for Weight
2014-07-12 Duncan P. N... BFI: Clean up BlockMass
2014-07-12 Reid KlecknerOption: Propagate flags from groups to options in each...
2014-07-12 Lang Hames[RuntimeDyld] Fix stub size and offset for AArch64...
2014-07-12 Reid KlecknerAvoid a warning from MSVC on "*/" in this code by inser...
2014-07-11 Duncan P. N... BFI: Mark the end of namespaces
2014-07-11 Lang Hames[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyl...
2014-07-11 Juergen RibutzkaRevert "[FastISel][X86] Implement the FastLowerIntrinsi...
2014-07-11 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-11 Alexey Samsonov[ASan] Introduce a struct representing the layout of...
2014-07-11 Juergen Ributzka[FastISel] Add target-independent patchpoint intrinsic...
2014-07-11 Juergen Ributzka[FastISel] Add basic infrastructure to support a target...
2014-07-11 Aditya NandakumarWhen we sink an instruction, this can open up opportuni...
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-11 Juergen Ributzka[FastISel] Make isInTailCallPosition independent of...
2014-07-11 Juergen Ributzka[FastISel] Breakout intrinsic lowering into a separate...
2014-07-11 Kevin EnderbyAdd the "-s" flag to llvm-nm for Mach-O files that...
2014-07-11 Alp TokerSimplify the raw_svector_ostream tweak from r212816
2014-07-11 Ulrich Weigand[MC] Constify MCELF::GetVisibility and MCELF::getOther
2014-07-11 Ulrich Weigand[PowerPC] Fix invalid displacement created by LocalStac...
2014-07-11 Marek OlsakR600/SI: Use i32 vectors for resources and samplers
2014-07-11 Marek OlsakR600/SI: add sample and image intrinsics exposing all...
2014-07-11 Marek OlsakR600/SI: fix shadow mapping for 1D and 2D array textures
2014-07-11 Timur IskhodzhanovAdd a test case for r212596
2014-07-11 NAKAMURA Takumillvm/test/BugPoint/compile-custom.ll: Use explicit...
2014-07-11 NAKAMURA Takumillvm/test/lit.cfg: Let %python available.
2014-07-11 NAKAMURA Takumi[CMake] add_llvm_library: Add "RUNTIME DESTINATION...
2014-07-11 Alp Tokerraw_svector_ostream: grow and reserve atomically
2014-07-11 Oliver StannardARM: Allow __fp16 as a function arg or return type...
2014-07-11 Alexander KornienkoAdd FileCheck -implicit-check-not option to allow stric...
2014-07-11 Quentin Colombet[X86] Fix the inversion of low and high bits for the...
2014-07-11 Marcello MaggioniAdded test for commit r212802 that was missing
2014-07-11 Marcello MaggioniFixup PHIs in LowerSwitch when a Leaf node is not emitted.
2014-07-11 Adam Nemet[X86] AVX512: Improve readability of isCDisp8
2014-07-11 Adam Nemet[X86] AVX512: Simplify logic in isCDisp8
2014-07-11 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-10 Mark HeffernanPartially fix PR20058: reduce compile time for loop...
2014-07-10 Lang Hames[RuntimeDyld] Replace a crufty old ARM RuntimeDyld...
2014-07-10 Lang Hames[RuntimeDyld] Improve error diagnostic in RuntimeDyldCh...
2014-07-10 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-10 David BlaikieThis test case doesn't actually need the inliner to...
2014-07-10 Jan VeselyR600: Implement float to long/ulong
2014-07-10 Jan VeselySelectionDAG: Factor FP_TO_SINT lower code out of DAGLe...
2014-07-10 Brad SmithUse the integrated assembler by default on OpenBSD.
2014-07-10 Zoran Jovanovic[mips] Emit two CFI offset directives per double precis...
2014-07-10 Andrea Di BiagioExtend the test coverage in combine-vec-shuffle-2.ll...
2014-07-10 Matt ArsenaultRevert "Revert r212640, "Add trunc (select c, a, b...
2014-07-10 Andrea Di Biagio[DAG] Further improve the logic in DAGCombiner that...
2014-07-10 Akira Hatanaka[X86] Mark pseudo instruction TEST8ri_NOEREX as hasSIde...
2014-07-10 Eric ChristopherAdd the CSR company and the Kalimba DSP processor to...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-07-10 Duncan P. N... InstCombine: Fix a crash in Descale for multiply-by...
2014-07-10 David MajnemerIR: Aliases don't belong to an explicit comdat
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-10 David MajnemerMips: Silence a -Wcovered-switch-default
2014-07-10 Zoran Jovanovic[mips] Added FPXX modeless calling convention.
2014-07-10 Arnaud A. de... [AArch64] Add logical alias instructions to MC AsmParser
next