Add #include of raw_ostream.h to MipsSEISelLowering.cpp
[oota-llvm.git] / include /
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Cameron McInallyRefactor the AVX512 intrinsics. Cluster the intrinsics...
2013-10-30 Howard HinnantRehash but don't grow when full of tombstones.
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-30 NAKAMURA TakumiStackProtector.h: Fix trailing comments for doxygen...
2013-10-30 NAKAMURA TakumiTrailing whitespace in a comment line.
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-10-29 Matt ArsenaultUpdate comment
2013-10-29 Matt ArsenaultWorkaround MSVC 32-bit miscompile of getCondCodeAction.
2013-10-29 Rafael EspindolaRemove declared but not implemented function.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-29 Rafael EspindolaClarify that GlobalVariables definitions must have...
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-28 Richard SandifordKeep TBAA info when rewriting SelectionDAG loads and...
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...
next