summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* Fix build breakage.Rui Ueyama2014-02-20
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-20
* Remove unnecessary copy of array_lengthof.Benjamin Kramer2014-02-20
* AArch64: __va_list.__stack must be 8-byte alignedOliver Stannard2014-02-20
* [AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier2014-02-20
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-20
* [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.NAKAMURA Takumi2014-02-20
* [CMake] intrinsics_gen: Use add_public_tablegen_target().NAKAMURA Takumi2014-02-20
* AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.Benjamin Kramer2014-02-20
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-20
* Added release note about making all inline assembly parsed (even for assemblyDaniel Sanders2014-02-20
* COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi2014-02-20
* [x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...Craig Topper2014-02-20
* AVX-512: added a lit test for truncate operationElena Demikhovsky2014-02-20
* AVX-512: Fixed compilation issueElena Demikhovsky2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20