Add colored diagnostics when building LLVM with cmake + ninja + clang
[oota-llvm.git] / include /
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-29 Adrian PrantlSimplify logic by using the appropriate functions.
2013-05-29 David BlaikieDebug Info: Reorder accessor to match field order.
2013-05-28 Simon Atanasyan[Mips] Add Mips specific dynamic table entry tags.
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-05-28 Chad RosierRemove the MCRegAliasIterator tables and compute the...
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-05-25 Chris LattnerDisable the StringMapEntry copy constructor, to make...
2013-05-25 Eric ChristopherAdd some comments to the stringify function.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 1/4.
2013-05-25 Andrew TrickFix RecyclingAllocator::PrintStats to print the underly...
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Michael J. Spencer[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 Jim GrosbachTidy up. Whitespace.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Michael Gottesmanclang formatted APFloat.h
2013-05-24 Michael Gottesmanclang-formatted APInt.h
2013-05-24 Benjamin KramerMathExtras: Return the result of find(First|Last)Set...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Michael J. Spencer[Support][MathExtras] Add missing include and disable...
2013-05-24 Michael J. Spencer[Support] Add type generic bit utilities to MathExtras.h
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-05-23 Michael GottesmanFixed trailing whitespace.
2013-05-23 Michael GottesmanUpdated the comments of APInt.h to match the llvm style...
2013-05-22 Chad RosierMinor fix to comment from my previous commit.
2013-05-22 Chad RosierSimplify the logic described in the comment.
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-22 Reid KlecknerRemove unneeded call to a base default ctor
2013-05-22 Reid KlecknerFix StringMapIterator compile errors for non-MSVC compi...
2013-05-22 Chad RosierAdd the IncludeSelf parameter to the MCSubRegIterator...
2013-05-22 Reid Kleckner[Support] Add StringMap::swap() and a default ctor...
2013-05-22 Owen AndersonCreate an FPOW SDNode opcode def in the target independ...
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Jakob Stoklund OlesenDefine BYTE_ORDER on Solaris.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Benjamin KramerRemove duplicated comment.
2013-05-21 Justin Holewinski[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
2013-05-21 Eric ChristopherAdd an md5 library derived from a public domain impleme...
2013-05-20 Richard SmithComment update: these things are called "configuration...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-20 Bill WendlingThe DWARF EH pass doesn't need the TargetMachine, only...
2013-05-20 Hal FinkelRename LoopSimplify.h to LoopUtils.h
2013-05-20 Hal FinkelExpose InsertPreheaderForLoop from LoopSimplify to...
2013-05-20 Benjamin KramerEnable pod-like optimizations for pred and succ iterators.
2013-05-18 Benjamin KramerAdd basic support for ELF32-ppc relocations to llvm...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-17 Matt ArsenaultAdd missing -*- C++ -*- to headers
2013-05-17 Derek SchuffAdd missing verb to comment in PassNameParser.h
2013-05-17 Sylvestre LedruFix a typo (ouput => output)
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-05-16 Lang HamesFix PBQP graph iterator typedefs.
2013-05-15 Eli BenderskyRemove dead code.
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
2013-05-15 Douglas GregorAdd missing #include
2013-05-15 Ulrich WeigandRemove MCELFObjectTargetWriter::adjustFixupOffset hack
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-15 NAKAMURA TakumiELFRelocationEntry::operator<(): Try to stabilize the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 David BlaikieCorrect parameter name in doc comment to match declaration.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-09 Dmitri GribenkoDocumentation warning: \param, not \parm
2013-05-09 Jordan RoseRewrite assert to avoid warning when the record element...
2013-05-09 Rafael EspindolaAvoid runtime type checks.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-08 Dmitri GribenkoUse correct parameter names in comments [-Wdocumentation]
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-08 Daniel MaleaPull up AssemblyWriter interface into header to allow...
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Jean-Luc DupratProvide InstCombines for the following 3 cases:
2013-05-06 Duncan SandsFix formatting. Patch by o11c.
2013-05-06 Rafael EspindolaFix const merging when an alias of a const is llvm...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
next