oota-llvm.git
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
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-16 Andrew KaylorFixing build warning/error
2013-10-16 David BlaikieSimplify zero initialization of DIEAttrs variable.
2013-10-16 Andrew KaylorAdding padding to the .eh_frame section in RuntimeDyld
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 Matt ArsenaultFix typo
2013-10-15 Matt ArsenaultFix missing C++ mode thing in header
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-10-15 Eric ChristopherMake sure we're not attempting to construct a subprogra...
2013-10-15 Eric ChristopherAdd an assert that we have a scope that matters for...
2013-10-15 Eric ChristopherClean up, formatting, comments. No functional change.
2013-10-15 NAKAMURA TakumiSupport/FileSystem.h: Remove a trailing comma in enum...
2013-10-15 David BlaikieUse ASSERT_EQ rather than ASSERT_TRUE for better unit...
2013-10-15 Vincent LejeuneR600/SI: Remove some leftover MI dump call
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Andrew KaylorSeparating ELF and MachO stub info functions for Runtim...
2013-10-15 Eric ChristopherReformat.
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-15 Andrew KaylorFixing some host==target assumptions in RuntimeDyld
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-15 Manman RenStruct byval: fix a copy-paste error for thumb2.
2013-10-15 Michael LiaoFix PR17546
2013-10-15 Michael LiaoFix PR16807
2013-10-15 Benjamin KramerLoopVectorize: Properly reflect PODness in comments.
2013-10-15 Pekka JaaskelainenGuard the debug temp variable with NDEBUG to avoid...
2013-10-15 Pekka JaaskelainenDo not assert when trying to add a meta data operand...
2013-10-15 Daniel Sanders[mips][msa] Added support for build_vector for v4f32...
2013-10-15 Anders WaldenborgRevert "Add AllTargetsBindings sublibrary" as it breaks...
2013-10-15 Anders WaldenborgAdd AllTargetsBindings sublibrary instead of having...
2013-10-15 Richard Sandiford[SystemZ] Use A(G)SI when spilling the target of a...
2013-10-15 David Majnemerdocs: Remove incompatibility with Solaris shell
2013-10-15 Job NoormanFix MSP430 calling convention to match MSPGCC
2013-10-15 NAKAMURA Takumillvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expres...
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-15 Andrew TrickImprove on r192635, ExeDepsFix for avx, and add a test...
2013-10-15 Chandler CarruthSimplify formatting and sort these. No functionality...
2013-10-15 Akira Hatanaka[mips] Define a pseudo instruction which writes to...
2013-10-15 Akira Hatanaka[mips] Use predicates to guard instructions using accum...
2013-10-15 Akira Hatanaka[mips] Rename isel nodes.
2013-10-15 Akira Hatanaka[mips] Transfer kill flag to the newly created operand.
2013-10-15 Akira Hatanaka[mips] Set HI/LO registers' HWEncoding field.
2013-10-15 Akira Hatanaka[mips] Delete unnecessary code.
2013-10-14 Rafael EspindolaRemove dead code.
2013-10-14 Michael GottesmanUpdate comment list of GLOBALVAR modifiers in BitcodeWr...
next