oota-llvm.git
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 Rafael EspindolaCheck for errors when calling lto_codegen_add_module...
2013-10-18 Eric ChristopherRevert the rest of r192749 to bring back the buildbot...
2013-10-18 David MajnemerTest case for r192957
2013-10-18 Richard BartonPure refactoring change.
2013-10-18 Bill Schmidt[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE...
2013-10-18 Benjamin KramerR600: Remove \ at EOL from ascii art comments.
2013-10-18 Richard BartonAdd hint disassembly syntax for 16-bit Thumb hint instr...
2013-10-18 Chad Rosier[AArch64] Add support for NEON scalar extract narrow...
2013-10-18 Ed MasteCorrect log message typo: ended ad -> ended at
2013-10-18 Silviu BarangaAdd hardware division as a default feature on Cortex...
2013-10-18 Daniel Sanders[mips][msa] Added a regression test that depended on...
2013-10-18 Alp TokerDeveloper policy amendment regarding confidentiality...
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-10-18 Alp TokerFix a conversion warning in the mingw32 build
2013-10-18 Alexey Samsonov[DebugInfo] Remove unneeded struct member and hide...
2013-10-18 Alp TokerFix initialization order warning in mingw32 build
2013-10-18 Alexey Samsonov[DebugInfo] Remove dead code.
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-18 Eric ChristopherTemporarily revert r192749 as it is causing problems...
2013-10-17 David BlaikieDIEHash: Add more things (and remove one character...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-17 David Peixotto17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_...
2013-10-17 David PeixottoRefactor lowering for COPY_STRUCT_BYVAL_I32
2013-10-17 Anders Waldenborgllvm-c: Add LLVMIntPtrType{,ForAS}InContext
2013-10-17 Hans WennborgCMake: set stack size for MSVC in just one place
2013-10-17 Rafael EspindolaRename fields of GlobalStatus to match the coding style.
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-17 Rafael Espindolarename SafeToDestroyConstant to isSafeToDestroyConstant...
2013-10-17 Rafael EspindolaSimplify the interface of AnalyzeGlobal a bit and renam...
2013-10-17 Hans WennborgCMake: set stack size to 2MB for MSVC builds
2013-10-17 Bill WendlingAdd testcase to make sure we don't generate a compact...
2013-10-17 Daniel Sanders[mips][msa] Added lsa instruction
2013-10-17 Alexey Samsonov[DebugInfo] Delete dead code, simplify and fix code...
2013-10-17 NAKAMURA TakumiLit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
2013-10-17 Benjamin KramerFix tests not to depend on specific regalloc or instruc...
2013-10-17 Daniel SandersFix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should...
2013-10-17 Daniel Sanders[mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
2013-10-17 NAKAMURA TakumiLit: Introduce an environment variable, $LIT_PRESERVES_...
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-10-17 Andrea Di BiagioFix edge condition in DAGCombiner to improve codegen...
2013-10-17 Evgeniy Stepanov[msan] Use zero-extension in shadow cast by default.
2013-10-17 Anders Waldenborgllvm-c: Don't assert in LLVMTargetMachineEmitToFile...
2013-10-17 Daniel Sanders[mips][msa] Correct definition order of ftrunc_[su...
2013-10-17 Michael KupersteinChanging DebugInfoFinder to iterate over all the compil...
2013-10-17 Anders Waldenborgllvm-c: Return NULL from LLVMGetFirstTarget instead...
2013-10-17 Dmitry Vyukovtsan: implement no_sanitize_thread attribute
2013-10-17 Jim Grosbachx86: Move bitcasts outside concat_vector.
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-17 Filip PizloExpose install_fatal_error_handler() through the C...
2013-10-17 Jack Carter[projects/test-suite] White space and long line fixes.
2013-10-17 Eric ChristopherAdd the subprogram DIEs to the context they're created...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-17 David BlaikieDIEHash: Include the type's context in the type hash.
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieInvert arguments to ASSERT_EQ to match gtest diagnostic...
2013-10-16 Anders Waldenborgllvm-c: Add LLVMDumpType
2013-10-16 David BlaikieUpdate test case due to DIE hashing in r192836
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 David BlaikieRemove ambiguity introduced in r192836
2013-10-16 Eric ChristopherAdd support for the VSX target attribute. No functional...
2013-10-16 David BlaikieDIEHash: Include the trailing zero byte after the child...
2013-10-16 Rafael EspindolaAllow repeated registration again.
2013-10-16 Yunzhong GaoEnabling 3DNow! prefetch instruction for a few AMD...
2013-10-16 Rafael EspindolaCreate an atom with just the data that failed to disass...
2013-10-16 Rafael EspindolaRemove an outdated statement.
2013-10-16 Andrew TrickAfter PostRA scheduling, don't set kill flags on undef...
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-10-16 Anders Waldenborg[llvm-c] Add LLVMPrintModuleToString.
2013-10-16 Arnold SchwaighoferSLPVectorizer: Don't vectorize volatile memory operations
2013-10-16 Arnold SchwaighoferRevert "SLPVectorizer: Don't vectorize volatile memory...
2013-10-16 Tom StellardR600: Fix a crash in the AMDILCFGStructurizer
2013-10-16 Tom StellardR600: Remove some dead code from the AMDILCFGStructurizer
2013-10-16 Rafael EspindolaPort to FileCheck.
2013-10-16 Andrew KaylorAdding oprofile support for MCJIT.
2013-10-16 Chad RosierUpdate comment.
2013-10-16 Chad RosierFix comment.
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-16 Arnold SchwaighoferSLPVectorizer: Don't vectorize volatile memory operations
2013-10-16 Rafael EspindolaAdd more documentation about the TargetStreamer interface.
2013-10-16 Benjamin KramerDAGCombiner: Don't fold xor into not if getNOT would...
2013-10-16 Kostya Serebryany[asan] Optimize accesses to global arrays with constant...
2013-10-16 Richard Sandiford[SystemZ] Handle extensions in RxSBG optimizations
2013-10-16 Rafael Espindola[pr17595] Fix a use after free.
2013-10-16 Richard Sandiford[SystemZ] Improve handling of SETCC
2013-10-16 Richard SandifordHandle (shl (anyext (shr ...))) in SimpilfyDemandedBits
2013-10-16 Alexey Samsonovllvm-symbolizer: don't always run demangler on global...
2013-10-16 Bill WendlingAdd a 'deleteModule' method to the Linker class.
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Craig TopperReally fix build warning/error that I think r192756...
2013-10-16 Will DietzTypeFinder: prefer iterative algorithm to keep stack...
2013-10-16 Rui UeyamaFix a bug in Windows resource file detection.
2013-10-16 Rafael EspindolaAdd a triple to this test.
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-16 Hans Wennborgdos2unix on quoted-names.ll
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
next