aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-242-0/+326
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-241-0/+1
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-242-1/+6
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-4/+8
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-241-8/+4
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-244-79/+167
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-2311-27/+46
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-231-0/+1
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-8/+8
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-231-6/+6
* Remove dead codeDavid Blaikie2013-09-221-4/+0
* StringRef-ize some thingsDavid Blaikie2013-09-221-5/+4
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-222-8/+11
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-202-14/+71
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-3/+2
* Fixed warningRichard Mitton2013-09-191-1/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-193-1/+23
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-192-9/+9
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-7/+13
* Unbreak C++03 build.Benjamin Kramer2013-09-191-4/+6
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-31/+42
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-191-21/+18
* Add function DominatorTree::getDescendants(). Shuxin Yang2013-09-191-0/+20
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-191-0/+17
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-5/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+5
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-181-1/+2
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-181-0/+16
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-181-0/+3
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-171-0/+16