aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi2013-11-071-1/+1
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-061-0/+1
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-061-21/+23
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-061-0/+20
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-061-6/+6
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-061-0/+36
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-0/+36
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-061-0/+40
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-061-0/+8
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-061-8/+20
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-051-29/+7
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-051-9/+10
* Use error_code in GVMaterializer.Rafael Espindola2013-11-051-8/+4
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-051-0/+8
* [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...Peter Zotov2013-11-051-0/+3
* Fix symbol defines in config.h.cmakeAlp Toker2013-11-051-3/+3
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-2/+19
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-051-6/+17
* Simplify ErrorOr.Rafael Espindola2013-11-051-214/+5
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-051-1/+2
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-041-3/+21
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
* AVX-512: fixed a typo in builtin nameElena Demikhovsky2013-11-041-6/+6
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-042-12/+8
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-031-0/+28
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+12
* Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good...Filip Pizlo2013-11-031-0/+3
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-031-0/+6
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-024-86/+2
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+1
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-012-12/+2
* Add to the disassembler C API output reference types forKevin Enderby2013-11-011-0/+11
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+11
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-311-0/+3
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-311-0/+107
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-313-32/+1
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+40
* Cleanup: update comments.Manman Ren2013-10-311-1/+1
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-313-1/+28
* Add experimental stackmap intrinsics to definition file and documenation.Andrew Trick2013-10-311-0/+13
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-1/+1
* Remove another unused flag.Rafael Espindola2013-10-311-8/+0
* Remove unused flag.Rafael Espindola2013-10-311-5/+0
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-311-0/+12
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-312-38/+38
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-1/+1
* [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-301-2/+24
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-0/+6
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-8/+16
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-301-4/+8