1. 0d036d2 by David Greene · 15 years ago
  2. eea1f4c by David Greene · 15 years ago
  3. fc4da0c by David Greene · 15 years ago
  4. b2c66fc by David Greene · 15 years ago
  5. 0d1ea25 Get rid of a helgrind warning. If this is _actually_ a performance problem, by Owen Anderson · 15 years ago
  6. 9fa24c9 by David Greene · 15 years ago
  7. abd9855 by David Greene · 15 years ago
  8. 3a190f5 by David Greene · 15 years ago
  9. 671a853 Build runtime libraries by default. by Daniel Dunbar · 15 years ago
  10. de0cc5a by David Greene · 15 years ago
  11. 74db89e Add triple parsing support for TCE. by Eli Friedman · 15 years ago
  12. 7ab2fef Unbreak GetBufferSize() on uninitialized streams. This fixes a problem by Dan Gohman · 15 years ago
  13. 58268a7 Tweak svn:ignore by Daniel Dunbar · 15 years ago
  14. dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 15 years ago
  15. 9472a9d Add min and max tests. by Daniel Dunbar · 15 years ago
  16. 04087d0 Add SmallString::str (which returns a StringRef); this is more efficient than by Daniel Dunbar · 15 years ago
  17. d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
  18. 921be7a Remove SmallString::append_*int* methods; how many copies of int -> str by Daniel Dunbar · 15 years ago
  19. 29c1420 Change ValueSymbolTable to use raw_svector_ostream for string concatenation. by Daniel Dunbar · 15 years ago
  20. ef01ab0 Make this test platform neutral. by Bill Wendling · 15 years ago
  21. d14787e Change raw_svector_ostream to reserve the input buffer if necessary, Ted was by Daniel Dunbar · 15 years ago
  22. c21d588 Fix typo by Daniel Dunbar · 15 years ago
  23. 6bd4aca Remove temporary testing code. by Dan Gohman · 15 years ago
  24. e4af1cf Make SROA and PredicateSimplifier cope if TargetData is not by Dan Gohman · 15 years ago
  25. 8255573 Use hasDefinitiveInitializer() instead of testing the same thing by Dan Gohman · 15 years ago
  26. de0e587 Canonicalize indices in a constantexpr GEP. If Indices exceed the by Dan Gohman · 15 years ago
  27. 6a402dc Add an x86 peep that narrows TEST instructions to forms that use by Dan Gohman · 15 years ago
  28. b7be0e8 Switch Twine::str() to use toVector(), which is now efficient. by Daniel Dunbar · 15 years ago
  29. 5d598aa Update Cortex-A8 instruction itineraries for integer instructions. by David Goodwin · 15 years ago
  30. e0c951a Add a first stab at describing LLVMContext. by Owen Anderson · 15 years ago
  31. 425d08c Switch raw_svector_ostream to use the vector as the ostream buffer. by Daniel Dunbar · 15 years ago
  32. c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
  33. f7e8b5c BasicBlock::getContext can no longer return a NULL so update the doc. by Erick Tryzelaar · 15 years ago
  34. 1f3d276 Update the ocaml docs to work with LLVMContext. by Erick Tryzelaar · 15 years ago
  35. b02b878 Convert the rest of the ocaml types and functions to use context. by Erick Tryzelaar · 15 years ago
  36. c34ebf6 Reapply my less-lock-contention-in-leak-detector patch, now with new files by Owen Anderson · 15 years ago
  37. de95c1b8 Add support for Neon VEXT (vector extract) shuffles. by Bob Wilson · 15 years ago
  38. 12a8a44 Fix a commento. by Daniel Dunbar · 15 years ago
  39. ecbd0bc Speculatively revert r79375, which may be breaking bootstrap, although in a by Daniel Dunbar · 15 years ago
  40. dc4bdcd Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. by David Goodwin · 15 years ago
  41. 774350a Test commit access with a first act of vanity. by Sandeep Patel · 15 years ago
  42. dfcb9bf Fix cmake build on non-x86 targets. Patch by Xerxes Rånby. by Duncan Sands · 15 years ago
  43. ad0f120 Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. by Benjamin Kramer · 15 years ago
  44. e057e59 Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren't available on windows (mingw defines them though). by Benjamin Kramer · 15 years ago
  45. d68eea2 PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. by Eli Friedman · 15 years ago
  46. 6793dd9 Add the ocaml binding to LLVMBuildAggregateRet. by Erick Tryzelaar · 15 years ago
  47. 44a708f Expose some extra functions to llvm-c by Erick Tryzelaar · 15 years ago
  48. 08368ce Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also by Nick Lewycky · 15 years ago
  49. 5371aa2 Allow passing around LLVMContext in ocaml. by Erick Tryzelaar · 15 years ago
  50. 2d32086 ExuberantAsm is no more. by Chris Lattner · 15 years ago
  51. 6e579c6 fix asmstreaming of 2/4 byte elements with pow-2 alignments. by Chris Lattner · 15 years ago
  52. 3417e8f Be more careful when modifying PHI nodes. Patch by Andre Tavares. by Nick Lewycky · 15 years ago
  53. 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 15 years ago
  54. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 15 years ago
  55. 0a324aa Broke line before break. by Andreas Neustifter · 15 years ago
  56. e476004 Make a SmallVector size more reasonable. by Daniel Dunbar · 15 years ago
  57. a8f0bc0 Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType. by Erick Tryzelaar · 15 years ago
  58. 8481e3b Added an option to have the PBQP allocator attempt coalescing during allocation. by Lang Hames · 15 years ago
  59. 021d664 Revert my last patch temporarily. by Owen Anderson · 15 years ago
  60. ba43a38 Privatize part of the leak detector mechanism, which turned out to be heavily contended by Owen Anderson · 15 years ago
  61. ecc67e2 raw_ostream: Simplify write(unsigned char) to match write(const char*, unsigned). by Daniel Dunbar · 15 years ago
  62. d29d497 raw_ostream: Remove pointless redefinitions of tell(). by Daniel Dunbar · 15 years ago
  63. 107f41f Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden by Dan Gohman · 15 years ago
  64. 2c9489d Be tidy and use a break to exit from a switch block rather than by Dan Gohman · 15 years ago
  65. 906d5b4 raw_ostream: Add the capability for subclasses to manually install an external by Daniel Dunbar · 15 years ago
  66. db8dc2b Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and by Dan Gohman · 15 years ago
  67. ab81027 raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. by Daniel Dunbar · 15 years ago
  68. 233fd9c Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...) by Lang Hames · 15 years ago
  69. b120ab4 Implement sse4.2 string/text processing instructions: by Eric Christopher · 15 years ago
  70. 4b9e1d2 First steps to document new release plan. by Tanya Lattner · 15 years ago
  71. 3b3de92 Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing most by Daniel Dunbar · 15 years ago
  72. c0823fe Simplify RegScavenger::FindUnusedReg. by Jakob Stoklund Olesen · 15 years ago
  73. 1123135 Add support for mergeable sections back into the XCore backend. by Richard Osborne · 15 years ago
  74. 3731604 Fix a bug in raw_ostream::write(char) introduced by the change to by Dan Gohman · 15 years ago
  75. 35979c0 Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. by Daniel Dunbar · 15 years ago
  76. 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
  77. fe37ab3 by David Greene · 15 years ago
  78. fc13d1c Surrounded variable in <tt> tags for consistency. by Misha Brukman · 15 years ago
  79. 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
  80. 4d91943 Privatize the ValueHandle global map. Because this is used so heavily throughout the code base, locking all accesses to by Owen Anderson · 15 years ago
  81. 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
  82. f8bc801 Fix an uninitialized value warning in APFloat. by Erick Tryzelaar · 15 years ago
  83. 2a80dc7 Add CXXFLAGS to the Link lines as well in case someone used those instead by Eric Christopher · 15 years ago
  84. a9e8334 Put data with relocations in the same sections as data without relocations. by Richard Osborne · 15 years ago
  85. daf4f0c Attempt to normalize test results. by Daniel Dunbar · 15 years ago
  86. 9ae003d Make this test less sensitive to assembler differences. by Dan Gohman · 15 years ago
  87. 633a016 alphabeticalize by Chris Lattner · 15 years ago
  88. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 15 years ago
  89. 755baa8 force a triple so this passes on darwin by Chris Lattner · 15 years ago
  90. c40f17b Generalize ScalarEvolution to be able to analyze GEPs when by Dan Gohman · 15 years ago
  91. 4d35fce null streamer needs to maintain the current section as well. by Chris Lattner · 15 years ago
  92. 1e02bf0 CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is by Oscar Fuentes · 15 years ago
  93. da65822 Make tail merging handle blocks with repeated predecessors correctly, and by Dan Gohman · 15 years ago
  94. 6874a2a Fix a bug that caused globalopt to miscompile tramp3d: don't miss by Dan Gohman · 15 years ago
  95. 848c293 Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on linux. by Anton Korobeynikov · 15 years ago
  96. b2bacd9 Fixed spelling of MSP430. by Misha Brukman · 15 years ago
  97. b26bc42 Fix Triple to recognize the 'bfin' arch. by Daniel Dunbar · 15 years ago
  98. dabf07c Make AsmStreamer maintain a notion of the current section, pushing it up from the by Chris Lattner · 15 years ago
  99. 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 15 years ago
  100. 40cce09 Include valgrind in the steps to reproduce if valgrind was used to reproduce by Nick Lewycky · 15 years ago