oota-llvm.git
2014-02-26 Paul RobinsonConstify the Optnone checks in IR passes.
2014-02-25 Rui UeyamaSimplify base64 routine a bit.
2014-02-25 Mark SeabornException handling docs: Describe landingpad clauses...
2014-02-25 Adrian PrantlAdd DIUnspecifiedParameter, so we can pretty-print it.
2014-02-25 Duncan P. N... fix crash in SmallDenseMap copy constructor
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Adrian PrantlAttempt to unbreak an MSVC buildbot by switching to...
2014-02-25 David BlaikieDwarfDebug: Avoid emitting an empty debug_aranges secti...
2014-02-25 Adrian PrantlAddress review comments for r202188.
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Chandler Carruth[reassociate] Switch two std::sort calls into std:...
2014-02-25 Tom StellardR600: Don't unconditionally unroll loops with private...
2014-02-25 Tom StellardR600/SI: Custom select 64-bit ADD
2014-02-25 Chandler Carruth[SROA] Add an off-by-default *strict* inbounds check...
2014-02-25 Hal FinkelAccount for 128-bit integer operations in PPCCTRLoops
2014-02-25 Rafael EspindolaDon't try to set a dummy DataLayout. It is parsed now.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Adrian PrantlRevert "Debug info: Support variadic functions."
2014-02-25 Manman RenRemove outdated comments.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Richard Osborne[XCore] Add intrinsic for CLRPT (clear port time) instr...
2014-02-25 Richard Osborne[XCore] Add intrinsic for EDU (event disable unconditio...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-25 Logan ChienKeep the link register for uwtable.
2014-02-25 Richard Osborne[XCore] Prefer to word align functions.
2014-02-25 Rafael EspindolaFactor out calls to AA.getDataLayout().
2014-02-25 Rafael EspindolaMake a few more DataLayout variables const.
2014-02-25 Chandler Carruth[SROA] Use the original load name with the SROA-prefixe...
2014-02-25 Chandler Carruth[SROA] Thread the ability to add a pointer-specific...
2014-02-25 Chandler Carruth[SROA] Rather than copying the logic for building a...
2014-02-25 Chandler Carruth[SROA] Simplify some of the logic to dig out the old...
2014-02-25 Chandler Carruth[SROA] Adjust to new clang-format style.
2014-02-25 Nico RieckReuse constants for COFF string table entry offsets
2014-02-25 Chandler Carruth[SROA] Fix a *glaring* bug in r202091: you have to...
2014-02-25 Renato GolinDisable old JIT unittests for AARch64
2014-02-25 Renato GolinIgnore old JIT tests in AARch64 - CMake style
2014-02-25 Renato GolinAdd aarch64 to config.guess
2014-02-25 Alexey SamsonovSilence GCC warning
2014-02-25 Alp TokerFix typos
2014-02-25 Chandler Carruth[SROA] Add a debugging tool which shuffles the slices...
2014-02-25 Chandler Carruth[SROA] Use a more direct way of determining whether...
2014-02-25 Chandler CarruthAdd some convenience accessors for the underlying Use...
2014-02-25 Nick LewyckyIndent this continued line.
2014-02-25 Chandler Carruth[SROA] Fix another instability in SROA with respect...
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-24 Bernard OgdenPermit CMAKE_INSTALL_RPATH to be set on command line
2014-02-24 Albrecht Kadlectrivial test commit
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-24 Andrew TrickDisable an MCJIT test on older Darwins until we have...
2014-02-24 Matt ArsenaultFix unused variable
2014-02-24 Matt ArsenaultR600/SI - Add new CI arithmetic instructions.
2014-02-24 Matt ArsenaultR600: Make check clearer.
2014-02-24 Matt ArsenaultFix DOT4 missing from getTargetOpcodeName
2014-02-24 Matt ArsenaultAdd missing const
2014-02-24 Matt ArsenaultTrivial code simplification
2014-02-24 Arnold SchwaighoferSLPVectorizer: Try vectorizing 'splat' stores
2014-02-24 Quentin Colombet[X86][SchedModel] Add missing scheduling model for...
2014-02-24 Roman DivackyAdd a dwarf number to the Y register.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Arnold SchwaighoferLTO: Add the loop vectorizer to the LTO pipeline.
2014-02-24 Rafael EspindolaFix windows unittest I missed in the raw_fd_ostream...
2014-02-24 Reed KotlerFor lcov tests, don't Xfail mips littl endian (mipsel...
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-24 Alexey Samsonov[CMake] Remove dependency on non-existing profile_rt...
2014-02-24 Kostya Serebryany[asan] remove test that should have been removed in...
2014-02-24 Kostya Serebryany[asan] simplify the code that compute the shadow offset...
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-24 Elena DemikhovskyAVX-512: Fixed encoding of VPCMPEQ and VPCMPGT
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Saleem AbdulrasoolAsm Parser: support .error directive
2014-02-23 Saleem AbdulrasoolAsmParser: support .ifeqs directive
2014-02-23 Benjamin KramerSPARC: Implement TRAP lowering. Matches what GCC emits.
2014-02-23 Saleem AbdulrasoolARMAsmParser: whitespace
2014-02-23 Saleem AbdulrasoolARM IAS: support .align without parameters
2014-02-23 Saleem AbdulrasoolMCAsmParser: support .ifne
2014-02-23 Saleem AbdulrasoolMCAsmParser: handle space properly for .ifc/.ifnc
2014-02-23 Saleem AbdulrasoolMCAsmParser: add support for .err directive
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Elena DemikhovskyAVX-512: Fixed encoding of VPTESTMQ
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-23 Rafael EspindolaUse simpler form of llvm::sys::fs::remove.
2014-02-23 Benjamin KramerLocalStackSlotAllocation: Turn one-iteration loop into if.
2014-02-23 NAKAMURA TakumiTableGen.cmake: Functionalize and reformat.
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2014-02-23 Saleem AbdulrasoolARM IAS: support .short and .hword
2014-02-23 Michael Gottesman[python-bindings] Remove some cruft that snuck in.
2014-02-22 Benjamin KramerMake test more resilient against scheduling decisions.
2014-02-22 Manman RenFix typo
2014-02-22 Nico RieckMC: Support COFF string tables larger than 10MB
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-22 Rafael EspindolaRevert "Revert "Use relative rpath so that the installa...
2014-02-22 Rafael EspindolaRevert "Use relative rpath so that the installation...
2014-02-22 Logan ChienAdd const to some member functions of SuccIterator.
2014-02-22 NAKAMURA TakumiPrune debug message in AddLLVM.cmake.
2014-02-22 NAKAMURA Takumillvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease...
2014-02-22 Logan ChienInclude <cctype> for isdigit().
next