summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Keep the link register for uwtable.Logan Chien2014-02-25
* [XCore] Prefer to word align functions.Richard Osborne2014-02-25
* Factor out calls to AA.getDataLayout().Rafael Espindola2014-02-25
* Make a few more DataLayout variables const.Rafael Espindola2014-02-25
* [SROA] Use the original load name with the SROA-prefixed IRB rather thanChandler Carruth2014-02-25
* [SROA] Thread the ability to add a pointer-specific name prefix throughChandler Carruth2014-02-25
* [SROA] Rather than copying the logic for building a name prefix into theChandler Carruth2014-02-25
* [SROA] Simplify some of the logic to dig out the old pointer value byChandler Carruth2014-02-25
* [SROA] Adjust to new clang-format style.Chandler Carruth2014-02-25
* Reuse constants for COFF string table entry offsetsNico Rieck2014-02-25
* [SROA] Fix a *glaring* bug in r202091: you have to actually *write*Chandler Carruth2014-02-25
* Disable old JIT unittests for AARch64Renato Golin2014-02-25
* Ignore old JIT tests in AARch64 - CMake styleRenato Golin2014-02-25
* Add aarch64 to config.guessRenato Golin2014-02-25
* Silence GCC warningAlexey Samsonov2014-02-25
* Fix typosAlp Toker2014-02-25
* [SROA] Add a debugging tool which shuffles the slices sequence prior toChandler Carruth2014-02-25
* [SROA] Use a more direct way of determining whether we are processingChandler Carruth2014-02-25
* Add some convenience accessors for the underlying Use of an operand.Chandler Carruth2014-02-25
* Indent this continued line.Nick Lewycky2014-02-25
* [SROA] Fix another instability in SROA with respect to the sliceChandler Carruth2014-02-25
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Permit CMAKE_INSTALL_RPATH to be set on command lineBernard Ogden2014-02-24
* trivial test commitAlbrecht Kadlec2014-02-24
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-24
* Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick2014-02-24
* Fix unused variableMatt Arsenault2014-02-24
* R600/SI - Add new CI arithmetic instructions.Matt Arsenault2014-02-24
* R600: Make check clearer.Matt Arsenault2014-02-24
* Fix DOT4 missing from getTargetOpcodeNameMatt Arsenault2014-02-24
* Add missing constMatt Arsenault2014-02-24
* Trivial code simplificationMatt Arsenault2014-02-24
* SLPVectorizer: Try vectorizing 'splat' storesArnold Schwaighofer2014-02-24
* [X86][SchedModel] Add missing scheduling model for SSE related instructions.Quentin Colombet2014-02-24
* Add a dwarf number to the Y register.Roman Divacky2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* LTO: Add the loop vectorizer to the LTO pipeline.Arnold Schwaighofer2014-02-24
* Fix windows unittest I missed in the raw_fd_ostream constructor change.Rafael Espindola2014-02-24
* For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)Reed Kotler2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* [CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King.Alexey Samsonov2014-02-24
* [asan] remove test that should have been removed in r202033Kostya Serebryany2014-02-24
* [asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany2014-02-24
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* AVX-512: Fixed encoding of VPCMPEQ and VPCMPGTElena Demikhovsky2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24
* Asm Parser: support .error directiveSaleem Abdulrasool2014-02-23