summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* [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
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-25
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-25
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-25
* Use c comments.Rafael Espindola2013-10-25
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-25
* Fix ODR violation.Richard Smith2013-10-25
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-25
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-24
* Formatting and whitespace.Eric Christopher2013-10-24
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.Zonr Chang2013-10-24
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-24
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-24
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* Fixed doxygen comment to match Module.cppYuchen Wu2013-10-23
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-23
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-23
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-23
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23