aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* reverting per requestJack Carter2013-10-041-5/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+5
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-14/+8
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-041-2/+0
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-041-0/+2
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-2/+18
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-031-7/+7
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-033-7/+41
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-031-1/+1
* Add v4f16 to supported value types.Pete Cooper2013-10-033-29/+37
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-021-0/+2
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-0211-1064/+0
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-021-0/+5
* Program.h: Fix \Note into \note. [-Wdocumentation]NAKAMURA Takumi2013-10-021-2/+2
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-023-13/+18
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-8/+14
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-011-0/+2
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-7/+55
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-011-0/+4
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-012-0/+61
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-301-2/+2
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-301-8/+13
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-302-9/+24
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-301-2/+0
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-0/+48
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-301-34/+28
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-302-1/+9
* Remove an old workaround for a compiler that EOL'd years ago.Benjamin Kramer2013-09-291-6/+0
* Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.Benjamin Kramer2013-09-291-10/+7
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-284-5/+5
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+5
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-271-0/+97
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-274-16/+16
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-271-1/+7
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-2/+54
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-271-0/+66
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-0/+3
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-0/+2
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-271-0/+4
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-38/+2
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-2/+38
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-262-1/+8
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-263-4/+30
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-261-0/+3
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-251-0/+1
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-252-4/+20
* Undefine NetBSD, it may have been defined by an earlier include ofJoerg Sonnenberger2013-09-251-0/+1
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+7
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-7/+0
* Try again to fix the MSVC build.Peter Collingbourne2013-09-251-1/+1