lit: multiprocessing platform fix attempt
[oota-llvm.git] / include /
2013-10-27 Elena DemikhovskyAVX-512: PMIN/PMAX intrinsics and patterns
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-10-25 Rafael EspindolaUse c comments.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-25 Richard SmithFix ODR violation.
2013-10-25 Yuchen WuSupport for reading program counts in llvm-cov.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-24 Eric ChristopherFormatting and whitespace.
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-24 Zonr ChangInclude missing Compiler.h for using LLVM_ENUM_INT_TYPE.
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-24 Yuchen WuFixed llvm-cov to count edges instead of blocks.
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
2013-10-23 Yuchen WuUse a map instead of vector to store line counts.
2013-10-23 NAKAMURA Takumillvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-23 Benjamin KramerMark zero-argument functions explicitly in C headers.
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-10-23 Tom StellardSelectionDAG: Pass along the original argument/element...
2013-10-22 Bob WilsonFix llvm-cov counts to be 64-bit integers to avoid...
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-22 Wan XiaofeiUsing FoldingSet in SelectionDAG::getVTList.
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-21 Adrian Prantlfix two typos.
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-21 Matt ArsenaultFix CodeGen for vectors of pointers with address spaces.
2013-10-21 Matt ArsenaultRemove unused SCEV functions
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-18 Michael J. Spencer[Support][YAML] Add support for accessing tags and...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-10-18 Alexey Samsonov[DebugInfo] Remove unneeded struct member and hide...
2013-10-18 Alexey Samsonov[DebugInfo] Remove dead code.
2013-10-17 Anders Waldenborgllvm-c: Add LLVMIntPtrType{,ForAS}InContext
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-17 Daniel Sanders[mips][msa] Added lsa instruction
2013-10-17 Daniel Sanders[mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
2013-10-17 Filip PizloExpose install_fatal_error_handler() through the C...
2013-10-17 Jack Carter[projects/test-suite] White space and long line fixes.
2013-10-16 Anders Waldenborgllvm-c: Add LLVMDumpType
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Rafael EspindolaAllow repeated registration again.
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-10-16 Anders Waldenborg[llvm-c] Add LLVMPrintModuleToString.
2013-10-16 Chad RosierUpdate comment.
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-16 Bill WendlingAdd a 'deleteModule' method to the Linker class.
2013-10-16 Will DietzTypeFinder: prefer iterative algorithm to keep stack...
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-15 NAKAMURA TakumiSupport/FileSystem.h: Remove a trailing comma in enum...
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-15 Eric ChristopherReformat.
2013-10-15 Anders WaldenborgRevert "Add AllTargetsBindings sublibrary" as it breaks...
2013-10-15 Anders WaldenborgAdd AllTargetsBindings sublibrary instead of having...
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-15 Chandler CarruthSimplify formatting and sort these. No functionality...
2013-10-14 Rafael EspindolaRemove dead code.
2013-10-14 Andrew TrickFix the ExecutionDepsFix pass to handle AVX instructions.
2013-10-14 Andrew TrickLiveRegUnits: Use *MBB for consistency and convenience.
2013-10-14 Andrew TrickUse a SparseSet in LiveRegUnits.
2013-10-14 Andrew TrickMove LiveRegUnits implementation into .cpp. Comment...
2013-10-14 Andrew TrickRemove extra indentation in LiveRegUnits.
2013-10-14 Andrew TrickConvert LiveRegUnits methods to the current convention...
2013-10-14 Rafael EspindolaRemove the now unused strong phi elimination pass.
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-13 Will DietzMC: Don't assume incoming StringRef's are null terminated.
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-11 Matthias BraunIntroduce ad hoc liveness tracking utility: LiveRegUnits
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-10 Matthias BraunPrint register in LiveInterval::print()
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2013-10-10 Matthias BraunWork on LiveRange instead of LiveInterval where possible
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-10-10 Matthias BraunRefactor LiveInterval: introduce new LiveRange class
next