1. 0e9dfcb Onward to LLVM-1.6 and beyond! by Misha Brukman · 19 years ago
  2. 5690c53 Updated version to LLVM 1.6 CVS. by John Criswell · 19 years ago
  3. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  4. 49fbff4 teach the inliner about coldcc and noreturn functions by Chris Lattner · 19 years ago
  5. b6f4afb Remove extra header in the SPARC section by Misha Brukman · 19 years ago
  6. 00812e2 Fix a few grammaros. by Reid Spencer · 19 years ago
  7. d985a1c * Add a link to the pattern-matching codegen docs * Tersify wording by Misha Brukman · 19 years ago
  8. 4937c9d Recommend writing new instruction selectors using pattern-based mechanisms by Misha Brukman · 19 years ago
  9. a3bfc6f Add link to debugging code generators with bugpoint by Misha Brukman · 19 years ago
  10. 74b0f11 It would help if the headings were sorted properly. by Reid Spencer · 19 years ago
  11. bfb7ca9 Fix a brain blunder in the HTML output. by Reid Spencer · 19 years ago
  12. 4dd4e6a Sometimes tab completion is *not* your friend. Added the wrong file, by by Reid Spencer · 19 years ago
  13. d5de2c8 Adjust the dependencies and generate the output to docs/userloc.html so by Reid Spencer · 19 years ago
  14. 05eaeae Add a script to generate information about the number of lines of code a by Reid Spencer · 19 years ago
  15. ee6fcf2 Add the ability to generate the User LOC page via the userloc.pl script. by Reid Spencer · 19 years ago
  16. 416db10 more minor edits by Chris Lattner · 19 years ago
  17. f9b1f46 more edits by Chris Lattner · 19 years ago
  18. bf30701 more edits, include stuff from the status update by Chris Lattner · 19 years ago
  19. 775afa5 pretty tiny change (looks like adding the HP-UX detection and line number by Duraid Madina · 19 years ago
  20. 1c2c61f flush on the right and indented on the left looks a bit weird. by Chris Lattner · 19 years ago
  21. fc6b895 Added a note about how the type can be omitted in call instructions. by John Criswell · 19 years ago
  22. 77d36d4 fix a typo duraid noticed by Chris Lattner · 19 years ago
  23. 26b1d42 comment the hpux bit by Duraid Madina · 19 years ago
  24. 20514d1 more edits by Chris Lattner · 19 years ago
  25. aaad838 HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes by Duraid Madina · 19 years ago
  26. 0ad8fcf hp-ux needs this to get through the System/Support libs by Duraid Madina · 19 years ago
  27. 4c61d92 detect HP-UX when configuring by Duraid Madina · 19 years ago
  28. 1a4dff0 remove deprecated methods by Chris Lattner · 19 years ago
  29. f2b5e6e GCC4 + IA64 = badnews by Chris Lattner · 19 years ago
  30. b9a5d68 Remove the check for the ffsll function. Its no longer needed by the by Reid Spencer · 19 years ago
  31. 50ceadf Improve statement by Chris Lattner · 19 years ago
  32. 1001762 Don't eliminate a test case, just the form of the test case, from the by Reid Spencer · 19 years ago
  33. 73b2291 This does not belong by Chris Lattner · 19 years ago
  34. c3f6abd Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there's by Reid Spencer · 19 years ago
  35. 9b1749b Add a case with non-constant argument for testing the transform: by Reid Spencer · 19 years ago
  36. f74eb3f Provide this optimization as well: ffs(x) -> (x == 0 ? 0 : 1+llvm.cttz(x)) by Reid Spencer · 19 years ago
  37. fc87928 PPC "branch and link" instructions are branches in the PPC sense, but not by Chris Lattner · 19 years ago
  38. 022ed32 Fix andrews changes to fit in 80 columns by Chris Lattner · 19 years ago
  39. eff29ab ctlz = most signficant bits, cttz = least sig by Chris Lattner · 19 years ago
  40. 3e909e8 fix warning by Chris Lattner · 19 years ago
  41. 7a565917 fix compiler warning by Chris Lattner · 19 years ago
  42. c64e3e7 Duh .. you actually have to #include Config/config.h before you can test by Reid Spencer · 19 years ago
  43. edd5d9e Some cleanups for compilation with GCC 4.0.0 to remove warnings: by Reid Spencer · 19 years ago
  44. 98a493c add a sparcv8 section, make this validate by Chris Lattner · 19 years ago
  45. b38da0f more edits, add anchors by Chris Lattner · 19 years ago
  46. e75a24a make angry compilers happy again by Duraid Madina · 19 years ago
  47. 4560657 aCC and STLport complained about this, because they're like that by Duraid Madina · 19 years ago
  48. 1b592f0 edits to the simplify-libcalls element, move it higher in the list. by Chris Lattner · 19 years ago
  49. a4faa4a add generated code by Chris Lattner · 19 years ago
  50. ea03543 don't reserve space for tailcall arg areas. It explicitly managed. by Chris Lattner · 19 years ago
  51. 5934de7 Make note of the -simplify-libcalls pass. by Reid Spencer · 19 years ago
  52. 70a1950 add test to check for tail calls by Chris Lattner · 19 years ago
  53. 5fae9cc Teach reginfo how to deal with ADJSTACKPTRri, allowing us to generate: by Chris Lattner · 19 years ago
  54. 381e887 Implement proper tail calls in the X86 backend for all fastcc->fastcc by Chris Lattner · 19 years ago
  55. 8a45876 Substantial edits for the release notes. by Chris Lattner · 19 years ago
  56. e5eb6f8 Add some simplifications for MULH[SU]. This allows us to compile this: by Chris Lattner · 19 years ago
  57. 1e9448b Add markers in the asm file for tail calls, add a new ADJSTACKPTRri by Chris Lattner · 19 years ago
  58. 4fc9979 When inserting callee-save register reloads, make sure to skip over any by Chris Lattner · 19 years ago
  59. 0dede07 Yes, calltarget is the operand of the day. by Chris Lattner · 19 years ago
  60. b73855b Make sure this is not eligible for tail-call-elimination so that we test by Chris Lattner · 19 years ago
  61. 6972177 When emitting the function epilog, check to see if there already a stack by Chris Lattner · 19 years ago
  62. 3b8ce85 new testcase by Chris Lattner · 19 years ago
  63. 2b3d56e Add some new instructions by Chris Lattner · 19 years ago
  64. f5a5a6c add x86-64 abi by Chris Lattner · 19 years ago
  65. 50ffe0c * Truncate a long line. by Reid Spencer · 19 years ago
  66. 26a3500 Forgot to commit this earlier. Its part of the simplify-libcalls by Reid Spencer · 19 years ago
  67. 01f40b3 mention the C++ exception problems on alpha by Andrew Lenharth · 19 years ago
  68. c6e3d5e Add a test case for testing ffs libcall conversion to constant by Reid Spencer · 19 years ago
  69. c29b13d Changes for ffs lib call simplification: by Reid Spencer · 19 years ago
  70. 1ca85d5 Fix construction of ioport intrinsics, fixing X86/io.llx and io-port.llx by Chris Lattner · 19 years ago
  71. 65af1ab Preserve calling conv when hacking on calls by Chris Lattner · 19 years ago
  72. e437026 preserve calling conventions when hacking on code by Chris Lattner · 19 years ago
  73. 16d0db2 Make sure to preserve the calling convention when changing an invoke into by Chris Lattner · 19 years ago
  74. 920c0aa Pass i64 values correctly split in reg/mem to fastcc calls. by Chris Lattner · 19 years ago
  75. 239738a Use target-specific nodes for calls. This allows the fastcc code to not have by Chris Lattner · 19 years ago
  76. 2789bde allow token chain at start or end of node by Chris Lattner · 19 years ago
  77. 3e01136 remove special case hacks for readport/readio from the binary operator codepath by Chris Lattner · 19 years ago
  78. 385328c Implement fixme's by memoizing nodes. by Chris Lattner · 19 years ago
  79. 6765bfe add a new map by Chris Lattner · 19 years ago
  80. b7f7d51 Turn this into a wrapper for a simpler version of getNode. by Chris Lattner · 19 years ago
  81. adf6c2a Eliminate special purpose hacks for dynamic_stack_alloc. by Chris Lattner · 19 years ago
  82. e89083a Use the general mechanism for creating multi-value nodes instead of using by Chris Lattner · 19 years ago
  83. 955c07c Ensure these casts are done with the hardware fildll instruction by Chris Lattner · 19 years ago
  84. 67649df use a target-specific node and custom expander to lower long->FP to FILD64m. by Chris Lattner · 19 years ago
  85. 5fa4fa4 Wrap long line, actually add node to the graph. by Chris Lattner · 19 years ago
  86. d73cc5d legalize target-specific operations by Chris Lattner · 19 years ago
  87. 89c3463 add a getNode() version that allows construction of any node type. by Chris Lattner · 19 years ago
  88. 4211e73 Add a way to construct an arbitrary node, cleanly. by Chris Lattner · 19 years ago
  89. 50f5a51 add accessors by Chris Lattner · 19 years ago
  90. 0b2bc7e Some minor adjustments for the 1.5 release. by Reid Spencer · 19 years ago
  91. bc83996 Pass the dag into LowerOperation by Chris Lattner · 19 years ago
  92. 50381b6 LowerOperation takes a dag by Chris Lattner · 19 years ago
  93. 2e36d6e add a bit about the known problems on IA64 by Duraid Madina · 19 years ago
  94. 38135af Print the symbolic register name in a register allocator debug dump. by Chris Lattner · 19 years ago
  95. a88a260 Allow targets to have a custom int64->fp expander if desired by Chris Lattner · 19 years ago
  96. eb99a45 this passes by Chris Lattner · 19 years ago
  97. 4032b9c Fix this by Chris Lattner · 19 years ago
  98. 120bc6d minor changes by Chris Lattner · 19 years ago
  99. a5a4f26 user ops are not encoded in the bc format by Chris Lattner · 19 years ago
  100. a568177 Document the pseudo-instruction opcodes in opcode range 56-63. These are by Reid Spencer · 19 years ago