1. 5371aa2 Allow passing around LLVMContext in ocaml. by Erick Tryzelaar · 15 years ago
  2. 2d32086 ExuberantAsm is no more. by Chris Lattner · 15 years ago
  3. 6e579c6 fix asmstreaming of 2/4 byte elements with pow-2 alignments. by Chris Lattner · 15 years ago
  4. 3417e8f Be more careful when modifying PHI nodes. Patch by Andre Tavares. by Nick Lewycky · 15 years ago
  5. 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 15 years ago
  6. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 15 years ago
  7. 0a324aa Broke line before break. by Andreas Neustifter · 15 years ago
  8. e476004 Make a SmallVector size more reasonable. by Daniel Dunbar · 15 years ago
  9. a8f0bc0 Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType. by Erick Tryzelaar · 15 years ago
  10. 8481e3b Added an option to have the PBQP allocator attempt coalescing during allocation. by Lang Hames · 15 years ago
  11. 021d664 Revert my last patch temporarily. by Owen Anderson · 15 years ago
  12. ba43a38 Privatize part of the leak detector mechanism, which turned out to be heavily contended by Owen Anderson · 15 years ago
  13. ecc67e2 raw_ostream: Simplify write(unsigned char) to match write(const char*, unsigned). by Daniel Dunbar · 15 years ago
  14. d29d497 raw_ostream: Remove pointless redefinitions of tell(). by Daniel Dunbar · 15 years ago
  15. 107f41f Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden by Dan Gohman · 15 years ago
  16. 2c9489d Be tidy and use a break to exit from a switch block rather than by Dan Gohman · 15 years ago
  17. 906d5b4 raw_ostream: Add the capability for subclasses to manually install an external by Daniel Dunbar · 15 years ago
  18. db8dc2b Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and by Dan Gohman · 15 years ago
  19. ab81027 raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. by Daniel Dunbar · 15 years ago
  20. 233fd9c Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...) by Lang Hames · 15 years ago
  21. b120ab4 Implement sse4.2 string/text processing instructions: by Eric Christopher · 15 years ago
  22. 4b9e1d2 First steps to document new release plan. by Tanya Lattner · 15 years ago
  23. 3b3de92 Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing most by Daniel Dunbar · 15 years ago
  24. c0823fe Simplify RegScavenger::FindUnusedReg. by Jakob Stoklund Olesen · 15 years ago
  25. 1123135 Add support for mergeable sections back into the XCore backend. by Richard Osborne · 15 years ago
  26. 3731604 Fix a bug in raw_ostream::write(char) introduced by the change to by Dan Gohman · 15 years ago
  27. 35979c0 Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. by Daniel Dunbar · 15 years ago
  28. 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
  29. fe37ab3 by David Greene · 15 years ago
  30. fc13d1c Surrounded variable in <tt> tags for consistency. by Misha Brukman · 15 years ago
  31. 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
  32. 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
  33. 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
  34. f8bc801 Fix an uninitialized value warning in APFloat. by Erick Tryzelaar · 15 years ago
  35. 2a80dc7 Add CXXFLAGS to the Link lines as well in case someone used those instead by Eric Christopher · 15 years ago
  36. a9e8334 Put data with relocations in the same sections as data without relocations. by Richard Osborne · 15 years ago
  37. daf4f0c Attempt to normalize test results. by Daniel Dunbar · 15 years ago
  38. 9ae003d Make this test less sensitive to assembler differences. by Dan Gohman · 15 years ago
  39. 633a016 alphabeticalize by Chris Lattner · 15 years ago
  40. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 15 years ago
  41. 755baa8 force a triple so this passes on darwin by Chris Lattner · 15 years ago
  42. c40f17b Generalize ScalarEvolution to be able to analyze GEPs when by Dan Gohman · 15 years ago
  43. 4d35fce null streamer needs to maintain the current section as well. by Chris Lattner · 15 years ago
  44. 1e02bf0 CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is by Oscar Fuentes · 15 years ago
  45. da65822 Make tail merging handle blocks with repeated predecessors correctly, and by Dan Gohman · 15 years ago
  46. 6874a2a Fix a bug that caused globalopt to miscompile tramp3d: don't miss by Dan Gohman · 15 years ago
  47. 848c293 Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on linux. by Anton Korobeynikov · 15 years ago
  48. b2bacd9 Fixed spelling of MSP430. by Misha Brukman · 15 years ago
  49. b26bc42 Fix Triple to recognize the 'bfin' arch. by Daniel Dunbar · 15 years ago
  50. dabf07c Make AsmStreamer maintain a notion of the current section, pushing it up from the by Chris Lattner · 15 years ago
  51. 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 15 years ago
  52. 40cce09 Include valgrind in the steps to reproduce if valgrind was used to reproduce by Nick Lewycky · 15 years ago
  53. 090d73c remove some pointless null switchtosections. The IntelAsmPrinter doesn't really work anyway. by Chris Lattner · 15 years ago
  54. 51f3996 Fix revsh pattern. by Evan Cheng · 15 years ago
  55. 79e6408 add support for some targetflags on GV operands. This allows us to by Chris Lattner · 15 years ago
  56. 2447389 Recognize xscale as an ARM arch. - Patch by Yonggang Luo. by Daniel Dunbar · 15 years ago
  57. fdb0b7b Add Triple matching for pic16 arch and solaris OS. - Patch by Yonggang Luo. by Daniel Dunbar · 15 years ago
  58. 1f50fc7 fix another bozo bug by Chris Lattner · 15 years ago
  59. b49a30c fix accidentally inverted conditional and add comment. by Chris Lattner · 15 years ago
  60. a006d4e turn this conditional into something humans might actually by Chris Lattner · 15 years ago
  61. 2c78588 "-" should write to stdout, not stderr. by Chris Lattner · 15 years ago
  62. ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
  63. 2bd4bb0 Separate out Makefile defines so that we can keep the llvm by Eric Christopher · 15 years ago
  64. baf3edd Add LLVMInitializeAllTargetInfos for C api, and update by Daniel Dunbar · 15 years ago
  65. 8942f9bb Make TargetData optional in MemCpyOptimizer. by Dan Gohman · 15 years ago
  66. 5215116 Even more Apple style build horribleness. by Evan Cheng · 15 years ago
  67. f14d919 Make TargetData optional in SimplifyLibCalls. by Dan Gohman · 15 years ago
  68. 0855f10 Regenerate by Anton Korobeynikov · 15 years ago
  69. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  70. e1b80b6 LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team. by Edward O'Callaghan · 15 years ago
  71. 25103a2 Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment by Dan Gohman · 15 years ago
  72. 5cfd4dd PowerPC inline asm was emitting two output operands by Dale Johannesen · 15 years ago
  73. 4b49cd2 Add prefix only if it is needed. by Devang Patel · 15 years ago
  74. 606f3d6 cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::vector. by Jim Grosbach · 15 years ago
  75. 46c8181 #include <cstdlib> in the code listing for strtod. by John McCall · 15 years ago
  76. 4c77dfa Oops. find all llvm.dbg.global_variables. by Devang Patel · 15 years ago
  77. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 15 years ago
  78. ae68a19 Update CMakeLists. by Benjamin Kramer · 15 years ago
  79. d802f7e Update comments to new-style syntax. by Dan Gohman · 15 years ago
  80. 5d17edd Fix build warning. by Daniel Dunbar · 15 years ago
  81. 7b7b102 Privatize the last bits of static type state. by Owen Anderson · 15 years ago
  82. 5fe01f4 Test the pass the test is actually for, instead of one that doesn't exist. by Nick Lewycky · 15 years ago
  83. 36a3eb0 Move the TypeMap lock to a member on LLVMContextImpl. by Owen Anderson · 15 years ago
  84. 596c1dc Add locking around the attributes list. by Owen Anderson · 15 years ago
  85. 6ae8c73 Add locking around signal handler registration. by Owen Anderson · 15 years ago
  86. 76d5ccf Clear the uniquing table when initializing TLOF to avoid a crash when the TLOF is reinitialized with a different MCContext. by Benjamin Kramer · 15 years ago
  87. a10e89f Don't crash on critical edge. Patch by Andre Tavares. by Nick Lewycky · 15 years ago
  88. 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 15 years ago
  89. 2a5e23b Update getSectionForConstant() to to allow mergable sections to be nulled out by Richard Osborne · 15 years ago
  90. fac8541 Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed. by David Goodwin · 15 years ago
  91. 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 15 years ago
  92. f547a12 Fixed indentation and spelling. by Misha Brukman · 15 years ago
  93. 094ae45 Fix more missing newlines. by Dan Gohman · 15 years ago
  94. 48cc73d Fix printing of instructions with null operands. by Dan Gohman · 15 years ago
  95. e04853c Always print at least one space before adding a comment. by Dan Gohman · 15 years ago
  96. 8732577 Fix debug output to include a newline after printing a Value, now by Dan Gohman · 15 years ago
  97. fa6a1cf Don't access the first element of a potentially empty by Duncan Sands · 15 years ago
  98. afc4940 XFAIL this test since the fix was reverted. by Duncan Sands · 15 years ago
  99. 5321deb Add a test that shows that SSI is working correctly. by Nick Lewycky · 15 years ago
  100. 975780b change AsmPrinter to switch sections using AsmStreamer instead of by Chris Lattner · 15 years ago