aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* update mach-o EXPORT_SYMBOL_* namesNick Kledzik2013-10-081-2/+2
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-0/+3
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-1/+1
* Remove dead code.Rafael Espindola2013-10-071-45/+0
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-073-0/+17
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-063-17/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-063-0/+17
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-061-0/+30
* [Mips] Add MIPS program header types.Simon Atanasyan2013-10-061-1/+6
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-051-59/+3
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-053-44/+20
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-052-1/+20
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+2
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-8/+14
* Pull this out for a bit of readability.Eric Christopher2013-10-041-15/+18
* Reformat.Eric Christopher2013-10-041-832/+791
* Formatting.Eric Christopher2013-10-041-1/+1
* 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