[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macro
[oota-llvm.git] / include /
2013-06-04 Michael GottesmanIEEE-754R 5.7.2 General Operations is* operations ...
2013-06-03 Manuel KlimekIntroduce needsCleanup() for APFloat and APInt.
2013-06-02 Rui Ueyama[Object/COFF] Add dos_header, pe32{,plus}_header and...
2013-06-02 Jim GrosbachWhitespace.
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-06-01 Benjamin KramerDenseMap: Move the key into place when we use the move...
2013-06-01 Michael GottesmanRemoved a comment above an include which is unnecessary...
2013-06-01 Michael GottesmanAdded method comments for getZero,getInf.
2013-06-01 Michael GottesmanUpdated APFloat's comments to fit the LLVM style guide.
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Rafael EspindolaUse just a ArrayRef<uint8_t> to store both hex string...
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaRemove union to fix build in c++03.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-31 Andrew TrickFix ScalarEvolution::ComputeExitLimitFromCond for ...
2013-05-31 Matt ArsenaultFix wrong comment. Null is not acceptable.
2013-05-30 Eric ChristopherFix a couple of typos and 80-col.
2013-05-30 Ahmed BougachaMCObjectSymbolizer: Switch from IntervalMap to sorted...
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-30 Daniel JasperFix warning on varialbe unused in opt builds.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-30 Rafael EspindolaRemove dead return.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
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
next