1. 23a22cd Don't print default values for NumberOfAuxSymbols and AuxiliaryData. by Rafael Espindola · 11 years ago
  2. 5fd5fe0 Move BinaryRef to a new include/llvm/Object/YAML.h file. by Rafael Espindola · 11 years ago
  3. 6c1202c Handle relocations that don't point to symbols. by Rafael Espindola · 11 years ago
  4. b30718a IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical). by Michael Gottesman · 11 years ago
  5. abff3aa Introduce needsCleanup() for APFloat and APInt. by Manuel Klimek · 11 years ago
  6. 0a972fa [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory. by Rui Ueyama · 11 years ago
  7. 2ee6c7f Whitespace. by Jim Grosbach · 11 years ago
  8. 7c2b4be Move getRealLinkageName to a common place and remove all the duplicates of it. by Benjamin Kramer · 11 years ago
  9. da8b91a DenseMap: Move the key into place when we use the move version of operator[]. by Benjamin Kramer · 11 years ago
  10. 2e2922c Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment. by Michael Gottesman · 11 years ago
  11. 8a70f58 Added method comments for getZero,getInf. by Michael Gottesman · 11 years ago
  12. 7f88a3b Updated APFloat's comments to fit the LLVM style guide. by Michael Gottesman · 11 years ago
  13. 23ed37a Make SubRegIndex size mandatory, following r183020. by Ahmed Bougacha · 11 years ago
  14. 769d24a Add support for adding the contents of a StringRef to the MD5 hash. by Eric Christopher · 11 years ago
  15. 800e6ee Move "unsigned char" -> "uint8_t". by Eric Christopher · 11 years ago
  16. 06f5ebc Loop Strength Reduce: Scaling factor cost. by Quentin Colombet · 11 years ago
  17. e17388f Use just a ArrayRef<uint8_t> to store both hex string and binary data. by Rafael Espindola · 11 years ago
  18. 0612081 Rename COFFYaml.h to COFFYAML.h for consistency. by Rafael Espindola · 11 years ago
  19. 0e07d1a Remove union to fix build in c++03. by Rafael Espindola · 11 years ago
  20. 05bc4a6 Don't allocate temporary string for section data. by Rafael Espindola · 11 years ago
  21. bed2308 Add a way to define the bit range covered by a SubRegIndex. by Ahmed Bougacha · 11 years ago
  22. 6160114 Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions. by Andrew Trick · 11 years ago
  23. 04b0bcf Fix wrong comment. Null is not acceptable. by Matt Arsenault · 11 years ago
  24. dab867e Fix a couple of typos and 80-col. by Eric Christopher · 11 years ago
  25. b54d297 MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625. by Ahmed Bougacha · 11 years ago
  26. 964722c Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown). by Michael Gottesman · 11 years ago
  27. aebc1b3 Fix warning on varialbe unused in opt builds. by Daniel Jasper · 11 years ago
  28. 7486d92 Change how we iterate over relocations on ELF. by Rafael Espindola · 11 years ago
  29. 3b7f3b1 Remove dead return. by Rafael Espindola · 11 years ago
  30. 6e0b2a0 Order CALLSEQ_START and CALLSEQ_END nodes. by Andrew Trick · 11 years ago
  31. cc5a882 Don't reach into the middle of TargetMachine and cache one of its ivars. by Bill Wendling · 11 years ago
  32. 88c7440 Simplify logic by using the appropriate functions. by Adrian Prantl · 11 years ago
  33. 4af9230 Debug Info: Reorder accessor to match field order. by David Blaikie · 11 years ago
  34. e4ee452 [Mips] Add Mips specific dynamic table entry tags. by Simon Atanasyan · 11 years ago
  35. ee21b6f Add support for llvm.vectorizer metadata by Paul Redmond · 11 years ago
  36. a32edcf [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for use in APFloat IEEE-754R 2008 nextUp/nextDown function. by Michael Gottesman · 11 years ago
  37. 2275cfd Remove the MCRegAliasIterator tables and compute the aliases dynamically. by Chad Rosier · 11 years ago
  38. a84a83b Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer. by James Molloy · 11 years ago
  39. 9f5de6d Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias another argument, even if the other argument is not itself marked noalias. by Michael Kuperstein · 11 years ago
  40. b704d23 Convert sqrt functions into sqrt instructions when -ffast-math is in effect. by Preston Gurd · 11 years ago
  41. 03abfc7 Disable the StringMapEntry copy constructor, to make sure we by Chris Lattner · 11 years ago
  42. 6005727 Add some comments to the stringify function. by Eric Christopher · 11 years ago
  43. dd0fb01 Track IR ordering of SelectionDAG nodes 3/4. by Andrew Trick · 11 years ago
  44. ac6d9be Track IR ordering of SelectionDAG nodes 2/4. by Andrew Trick · 11 years ago
  45. ea5db0c Track IR ordering of SelectionDAG nodes 1/4. by Andrew Trick · 11 years ago
  46. ba3500e Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats. by Andrew Trick · 11 years ago
  47. f7306f2 ArrayRef-ize MD5 and clean up a few variable names. by Eric Christopher · 11 years ago
  48. 3b77151 [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. by Michael J. Spencer · 11 years ago
  49. 4e505a4 Tidy up. Whitespace. by Jim Grosbach · 11 years ago
  50. de7cbbf Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 11 years ago
  51. fce7b6b clang formatted APFloat.h by Michael Gottesman · 11 years ago
  52. 612ca08 clang-formatted APInt.h by Michael Gottesman · 11 years ago
  53. 927d8dc MathExtras: Return the result of find(First|Last)Set in the input type. by Benjamin Kramer · 11 years ago
  54. c6af243 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 11 years ago
  55. a0cfb8f [Support][MathExtras] Add missing include and disable _BitScan{Forward,Reverse}64 on non x64 MSVC systems. by Michael J. Spencer · 11 years ago
  56. 36fe3f2 [Support] Add type generic bit utilities to MathExtras.h by Michael J. Spencer · 11 years ago
  57. 77226a0 Add a new function attribute 'cold' to functions. by Diego Novillo · 11 years ago
  58. 49a6a8d Remove the Copied parameter from MemoryObject::readBytes. by Benjamin Kramer · 11 years ago
  59. ef99356 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 11 years ago
  60. 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 11 years ago
  61. f8c243a Re-implement DebugIR in a way that does not subclass AssemblyWriter: by Daniel Malea · 11 years ago
  62. edaa58e by Ulrich Weigand · 11 years ago
  63. a519666 Fixed trailing whitespace. by Michael Gottesman · 11 years ago
  64. cbc8777 Updated the comments of APInt.h to match the llvm style guide and be consistent. No functionality change. by Michael Gottesman · 11 years ago
  65. 549221f Minor fix to comment from my previous commit. by Chad Rosier · 11 years ago
  66. 6cd0d18 Simplify the logic described in the comment. by Chad Rosier · 11 years ago
  67. 3d33184 Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type by David Blaikie · 11 years ago
  68. 9e8dbe0 Remove unneeded call to a base default ctor by Reid Kleckner · 11 years ago
  69. 039c56f Fix StringMapIterator compile errors for non-MSVC compilers. by Reid Kleckner · 11 years ago
  70. 0e1fae4 Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator by Chad Rosier · 11 years ago
  71. 284ffa3 [Support] Add StringMap::swap() and a default ctor for iterators by Reid Kleckner · 11 years ago
  72. f9c3ea3 Create an FPOW SDNode opcode def in the target independent .td file rather than in a specific backend. by Owen Anderson · 11 years ago
  73. 6cfed36 Expose the RTDyldMemoryManager through the C API. This allows clients of by Filip Pizlo · 11 years ago
  74. 01ef4f6 Define BYTE_ORDER on Solaris. by Jakob Stoklund Olesen · 11 years ago
  75. a4ea4a7 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 11 years ago
  76. 50f19a9 Roll out r182411 and 182412 because it's still broken. by Filip Pizlo · 11 years ago
  77. 876af64 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 11 years ago
  78. 1441bf7 Roll out r182407 and r182408 because they broke builds. by Filip Pizlo · 11 years ago
  79. 52755c4 Expose the RTDyldMemoryManager through the C API. This allows clients of by Filip Pizlo · 11 years ago
  80. 3bcc3e6 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 11 years ago
  81. 15e3b0c Remove duplicated comment. by Benjamin Kramer · 11 years ago
  82. b9c26dc [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic by Justin Holewinski · 11 years ago
  83. 9f31f7c Add an md5 library derived from a public domain implementation for dwarf4 by Eric Christopher · 11 years ago
  84. 6f43379 Comment update: these things are called "configuration names" these days, not by Richard Smith · 11 years ago
  85. 7b72cc7 PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  86. 3b1040c The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase like the other EH passes. by Bill Wendling · 11 years ago
  87. 4e6b24f Rename LoopSimplify.h to LoopUtils.h by Hal Finkel · 11 years ago
  88. fc32605 Expose InsertPreheaderForLoop from LoopSimplify to other passes by Hal Finkel · 11 years ago
  89. e932e89 Enable pod-like optimizations for pred and succ iterators. by Benjamin Kramer · 11 years ago
  90. 769b70e Add basic support for ELF32-ppc relocations to llvm-dwarfdump. by Benjamin Kramer · 11 years ago
  91. 225ed70 Add LLVMContext argument to getSetCCResultType by Matt Arsenault · 11 years ago
  92. 2bbe378 Convert obj2yaml to use yamlio. by Rafael Espindola · 11 years ago
  93. 63f3ca5 Add missing -*- C++ -*- to headers by Matt Arsenault · 11 years ago
  94. 115fb70 Add missing verb to comment in PassNameParser.h Patch by Mark Seaborn. by Derek Schuff · 11 years ago
  95. d14743e Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  96. abb38fe Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 11 years ago
  97. 6b67ffd Remove addFrameMove. by Rafael Espindola · 11 years ago
  98. 997fa62 Add TargetRegisterInfo::getCoveringLanes(). by Jakob Stoklund Olesen · 11 years ago
  99. 8c0f4fc Fix PBQP graph iterator typedefs. by Lang Hames · 11 years ago
  100. 2aa6db9 Remove dead code. by Eli Bendersky · 11 years ago