summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ARM IAS: support .short and .hwordSaleem Abdulrasool2014-02-23
* [python-bindings] Remove some cruft that snuck in.Michael Gottesman2014-02-23
* Make test more resilient against scheduling decisions.Benjamin Kramer2014-02-22
* Fix typoManman Ren2014-02-22
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Revert "Revert "Use relative rpath so that the installation and build dirs ar...Rafael Espindola2014-02-22
* Revert "Use relative rpath so that the installation and build dirs are reloca...Rafael Espindola2014-02-22
* Add const to some member functions of SuccIterator.Logan Chien2014-02-22
* Prune debug message in AddLLVM.cmake.NAKAMURA Takumi2014-02-22
* llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL...NAKAMURA Takumi2014-02-22
* Include <cctype> for isdigit().Logan Chien2014-02-22
* [python-bindings] Added OpCode like support for all enumerations with unittests.Michael Gottesman2014-02-22
* [CodeGenPrepare] Fix the check of the legality of an instruction.Quentin Colombet2014-02-22
* Use relative rpath so that the installation and build dirs are relocatable.Rafael Espindola2014-02-22
* Switch the LLVM error reporting on the new diagnostic system.Quentin Colombet2014-02-22
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* [DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with theQuentin Colombet2014-02-21
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-21
* Shankar kindly pointed out that I wasn't following the coding convention prop...Aaron Ballman2014-02-21
* Fixing the MSVC build by including a file.Aaron Ballman2014-02-21
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-21
* Add missing include.Rafael Espindola2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* DebugInfo: Remove the empty macinfo section.David Blaikie2014-02-21
* Rename a few more DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* add -da-delinearize runs and checks to MIV testcasesSebastian Pop2014-02-21
* fix a corner case in delinearizationSebastian Pop2014-02-21
* normalize the last delinearized dimensionSebastian Pop2014-02-21
* fail delinearization when the size of subscripts differsSebastian Pop2014-02-21
* Remove dead declarationSylvestre Ledru2014-02-21
* [CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi2014-02-21
* [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi2014-02-21
* [CMake] llvm_add_library: Add dependencies also to objlibs as workaround of C...NAKAMURA Takumi2014-02-21
* [CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib ...NAKAMURA Takumi2014-02-21
* Teach LLVM-Config to use logical target names (2/2)NAKAMURA Takumi2014-02-21
* Teach LLVM-Config to use logical target names (1/2)NAKAMURA Takumi2014-02-21
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo2014-02-21
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-21
* Rename a few more DataLayout variables.Rafael Espindola2014-02-21
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* Make sure that value handle users see the transformation of an indirect call ...Nick Lewycky2014-02-20
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-20
* cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer2014-02-20
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-20
* test_debuginfo.pl: Make failures easier to debug by printing the debuggerAdrian Prantl2014-02-20