summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-23
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-23
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-22
* Speling fixes.Benjamin Kramer2013-10-22
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-22
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-22
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* fix two typos.Adrian Prantl2013-10-21
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-21
* Remove unused TargetLowering field.Matt Arsenault2013-10-21
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-21
* Remove unused SCEV functionsMatt Arsenault2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* [DebugInfo] Remove unneeded struct member and hide struct definition. No func...Alexey Samsonov2013-10-18
* [DebugInfo] Remove dead code.Alexey Samsonov2013-10-18
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-17
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-17
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-17