1. 736e31d split inline asm support out to its own .cpp file. by Chris Lattner · 14 years ago
  2. 2851995 inline processDebugLoc and simplify it. by Chris Lattner · 14 years ago
  3. 300a4c5 clean up the asmprinter interface a bit, rename a few by Chris Lattner · 14 years ago
  4. 9d1c1ad remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 14 years ago
  5. bbef815 Switch SSEDomainFix to SpecificBumpPtrAllocator. by Jakob Stoklund Olesen · 14 years ago
  6. e00b59f lazily allocate the GCMetadataPrinters map and remove DenseMap by Chris Lattner · 14 years ago
  7. b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 14 years ago
  8. 75f5072 remove the raw_ostream from various dwarf printing things. by Chris Lattner · 14 years ago
  9. 7d73c7f mcize the gc metadata printing stuff. by Chris Lattner · 14 years ago
  10. c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 14 years ago
  11. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 14 years ago
  12. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 14 years ago
  13. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 14 years ago
  14. 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 14 years ago
  15. 58bc4dd add a twine form of MCStreamer::EmitRawText, and mc'ize by Chris Lattner · 14 years ago
  16. f94f8dc start moving towards emitting inline asm statements with by Chris Lattner · 14 years ago
  17. 91bead7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 14 years ago
  18. 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 14 years ago
  19. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 14 years ago
  20. b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 14 years ago
  21. c85eacb Fix typo aeskeygenassist -> aeskeygenassist128. by Eric Christopher · 14 years ago
  22. 5c8aa95 by David Greene · 14 years ago
  23. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 14 years ago
  24. 7249ef0 Skip debug info when looking for existing EH calls at the beginning of a block. by Dale Johannesen · 14 years ago
  25. f53fd37 remove compatibility typedef. by Chris Lattner · 14 years ago
  26. 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 14 years ago
  27. b494ccf remove uses of DebugLoc::getUnknownLoc. by Chris Lattner · 14 years ago
  28. dd0fbda include densemap.h explicitly and rearrange #includes. by Chris Lattner · 14 years ago
  29. de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 14 years ago
  30. f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 14 years ago
  31. cf5862d Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 14 years ago
  32. 434bd85 by David Greene · 14 years ago
  33. e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 14 years ago
  34. e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 14 years ago
  35. a6194b3 Add an explicit keyword. by Dan Gohman · 14 years ago
  36. 86bfd34 Fix SpecificBumpPtrAllocator iteration. by Torok Edwin · 14 years ago
  37. 6f69035 Rewrite another SSAUpdater function to avoid recursion. by Bob Wilson · 14 years ago
  38. 1d8f83d Revert r100143. by Eric Christopher · 14 years ago
  39. 8ef3acb by David Greene · 14 years ago
  40. 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 14 years ago
  41. 33f22e8 Change another SSAUpdater function to avoid recursion. by Bob Wilson · 14 years ago
  42. e8b6428 The SSAUpdater should avoid recursive traversals of the CFG, since that may by Bob Wilson · 14 years ago
  43. 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 14 years ago
  44. c8b82cc Introduce ImmutableCallSite, useful for contexts where no mutation by Gabor Greif · 14 years ago
  45. a41b915 switch IRBuilder to use NewDebugLoc for locations instead by Chris Lattner · 14 years ago
  46. f0100ff add comments, don't require inlined-at to be specified. by Chris Lattner · 14 years ago
  47. 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 14 years ago
  48. 61336ae Switch the representation of the location in instruction from by Chris Lattner · 14 years ago
  49. 68c5513 add a method to decode a DILocation into a NewDebugLoc. by Chris Lattner · 14 years ago
  50. ec306a9 Add aeskeygenassist intrinsic and rename all of the aes intrinsics to by Eric Christopher · 14 years ago
  51. b227925 Add a new "NewDebugLoc" class which will eventually replace DebugLoc, by Chris Lattner · 14 years ago
  52. a0c6057 Rewrite part of the SSAUpdater to be more careful about inserting redundant by Bob Wilson · 14 years ago
  53. 6417a6c Correct comment. by Duncan Sands · 14 years ago
  54. b6c72b9 fix file header. by Chris Lattner · 14 years ago
  55. 5169c9e make irbuilder use the new optimized debug info accessors. by Chris Lattner · 14 years ago
  56. 870cfcf add new apis for getting/setting !dbg metadata on by Chris Lattner · 14 years ago
  57. ec39f09 Fix a major source of compile-time slowness at -O0 -g by optimizing by Chris Lattner · 14 years ago
  58. 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 14 years ago
  59. 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 14 years ago
  60. 991de14 Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows by Benjamin Kramer · 14 years ago
  61. 132a994 Fix llvm-ld to clean up its output files in case of an error. by Dan Gohman · 14 years ago
  62. 8258d0b Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 14 years ago
  63. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 14 years ago
  64. 0179e97 Switch isa_impl from a function template to a class template with a by Douglas Gregor · 14 years ago
  65. 6ce5792 Introduce namespace-scope functions to enable LLVM statistics without by Douglas Gregor · 14 years ago
  66. 8260ea5 Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' instead of 'static'. by Ted Kremenek · 14 years ago
  67. 01cb1b6 Reapply r99881 with some fixes: only call destructor in releaseMemory! by Torok Edwin · 14 years ago
  68. 226dd2b Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. by Torok Edwin · 14 years ago
  69. 2a22004 Introduce another Reset() method in BumpPtrAllocator that calls a destructor by Torok Edwin · 14 years ago
  70. cebf5bc stringref'ize Timer apis by Chris Lattner · 14 years ago
  71. 83fa78e finally, maintain a global list of timer groups, allowing us to by Chris Lattner · 14 years ago
  72. ecdbff8 add a new TimerGroup::print method, and refactor away the bogus by Chris Lattner · 14 years ago
  73. 9f9f6d1 if a timergroup is destroyed before its timers, print times. by Chris Lattner · 14 years ago
  74. b931269 change TimerGroup to keep a linked list of active timers by Chris Lattner · 14 years ago
  75. a782e75 reapply my timer rewrite with a change for PassManager to store by Chris Lattner · 14 years ago
  76. 0d2725a revert r99862 which is causing FNT failures. by Chris Lattner · 14 years ago
  77. 9fa0eff fairly major rewrite of various timing related stuff. by Chris Lattner · 14 years ago
  78. fc86c3c remove support for per-time peak memory tracking, this by Chris Lattner · 14 years ago
  79. 0ea86bc various timer fixes: move operator= out of line, by Chris Lattner · 14 years ago
  80. 34247a0 Make isInt?? and isUint?? template specializations of the generic versions. This by Benjamin Kramer · 14 years ago
  81. 31441b7 Pool allocate SDDbgValue nodes. by Evan Cheng · 14 years ago
  82. 553881b Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. by Devang Patel · 14 years ago
  83. de9b1ef Revert 99772. by Devang Patel · 14 years ago
  84. c7eae5c Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. by Devang Patel · 14 years ago
  85. b4bc963 Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701). by Torok Edwin · 14 years ago
  86. caa8870 finally remove the immAllOnesV_bc/immAllZerosV_bc patterns by Chris Lattner · 14 years ago
  87. e770099 add some node definitions. by Chris Lattner · 14 years ago
  88. aa4e339 add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and by Chris Lattner · 14 years ago
  89. a5d0501 Give FileRemover a default constructor to allow FileRemovers to be created by Dan Gohman · 14 years ago
  90. 60a6e1f Add a comment. by Dan Gohman · 14 years ago
  91. 310adf1 remove parallel support. by Chris Lattner · 14 years ago
  92. f2ddf15 bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tight bound anymore. by Chris Lattner · 14 years ago
  93. de0118c Add few missed libcalls and correct names for others. by Anton Korobeynikov · 14 years ago
  94. a7a33fd Fix SmallVector's insert to handle non-random-access iterators. by Dan Gohman · 14 years ago
  95. 4442464 rename pred_const_iterator to const_pred_iterator for consistency's sake by Gabor Greif · 14 years ago
  96. 60ad781 rename use_const_iterator to const_use_iterator for consistency's sake by Gabor Greif · 14 years ago
  97. ac2884a llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need by Daniel Dunbar · 14 years ago
  98. 0cc8bd4 MC: Stop restarting layout on every relaxation. by Daniel Dunbar · 15 years ago
  99. f476b00 MC: Simplify main section layout process by moving alignment into LayoutSection. by Daniel Dunbar · 15 years ago
  100. be644a3 MC: Sink Section address assignment into LayoutSection. by Daniel Dunbar · 15 years ago