1. 6bccb4c Support GoogleTest's "typed tests" by Jeffrey Yasskin · 15 years ago
  2. c1a38f5 Add a couple new testcases. by Nick Lewycky · 15 years ago
  3. a22922d replace a useless test with a useful one by Chris Lattner · 15 years ago
  4. 3a8ff4c More warnings patrol: Another unused argument and more implicit conversions. by Eric Christopher · 15 years ago
  5. 3fc35c5 Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, by Nick Lewycky · 15 years ago
  6. 391d23b inline isGEP away. by Chris Lattner · 15 years ago
  7. c499e32 Fix my -Asserts warning fix. by Daniel Dunbar · 15 years ago
  8. 59c4eba Teach vm core to more aggressively fold 'trunc' constantexprs, by Chris Lattner · 15 years ago
  9. 5e5c4d3 remove # uses from FileCheck lines. by Chris Lattner · 15 years ago
  10. c812f79 rename test by Chris Lattner · 15 years ago
  11. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 15 years ago
  12. ca107c5 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 15 years ago
  13. 3446cf1 Use raw_ostream::write_escaped instead of EscapeString. by Daniel Dunbar · 15 years ago
  14. 522b113 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 15 years ago
  15. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  16. 5a1a53e This variable is never used. by Mikhail Glushenkov · 15 years ago
  17. 2cea7bd Disallow multiple instances of PluginPriority. by Mikhail Glushenkov · 15 years ago
  18. 6b4967e -O[0-3] options should be also forwarded to opt and llc. by Mikhail Glushenkov · 15 years ago
  19. 2bb6f6a Emit newlines at the end of instructions too. by Nick Lewycky · 15 years ago
  20. 4dee7fd Move StringMap's string has function into StringExtras.h by Daniel Dunbar · 15 years ago
  21. 4e34a39 Remove unnecessary include. by Daniel Dunbar · 15 years ago
  22. afc1587 Suppress -Asserts warning. by Daniel Dunbar · 15 years ago
  23. 491f54f Distinquish stack slots from other stack objects. They (and fixed objects) get FixedStack PseudoSourceValues. by Evan Cheng · 15 years ago
  24. a8e6542 Re-arrange some fields. by Evan Cheng · 15 years ago
  25. 985577e Add another required #include for freestanding .h files. by Daniel Dunbar · 15 years ago
  26. 6553155 Revert 84315 for now. Re-thinking the patch. by Evan Cheng · 15 years ago
  27. bf12558 Rename getFixedStack to getStackObject. The stack objects represented are not by Evan Cheng · 15 years ago
  28. cac25a9 80 col violation. by Evan Cheng · 15 years ago
  29. 6128df5 Simplify some code (first hunk) and fix PR5208 (second hunk) by by Chris Lattner · 15 years ago
  30. 704ac90 check in a bunch of content from TestingGuide. Part of PR5216 by Chris Lattner · 15 years ago
  31. 79ec717 llvm-as: Simplify, and don't create empty output files with -disable-output. by Daniel Dunbar · 15 years ago
  32. 9c7ca4a Reclaim a lost month. by Daniel Dunbar · 15 years ago
  33. ca24a69 Add required #includes for freestanding .h files. by Daniel Dunbar · 15 years ago
  34. f77fc92 Delete an obsolete comment. by Dan Gohman · 15 years ago
  35. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 15 years ago
  36. 3bdd8de Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic by Dan Gohman · 15 years ago
  37. b68d67c Add a splice member function which accepts a range instead of a single iterator. by Dan Gohman · 15 years ago
  38. 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 15 years ago
  39. 8db42d2 HeapAllocSRoA also needs to check if malloc array size can be computed. by Victor Hernandez · 15 years ago
  40. 362b8f2 Update tests to use FileCheck by Mon P Wang · 15 years ago
  41. 70bf40d Add test case for r84279 by Mon P Wang · 15 years ago
  42. 3b7ee20 Allow widening of extract subvector by Mon P Wang · 15 years ago
  43. 808b826 Do not emit name entry for a pointer type. by Devang Patel · 15 years ago
  44. fa16354 Change createPostRAScheduler so it can be turned off at llc -O1. by Evan Cheng · 15 years ago
  45. bf57b52 Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. by Evan Cheng · 15 years ago
  46. b00f236 Move zext and sext casts fed by loads into the same block as the by Dan Gohman · 15 years ago
  47. a43d46f Parse PHI instruction with attached metadata. by Devang Patel · 15 years ago
  48. 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
  49. 136526c Invert isSafeToGetMallocArraySize check because we return NULL when we don't know the size. by Victor Hernandez · 15 years ago
  50. 3a73bb3 Invert isSafeToGetMallocArraySize check because we return NULL when we don't know the size. by Victor Hernandez · 15 years ago
  51. 7e23d6e Update from Cristina, llvm-gcc doesn't build on the SPARC version of solaris by Chris Lattner · 15 years ago
  52. db196e8 Force triple in tests. by Daniel Dunbar · 15 years ago
  53. ed90342 Strip trailing white space. by Duncan Sands · 15 years ago
  54. 0f2bd97 Check that GVN performs this transform even if the calls by Duncan Sands · 15 years ago
  55. 6f892bb Update CMake file. by Benjamin Kramer · 15 years ago
  56. 5386a35 Cleaned up some code. No functionality change. by Sanjiv Gupta · 15 years ago
  57. b46aea1 I am no spelling bee. by Evan Cheng · 15 years ago
  58. d3dd50f Enable post-alloc scheduling for all ARM variants except for Thumb1. by Evan Cheng · 15 years ago
  59. c83da2f9 If post-alloc scheduler is not enabled, it should return false, not true. by Evan Cheng · 15 years ago
  60. 931424a Indent code. by Zhongxing Xu · 15 years ago
  61. fee0c10 Add comment. by Evan Cheng · 15 years ago
  62. 449c25b 80 column violation. by Evan Cheng · 15 years ago
  63. 1dd4348 Fix more NEON instruction encodings. Patch by Johnny Chen. by Bob Wilson · 15 years ago
  64. cc4287a Add half precision floating point support (float16) to APFloat, by Chris Lattner · 15 years ago
  65. a43fc34 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
  66. a4d8667 MC: Set symbol values in MachO MCStreamer. by Daniel Dunbar · 15 years ago
  67. 7eb8519 Minor formatting tweaks. by Daniel Dunbar · 15 years ago
  68. 1253a6f MC: Switch assembler API to using MCExpr instead of MCValue. by Daniel Dunbar · 15 years ago
  69. e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 15 years ago
  70. 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 15 years ago
  71. fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 15 years ago
  72. 7c3600d MC: Move assembler variable values from MCContext to MCSymbol. by Daniel Dunbar · 15 years ago
  73. e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 15 years ago
  74. 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
  75. 934f98b Revert svn r80498 and replace it with a different solution. The only problem by Bob Wilson · 15 years ago
  76. 4fac947 Dllexport stuff cleanup: by Anton Korobeynikov · 15 years ago
  77. 452b54a Branches must be the last instruction in a Thumb2 IT block. Approved by Evan Cheng. by Sandeep Patel · 15 years ago
  78. 6f12262 Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements. by Bob Wilson · 15 years ago
  79. e2a98dd Fix ARM memory operand parsing of post indexing with just a base register, that by Kevin Enderby · 15 years ago
  80. b923953 Fix a potential performance problem in placing ARM constant pools. by Bob Wilson · 15 years ago
  81. 515d509 More bits of the ARM target assembler for llvm-mc, code added to parse labels by Kevin Enderby · 15 years ago
  82. 79f7400 Remove X86Subtarget::IsLinux. It's no longer being used. by Evan Cheng · 15 years ago
  83. 2491ce0 Fix bug where array malloc with unexpected computation of the size argument resulted in MallocHelper by Victor Hernandez · 15 years ago
  84. 5814fef Add files Sanjiv forgot. by Benjamin Kramer · 15 years ago
  85. 753ec15 Re-apply 84180 with the fixed test case. by Sanjiv Gupta · 15 years ago
  86. 6ad8c84 Move Blackfin intrinsics into the Target/Blackfin directory. by Jakob Stoklund Olesen · 15 years ago
  87. 11ee508 Report errors correctly for unselected target intrinsics. by Jakob Stoklund Olesen · 15 years ago
  88. 0383606 Clean up TargetIntrinsicInfo API. Add pure virtual methods. by Jakob Stoklund Olesen · 15 years ago
  89. 20312d0 Add missing break statements! Thanks to Duncan Sands for pointing this out! by Nick Lewycky · 15 years ago
  90. 7b68ffc Tablegen target intrinsics from the target main .td file. by Jakob Stoklund Olesen · 15 years ago
  91. 06b386a Disable another unittest that doesn't work on arm and ppc. by Benjamin Kramer · 15 years ago
  92. 1ead150 Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new by Daniel Dunbar · 15 years ago
  93. 8da373c Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class by Sanjiv Gupta · 15 years ago
  94. cf1e5be Few changes to comply with new DebugInfo Metadata representation. by Sanjiv Gupta · 15 years ago
  95. 78a1dcc The gcc plugin is now called dragonegg.so and no longer llvm.so. by Duncan Sands · 15 years ago
  96. 6e9e010 Teach basicaa about memcpy/memmove/memset. The length argument can be used to by Nick Lewycky · 15 years ago
  97. 2d3820c Teach BasicAA to use the size parameter of the memory use marker intrinsics. by Nick Lewycky · 15 years ago
  98. 549dda9 Be smarter about reusing constant pool entries. by Bob Wilson · 15 years ago
  99. 36fa532 Fix another problem with ARM constant pools. Radar 7303551. by Bob Wilson · 15 years ago
  100. 2ee743b only try to fold constantexpr operands when the worklist is first populated, by Chris Lattner · 15 years ago