aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-0/+6
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-281-0/+5
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-271-0/+26
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-4/+0
* Quick look-up for block in loop.Wan Xiaofei2013-10-262-33/+26
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-251-1/+1
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-6/+2
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+28
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-251-1/+1
* Use c comments.Rafael Espindola2013-10-251-3/+3
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-0/+2
* LegalizeDAG: allow libcalls for max/min atomic operationsTim Northover2013-10-251-0/+20
* Fix ODR violation.Richard Smith2013-10-252-4/+4
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-251-1/+17
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-1/+2
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-241-9/+23
* Formatting and whitespace.Eric Christopher2013-10-241-9/+8
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-7/+1
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-1/+7
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-1/+2
* Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.Zonr Chang2013-10-241-0/+1
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-241-0/+5
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+3
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-241-2/+5
* Fixed doxygen comment to match Module.cppYuchen Wu2013-10-231-1/+1
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-2/+5
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-231-0/+4
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-231-12/+9
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-238-41/+40
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-231-0/+4
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-231-4/+4
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-0/+11
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-231-2/+6
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-221-3/+3
* Speling fixes.Benjamin Kramer2013-10-228-10/+10
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-221-1/+40
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+8
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-2/+2
* fix two typos.Adrian Prantl2013-10-211-2/+2
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-2/+2
* Remove unused TargetLowering field.Matt Arsenault2013-10-211-4/+0
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-211-3/+7
* Remove unused SCEV functionsMatt Arsenault2013-10-211-9/+0
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-1/+1
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-211-27/+68
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-211-0/+82
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-211-4/+4
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-29/+44
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+7
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-181-0/+8