summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
* Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good...Filip Pizlo2013-11-03
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-03
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Add to the disassembler C API output reference types forKevin Enderby2013-11-01
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-31
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-31
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-31
* Cleanup: update comments.Manman Ren2013-10-31
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* Add experimental stackmap intrinsics to definition file and documenation.Andrew Trick2013-10-31
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-31
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-30
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-30
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-30
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-30
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-30
* Refactor the AVX512 intrinsics. Cluster the intrinsics into the appropriate v...Cameron McInally2013-10-30
* Rehash but don't grow when full of tombstones.Howard Hinnant2013-10-30
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-30
* Reformat code with clang-format.Josh Magee2013-10-30
* StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation]NAKAMURA Takumi2013-10-30
* Trailing whitespace in a comment line.NAKAMURA Takumi2013-10-30
* [stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee2013-10-29
* Update commentMatt Arsenault2013-10-29
* Workaround MSVC 32-bit miscompile of getCondCodeAction.Matt Arsenault2013-10-29
* Remove declared but not implemented function.Rafael Espindola2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Clarify that GlobalVariables definitions must have an initializer.Rafael Espindola2013-10-29
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-29
* Fix "existant" typosAlp Toker2013-10-29
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-28
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-28
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-27
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27