summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-03
* Add v4f16 to supported value types.Pete Cooper2013-10-03
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-02
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02
* Program.h: Fix \Note into \note. [-Wdocumentation]NAKAMURA Takumi2013-10-02
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-01
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-30
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-30
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-30
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-30
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-30
* Remove an old workaround for a compiler that EOL'd years ago.Benjamin Kramer2013-09-29
* Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.Benjamin Kramer2013-09-29
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-28
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-27
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-27
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-27
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-27
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-26
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-25
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-25
* Undefine NetBSD, it may have been defined by an earlier include ofJoerg Sonnenberger2013-09-25
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* Try again to fix the MSVC build.Peter Collingbourne2013-09-25
* Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.Peter Collingbourne2013-09-25
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-24
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-24
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-24
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24