oota-llvm.git
2014-02-26 NAKAMURA Takumi[CMake] Work around to use target_link_libraries(PUBLIC...
2014-02-26 NAKAMURA Takumi[CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_lib...
2014-02-26 Tim NorthoverAArch64: simplify tbl/tbx polymorphism
2014-02-26 Artyom SkrobovARMv8 IfConversion must skip narrow instructions that...
2014-02-26 Daniel SandersStop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
2014-02-26 Daniel Sanders[mips] Treat -mcpu=generic the same way as an empty...
2014-02-26 Chandler Carruth[SROA] Use the correct index integer size in GEPs throu...
2014-02-26 Chandler CarruthAdd two helpers to IRBuilder to flesh the interface...
2014-02-26 Chandler Carruth[SROA] Teach SROA how to handle pointers from address...
2014-02-26 Chandler Carruth[SROA] Split the alignment computation complete for...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 Craig Topper[x86] Add same itinerary to SYSEXIT64 as SYSEXIT for...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 Craig Topper[x86] Remove some unused instruction format classes.
2014-02-26 Craig Topper[x86] Simplify disassembler code slightly.
2014-02-26 Chandler Carruth[SROA] The original refactoring inspired by the addrspa...
2014-02-26 Chandler Carruth[SROA] Yet another slight refactoring that simplifies...
2014-02-26 Chandler Carruth[SROA] Simplify the computing of alignment: we only...
2014-02-26 Chandler Carruth[SROA] Use NewOffsetBegin in the unsplit case for memse...
2014-02-26 Chandler Carruth[SROA] Use the members for New{Begin,End}Offset in...
2014-02-26 Chandler Carruth[SROA] Compute the New{Begin,End}Offset values once...
2014-02-26 Ben LangmuirUse StringRef in raw_fd_ostream constructor
2014-02-26 Chandler Carruth[SROA] Fix PR18615 with some long overdue simplificatio...
2014-02-26 Nick LewyckyRemove spurious emacs major mode marker, these should...
2014-02-26 Eric Christopher80-col.
2014-02-26 Eric ChristopherFormatting fixups.
2014-02-26 Nick LewyckyDelete two declared overloads of CallInst::CallInst...
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.
next