1. c6e2009 remove some nonascii weird stuff by Chris Lattner · 15 years ago
  2. cf4d2f1 add some fixme's by Chris Lattner · 15 years ago
  3. 98b532c remove the IndMemRemPass, which only made sense for when malloc/free were intrinsic by Chris Lattner · 15 years ago
  4. 0ec5c32 fix the other issue with ID's, hopefully really fixing the linux build. by Chris Lattner · 15 years ago
  5. 28717a8 fix some problems with ID definitions, which will hopefully fix the build bots. by Chris Lattner · 15 years ago
  6. b839c55 add function passes for printing various dominator datastructures by Chris Lattner · 15 years ago
  7. 88067b9 make DOTGraphTraits public, patch by Tobias Grosser! by Chris Lattner · 15 years ago
  8. 3fc35c5 Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, by Nick Lewycky · 15 years ago
  9. 391d23b inline isGEP away. by Chris Lattner · 15 years ago
  10. c499e32 Fix my -Asserts warning fix. by Daniel Dunbar · 15 years ago
  11. 59c4eba Teach vm core to more aggressively fold 'trunc' constantexprs, by Chris Lattner · 15 years ago
  12. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
  13. ca107c5 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 15 years ago
  14. 3446cf1 Use raw_ostream::write_escaped instead of EscapeString. by Daniel Dunbar · 15 years ago
  15. 522b113 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 15 years ago
  16. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  17. 2bb6f6a Emit newlines at the end of instructions too. by Nick Lewycky · 15 years ago
  18. 4dee7fd Move StringMap's string has function into StringExtras.h by Daniel Dunbar · 15 years ago
  19. 4e34a39 Remove unnecessary include. by Daniel Dunbar · 15 years ago
  20. afc1587 Suppress -Asserts warning. by Daniel Dunbar · 15 years ago
  21. 491f54f Distinquish stack slots from other stack objects. They (and fixed objects) get FixedStack PseudoSourceValues. by Evan Cheng · 15 years ago
  22. 6553155 Revert 84315 for now. Re-thinking the patch. by Evan Cheng · 15 years ago
  23. bf12558 Rename getFixedStack to getStackObject. The stack objects represented are not by Evan Cheng · 15 years ago
  24. cac25a9 80 col violation. by Evan Cheng · 15 years ago
  25. 6128df5 Simplify some code (first hunk) and fix PR5208 (second hunk) by by Chris Lattner · 15 years ago
  26. f77fc92 Delete an obsolete comment. by Dan Gohman · 15 years ago
  27. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 15 years ago
  28. 3bdd8de Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic by Dan Gohman · 15 years ago
  29. 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 15 years ago
  30. 8db42d2 HeapAllocSRoA also needs to check if malloc array size can be computed. by Victor Hernandez · 15 years ago
  31. 3b7ee20 Allow widening of extract subvector by Mon P Wang · 15 years ago
  32. 808b826 Do not emit name entry for a pointer type. by Devang Patel · 15 years ago
  33. fa16354 Change createPostRAScheduler so it can be turned off at llc -O1. by Evan Cheng · 15 years ago
  34. b00f236 Move zext and sext casts fed by loads into the same block as the by Dan Gohman · 15 years ago
  35. a43d46f Parse PHI instruction with attached metadata. by Devang Patel · 15 years ago
  36. 149aa7c If there is not any llvm instruction associated with each lexical scope encoded in debug info then create such scope on demand for variable info. by Devang Patel · 15 years ago
  37. 136526c Invert isSafeToGetMallocArraySize check because we return NULL when we don't know the size. by Victor Hernandez · 15 years ago
  38. ed90342 Strip trailing white space. by Duncan Sands · 15 years ago
  39. 6f892bb Update CMake file. by Benjamin Kramer · 15 years ago
  40. 5386a35 Cleaned up some code. No functionality change. by Sanjiv Gupta · 15 years ago
  41. b46aea1 I am no spelling bee. by Evan Cheng · 15 years ago
  42. d3dd50f Enable post-alloc scheduling for all ARM variants except for Thumb1. by Evan Cheng · 15 years ago
  43. c83da2f9 If post-alloc scheduler is not enabled, it should return false, not true. by Evan Cheng · 15 years ago
  44. 931424a Indent code. by Zhongxing Xu · 15 years ago
  45. fee0c10 Add comment. by Evan Cheng · 15 years ago
  46. 449c25b 80 column violation. by Evan Cheng · 15 years ago
  47. 1dd4348 Fix more NEON instruction encodings. Patch by Johnny Chen. by Bob Wilson · 15 years ago
  48. cc4287a Add half precision floating point support (float16) to APFloat, by Chris Lattner · 15 years ago
  49. a43fc34 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  50. a4d8667 MC: Set symbol values in MachO MCStreamer. by Daniel Dunbar · 15 years ago
  51. 7eb8519 Minor formatting tweaks. by Daniel Dunbar · 15 years ago
  52. 1253a6f MC: Switch assembler API to using MCExpr instead of MCValue. by Daniel Dunbar · 15 years ago
  53. e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 15 years ago
  54. 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 15 years ago
  55. fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 15 years ago
  56. 7c3600d MC: Move assembler variable values from MCContext to MCSymbol. by Daniel Dunbar · 15 years ago
  57. e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 15 years ago
  58. a846a8a When checking aliases between phi sources and V2, we know the sources are not themselves phi nodes. However, V2 may be. Call aliasCheck with V2 first to potentially eliminate a std::swap call. by Evan Cheng · 15 years ago
  59. 934f98b Revert svn r80498 and replace it with a different solution. The only problem by Bob Wilson · 15 years ago
  60. 4fac947 Dllexport stuff cleanup: by Anton Korobeynikov · 15 years ago
  61. 452b54a Branches must be the last instruction in a Thumb2 IT block. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  62. 6f12262 Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements. by Bob Wilson · 15 years ago
  63. e2a98dd Fix ARM memory operand parsing of post indexing with just a base register, that by Kevin Enderby · 15 years ago
  64. b923953 Fix a potential performance problem in placing ARM constant pools. by Bob Wilson · 15 years ago
  65. 515d509 More bits of the ARM target assembler for llvm-mc, code added to parse labels by Kevin Enderby · 15 years ago
  66. 79f7400 Remove X86Subtarget::IsLinux. It's no longer being used. by Evan Cheng · 15 years ago
  67. 2491ce0 Fix bug where array malloc with unexpected computation of the size argument resulted in MallocHelper by Victor Hernandez · 15 years ago
  68. 5814fef Add files Sanjiv forgot. by Benjamin Kramer · 15 years ago
  69. 753ec15 Re-apply 84180 with the fixed test case. by Sanjiv Gupta · 15 years ago
  70. 6ad8c84 Move Blackfin intrinsics into the Target/Blackfin directory. by Jakob Stoklund Olesen · 15 years ago
  71. 11ee508 Report errors correctly for unselected target intrinsics. by Jakob Stoklund Olesen · 15 years ago
  72. 0383606 Clean up TargetIntrinsicInfo API. Add pure virtual methods. by Jakob Stoklund Olesen · 15 years ago
  73. 20312d0 Add missing break statements! Thanks to Duncan Sands for pointing this out! by Nick Lewycky · 15 years ago
  74. 1ead150 Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new by Daniel Dunbar · 15 years ago
  75. 8da373c Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class by Sanjiv Gupta · 15 years ago
  76. cf1e5be Few changes to comply with new DebugInfo Metadata representation. by Sanjiv Gupta · 15 years ago
  77. 6e9e010 Teach basicaa about memcpy/memmove/memset. The length argument can be used to by Nick Lewycky · 15 years ago
  78. 2d3820c Teach BasicAA to use the size parameter of the memory use marker intrinsics. by Nick Lewycky · 15 years ago
  79. 549dda9 Be smarter about reusing constant pool entries. by Bob Wilson · 15 years ago
  80. 36fa532 Fix another problem with ARM constant pools. Radar 7303551. by Bob Wilson · 15 years ago
  81. 2ee743b only try to fold constantexpr operands when the worklist is first populated, by Chris Lattner · 15 years ago
  82. e2cc1ad don't bother calling ConstantFoldInstruction unless there is a use of the by Chris Lattner · 15 years ago
  83. 22c0312 Take advantage of TargetData when available; we know that the atomic intrinsics by Nick Lewycky · 15 years ago
  84. cd2ae14 Make CodePlacementOpt align loops, rather than loop headers. The by Dan Gohman · 15 years ago
  85. a2f8047 When LiveVariables is adding implicit-def to model "partial dead", add the earlyclobber marker if the superreg def has it. by Evan Cheng · 15 years ago
  86. 0789707 Print earlyclobber for implicit-defs as well. by Evan Cheng · 15 years ago
  87. b3642dc Fix instruction encoding bits for NEON VPADAL. Patch by Johnny Chen. by Bob Wilson · 15 years ago
  88. 681a2ad Remove unused variables to fix build warning. by Bob Wilson · 15 years ago
  89. 33524c3 Make loop not recalc getNumOperands() each time around by Jim Grosbach · 15 years ago
  90. c90aefe Add support to record DbgScope as inlined scope. by Devang Patel · 15 years ago
  91. d0c3832 quiet compiler warning by Jim Grosbach · 15 years ago
  92. b9d319b Inst{11-8} for vshl should be 0b0101, not 0b1111. Refs: A7-17 & A8-750. by Jim Grosbach · 15 years ago
  93. 8e86b51 Set instruction encoding bits 4 and 7 for ARM register-register and by Bob Wilson · 15 years ago
  94. 24f995d Refactor code to select NEON VST intrinsics. by Bob Wilson · 15 years ago
  95. 9674d15 Use isVoidTy() by Devang Patel · 15 years ago
  96. 3e36f13 Refactor code to select NEON VLD intrinsics. by Bob Wilson · 15 years ago
  97. 5db2c52 Add copyMD to copy metadata from one instruction to another instruction. by Devang Patel · 15 years ago
  98. 9649344 More refactoring. NEON vst lane intrinsics can share almost all the code for by Bob Wilson · 15 years ago
  99. a7c397c Refactor code for selecting NEON load lane intrinsics. by Bob Wilson · 15 years ago
  100. b01bbdc I don't see any point in having both eh.selector.i32 and eh.selector.i64, by Duncan Sands · 15 years ago