1. 0941534 add attributes and module level asm to the ocaml bindings, by Chris Lattner · 15 years ago
  2. 16ddd885 Adding IPSCCP and Internalize passes to the C-bindings by Wesley Peck · 15 years ago
  3. 76e94e5 Move 'Optional' class from Clang to LLVM/ADT. by Ted Kremenek · 15 years ago
  4. 666f8cb Fix up header comments to match the comment fixups I made in r100849. by Bob Wilson · 15 years ago
  5. 094b1c8 Don't use reserved identifiers. by Dan Gohman · 15 years ago
  6. e056781 Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. by Dan Gohman · 15 years ago
  7. 287df1b delete a forwarding function. by Chris Lattner · 15 years ago
  8. 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
  9. 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
  10. f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
  11. a57fabe Coalescer should not delete copy instructions whose defs are partially dead. e.g. by Evan Cheng · 15 years ago
  12. 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago
  13. 88ccf74 Fix a comment. by Dan Gohman · 15 years ago
  14. 180c3d4 Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will by Benjamin Kramer · 15 years ago
  15. c3b0c34 Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32 store of immediates. by Evan Cheng · 15 years ago
  16. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
  17. 2dbc8bd Fix typo. by Evan Cheng · 15 years ago
  18. 38686bd introduce a new recoverable error handling API to LLVMContext by Chris Lattner · 15 years ago
  19. b0094c2 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 15 years ago
  20. 71988f1 Add support for stpncpy_chk. by Eric Christopher · 15 years ago
  21. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  22. 1ca6531 remove some unneeded errorhandling stuff. by Chris Lattner · 15 years ago
  23. f88c856 minor tidying up by Chris Lattner · 15 years ago
  24. 448db1c Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 15 years ago
  25. 4b38deb Remove late ARM codegen optimization pass committed by accident. by Anton Korobeynikov · 15 years ago
  26. 9ad709b Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack anymore. by Anton Korobeynikov · 15 years ago
  27. 391b343 Make use of new reserved/required scheduling stuff: introduce VFP and NEON locks to model domain cross stalls precisly. by Anton Korobeynikov · 15 years ago
  28. 96085a3 Initial support for different kinds of FU reservation. by Anton Korobeynikov · 15 years ago
  29. 977dfce Add hook to insert late LLVM=>LLVM passes just before isel by Anton Korobeynikov · 15 years ago
  30. decc267 Three changes: by Chris Lattner · 15 years ago
  31. d94671a Post regalloc LICM. Work in progress. by Evan Cheng · 15 years ago
  32. aa59c88 Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler. by Bill Wendling · 15 years ago
  33. 7798043 this accessor doesn't need to copy the string. by Chris Lattner · 15 years ago
  34. b019491 enhance SMDiagnostic to also maintain a pointer to the SourceMgr. by Chris Lattner · 15 years ago
  35. adc6e06 Avoid overflowing a signed integer which triggers undefined behaviour. by Jakob Stoklund Olesen · 15 years ago
  36. 885d941 propagate cookie management out one layer of function calls. by Chris Lattner · 15 years ago
  37. 421ccd9 Give MachineModuleInfo an actual Module*. by Chris Lattner · 15 years ago
  38. 42a4ee0 give LLVMContext an inline asm diagnostic hook member. by Chris Lattner · 15 years ago
  39. 214aa8a give the SourceMgr object a cookie. by Chris Lattner · 15 years ago
  40. 8f0f480 Give llvm::SourceMgr the ability to have a client-specified diagnostic handler. by Chris Lattner · 15 years ago
  41. a039486 Remove MaybeOwningPtr. We're going to use reference-counting instead. by Douglas Gregor · 15 years ago
  42. 79180e2 Give AsmParser an option to control whether it finalizes the stream. New demo: by Chris Lattner · 15 years ago
  43. e072ab8 add a comment. by Chris Lattner · 15 years ago
  44. 4c842dd stringref-ize the MemoryBuffer::get apis. This requires by Chris Lattner · 15 years ago
  45. 2ee3522 Introduce MaybeOwningPtr, a smart pointer that may (or may not) have by Douglas Gregor · 15 years ago
  46. 54ab2e9 Add an isReachableFromEntry to MachineDominators, following the one by Dan Gohman · 15 years ago
  47. b742b25 trim some prototypes. by Chris Lattner · 15 years ago
  48. 512063d remove the now-redundant MMI pointer in SelectionDAG. by Chris Lattner · 15 years ago
  49. de6e783 remove some redundant MMI arguments. by Chris Lattner · 15 years ago
  50. ed3a806 unthread MMI from FastISel by Chris Lattner · 15 years ago
  51. a267b00 remove the MMI pointer from MachineFrameInfo. by Chris Lattner · 15 years ago
  52. 820e55e enhance MachineFunction to have a MMI pointer. by Chris Lattner · 15 years ago
  53. 655d828 prune #includes. by Chris Lattner · 15 years ago
  54. 493c976 finally blast DwarfWriter away. by Chris Lattner · 15 years ago
  55. 49cd664 change AsmPrinter to use DwarfDebug/DwarfException directly by Chris Lattner · 15 years ago
  56. ea76186 trim some spurious references to DwarfWriter. SDIsel really doesn't by Chris Lattner · 15 years ago
  57. fddb766 Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. by Jakob Stoklund Olesen · 15 years ago
  58. ba79d72 selection dag doesn't need DwarfWriter, remove some tendrils. by Chris Lattner · 15 years ago
  59. d850ac7 fastisel doesn't need DwarfWriter, remove some tendricles. by Chris Lattner · 15 years ago
  60. d38fee8 1) make DIE take AsmPrinter instead of DwarfPrinter. by Chris Lattner · 15 years ago
  61. 02b86b9 Move EmitFrameMoves into AsmPrinter. by Chris Lattner · 15 years ago
  62. 3c754aa missed a header :( by Chris Lattner · 15 years ago
  63. 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
  64. 0887fa0 isAbsoluteEHSectionOffsets always returns false, eliminate it by Chris Lattner · 15 years ago
  65. d2af785 move some more stuff to asmprinter. by Chris Lattner · 15 years ago
  66. 9be4913 simplify some code. by Chris Lattner · 15 years ago
  67. c021572 move gettemplabel and getdwlabel to AsmPrinter and rename them for consistency. by Chris Lattner · 15 years ago
  68. 7e1a8f8 move uleb/sleb printing into AsmPrinter from DwarfPrinter. by Chris Lattner · 15 years ago
  69. 17fedf2 more interface cleanup make some helpers static functions. by Chris Lattner · 15 years ago
  70. 3f53c83 clean up the asmprinter header and privatize some stuff. by Chris Lattner · 15 years ago
  71. 736e31d split inline asm support out to its own .cpp file. by Chris Lattner · 15 years ago
  72. 2851995 inline processDebugLoc and simplify it. by Chris Lattner · 15 years ago
  73. 300a4c5 clean up the asmprinter interface a bit, rename a few by Chris Lattner · 15 years ago
  74. 9d1c1ad remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 15 years ago
  75. bbef815 Switch SSEDomainFix to SpecificBumpPtrAllocator. by Jakob Stoklund Olesen · 15 years ago
  76. e00b59f lazily allocate the GCMetadataPrinters map and remove DenseMap by Chris Lattner · 15 years ago
  77. b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
  78. 75f5072 remove the raw_ostream from various dwarf printing things. by Chris Lattner · 15 years ago
  79. 7d73c7f mcize the gc metadata printing stuff. by Chris Lattner · 15 years ago
  80. c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
  81. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  82. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
  83. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  84. 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
  85. 58bc4dd add a twine form of MCStreamer::EmitRawText, and mc'ize by Chris Lattner · 15 years ago
  86. f94f8dc start moving towards emitting inline asm statements with by Chris Lattner · 15 years ago
  87. 91bead7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 15 years ago
  88. 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 15 years ago
  89. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
  90. b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 15 years ago
  91. c85eacb Fix typo aeskeygenassist -> aeskeygenassist128. by Eric Christopher · 15 years ago
  92. 5c8aa95 by David Greene · 15 years ago
  93. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
  94. 7249ef0 Skip debug info when looking for existing EH calls at the beginning of a block. by Dale Johannesen · 15 years ago
  95. f53fd37 remove compatibility typedef. by Chris Lattner · 15 years ago
  96. 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 15 years ago
  97. b494ccf remove uses of DebugLoc::getUnknownLoc. by Chris Lattner · 15 years ago
  98. dd0fbda include densemap.h explicitly and rearrange #includes. by Chris Lattner · 15 years ago
  99. de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 15 years ago
  100. f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 15 years ago