summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-23
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-23
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* Remove dead codeDavid Blaikie2013-09-22
* StringRef-ize some thingsDavid Blaikie2013-09-22
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-20
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-20
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-20
* Fixed warningRichard Mitton2013-09-19
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Unbreak C++03 build.Benjamin Kramer2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-19
* llvm-c: Make LLVMGetFirstTarget a proper prototypeAnders Waldenborg2013-09-19
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-19
* Add function DominatorTree::getDescendants(). Shuxin Yang2013-09-19
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-18
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-17
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-17
* simplify expressionAdrian Prantl2013-09-17
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-16
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-14
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-13
* Add warn_unused_result to empty() on various containers.Benjamin Kramer2013-09-13
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-12
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Add getUnrollingPreferences to TTIHal Finkel2013-09-11
* Debug Info: move class definition of DIRef.Manman Ren2013-09-11