aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-201-2/+0
* 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
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-191-0/+2
* llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg2013-09-191-1/+1
* 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
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-171-0/+21
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-171-1/+3
* simplify expressionAdrian Prantl2013-09-171-1/+1
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-0/+7
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-161-0/+11
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-3/+10
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+3
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-143-9/+0
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-131-1/+0
* Add warn_unused_result to empty() on various containers.Benjamin Kramer2013-09-134-5/+9
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-1/+22
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-121-1/+1
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-124-5/+40
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-121-2/+2
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-111-1/+1
* Add getUnrollingPreferences to TTIHal Finkel2013-09-111-0/+31
* Debug Info: move class definition of DIRef.Manman Ren2013-09-111-48/+48