1. 88f6c46 document sections by Chris Lattner · 20 years ago
  2. e869eef regenerate by Chris Lattner · 20 years ago
  3. b7d08a5 add a token by Chris Lattner · 20 years ago
  4. 164c378 Parse section info by Chris Lattner · 20 years ago
  5. 60962db print section info by Chris Lattner · 20 years ago
  6. 02513db new testcase by Chris Lattner · 20 years ago
  7. 7a13354 Add support for putting globals in a particular section by Chris Lattner · 20 years ago
  8. b921f1b fix yet more regressions by Andrew Lenharth · 20 years ago
  9. 2729e61 generate chain result by Andrew Lenharth · 20 years ago
  10. 8b91c77 added a chain output by Andrew Lenharth · 20 years ago
  11. c2c64fd Fix a bunch more alpha regressions by Andrew Lenharth · 20 years ago
  12. f6947c1 prevent cse of readcyclecounter by Andrew Lenharth · 20 years ago
  13. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 20 years ago
  14. aeef8fc Add support for a cycle counter intrinsic. As basically all processors have by Andrew Lenharth · 20 years ago
  15. 25d4f7e Fix some typos. by Jeff Cohen · 20 years ago
  16. 71a6372 Add new file to Visual Studio. by Jeff Cohen · 20 years ago
  17. 92c4bb9 Fix the optimized code handling of user asm strings by Chris Lattner · 20 years ago
  18. 5684598 Make BB and CPI labels use the function number, not the function name as a by Chris Lattner · 20 years ago
  19. bc07666 speedup the common case where nothing needs to be quoted by Chris Lattner · 20 years ago
  20. 91150e5 Allow per-character control over what target assemblers allow in symbol by Chris Lattner · 20 years ago
  21. ba9c643 do not allow '.' in symbol names by Chris Lattner · 20 years ago
  22. d35f605 Allow per-character control over what target assemblers allow in symbol by Chris Lattner · 20 years ago
  23. fa25e48 the pain isn't gone unless the phinodes are spilled too by Andrew Lenharth · 20 years ago
  24. 85eac0d Darwin supports quoted labels. This implements: by Chris Lattner · 20 years ago
  25. 79ae0d1 Check that this compiles to a label with a space in it. by Chris Lattner · 20 years ago
  26. ac8c834 Add a new option for targets that accept quoted labels. by Chris Lattner · 20 years ago
  27. 6c636c0 Remove M, which is dead. Eliminate a dead typedef. Add comments. by Chris Lattner · 20 years ago
  28. 2f9bc4f remove the M instance var by Chris Lattner · 20 years ago
  29. b8c5ec0 This method is no longer static by Chris Lattner · 20 years ago
  30. 36c975c Call this method with the object we have by Chris Lattner · 20 years ago
  31. ed0c4ec nuke blank line by Chris Lattner · 20 years ago
  32. 9ddf212 Make this more efficient of the common case where we are only mangling globals. by Chris Lattner · 20 years ago
  33. a112e0f minor interface changes. by Chris Lattner · 20 years ago
  34. 450de39 Get rid of casts by #including the right header by Chris Lattner · 20 years ago
  35. 3459bfb Make the aix asm printer interface properly with the parent class by Chris Lattner · 20 years ago
  36. 2a21c6e Compile C strings to: by Chris Lattner · 20 years ago
  37. 2980cef add support for .asciz, and enable it by default. If your target assemblerdoesn't support .asciz, just set AscizDirective to null in your asmprinter. by Chris Lattner · 20 years ago
  38. 38b6d78 add support for .asciz, and enable it by default. If your target assembler by Chris Lattner · 20 years ago
  39. 99b8e26 this works with backedges to the existing entry block alot better by Andrew Lenharth · 20 years ago
  40. 7b441dc fix a bunch of regressions by Andrew Lenharth · 20 years ago
  41. 105b2f5 needs to go here to apparently. by Andrew Lenharth · 20 years ago
  42. 183119c The pass everyone has been waiting for! Reg2Mem by Andrew Lenharth · 20 years ago
  43. b8d172f Packed elements must be a power of two in size by Chris Lattner · 20 years ago
  44. 9547d7f Force vectors to be a power of two in size by Chris Lattner · 20 years ago
  45. d115ef8 Force packed vectors to be a power of two in length. by Chris Lattner · 20 years ago
  46. de202b3 Switch the allnodes list from a vector of pointers to an ilist of nodes.This eliminates the vector, allows constant time removal of a node froma graph, and makes iteration over the all nodes list stable when adding by Chris Lattner · 20 years ago
  47. b80e2be Switch the allnodes list from a vector of pointers to an ilist of nodes. by Chris Lattner · 20 years ago
  48. c9ea6fd Refactor intrinsic lowering stuff out of visitCall by Chris Lattner · 20 years ago
  49. 5cefc5e whatever. Intermediate patch to see what breaks. Seems ok. by Andrew Lenharth · 20 years ago
  50. 040c11c Handle the trivial (but common) two-op case more efficiently by Chris Lattner · 20 years ago
  51. e6a88ac Nuke noop copies. by Chris Lattner · 20 years ago
  52. 6b2d696 Fix CodeGen/X86/shift-folding.ll:test3 on X86 by Chris Lattner · 20 years ago
  53. 9a5ef20 Disable some overly-aggressive checking code. This speeds up the local by Chris Lattner · 20 years ago
  54. 7436b57 Avoid creating a token factor node in trivially redundant cases. This by Chris Lattner · 20 years ago
  55. 7c0104b Handle GEP's a bit more intelligently. Fold constant indices early and by Chris Lattner · 20 years ago
  56. 0d902a9 Allocate the right amount of memory for this vector up front. by Chris Lattner · 20 years ago
  57. a325511 Change the ValueList array for each node to be shared instead of individuallyallocated. Further, in the common case where a node has a single value, justreference an element from a small array. This is a small compile-time win. by Chris Lattner · 20 years ago
  58. 109654f Change the ValueList array for each node to be shared instead of individually by Chris Lattner · 20 years ago
  59. 65113b2 Switch the operandlist/valuelist from being vectors to being just an array.This saves 12 bytes from SDNode, but doesn't speed things up substantially by Chris Lattner · 20 years ago
  60. f71e843 Switch the operandlist/valuelist from being vectors to being just an array. by Chris Lattner · 20 years ago
  61. 4012eb2 Explicitly initialize some instance vars by Chris Lattner · 20 years ago
  62. c30c5c7 Rip out 1.6ness, bump version # to 1.7cvs by Chris Lattner · 20 years ago
  63. e250389 Updated version to 1.7cvs. by John Criswell · 20 years ago
  64. c0c186d Merged from RELEASE_16. by John Criswell · 20 years ago
  65. f0e80cf adjust itf by Chris Lattner · 20 years ago
  66. f469cb6 Clean up RemoveDeadNodes significantly, by eliminating the need for a temporary by Chris Lattner · 20 years ago
  67. df2e425 Add a new option to indicate we want the code generator to emit code quickly, by Chris Lattner · 20 years ago
  68. 178e0c4 Add a new -fast option, which generates code quickly. by Chris Lattner · 20 years ago
  69. ce8eb0c Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. by Chris Lattner · 20 years ago
  70. 26b91eb Let's try ignoring resource utilization on the backward pass. by Jim Laskey · 20 years ago
  71. d525df3 add support for storing and returning bools by Duraid Madina · 20 years ago
  72. cbef8ba Always compute max align. by Chris Lattner · 20 years ago
  73. cb98291 Change a comment slightly by Chris Lattner · 20 years ago
  74. 00873eb just some random hacking - calls (particularly indirect) need a lot of by Duraid Madina · 20 years ago
  75. ae232e7 Add the necessary support to the ISel to allow targets to codegen the new by Nate Begeman · 20 years ago
  76. ce5e04e minor clarity changes, no functionality difference. by Chris Lattner · 20 years ago
  77. 3aef571 Make sure to initialize the alignment field by Chris Lattner · 20 years ago
  78. 2cbdc45 document alignment on globals, functions, and allocation instructions. by Chris Lattner · 20 years ago
  79. 52942b5 Minor correction by Chris Lattner · 20 years ago
  80. 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
  81. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
  82. afedcb3 describe extensions to the .bc format for function/global alignment by Chris Lattner · 20 years ago
  83. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
  84. abdf0f5 add alignment info for globals and functions by Chris Lattner · 20 years ago
  85. 30caa28 print alignment info for globals and functions by Chris Lattner · 20 years ago
  86. 0019bbe regenerate by Chris Lattner · 20 years ago
  87. 87ac972 Allow globals to have an alignment specified. Switch to using isPowerOf2_32 by Chris Lattner · 20 years ago
  88. b2f71b1 allow functions and modules to have an explicit alignment by Chris Lattner · 20 years ago
  89. 7d09ab6 regenerate by Chris Lattner · 20 years ago
  90. 66db8e4 factor optional alignment by Chris Lattner · 20 years ago
  91. 21687e8 ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and by Duraid Madina · 20 years ago
  92. 49b1602 enumerate non-standard argument encoding cases, such as alignment info for by Chris Lattner · 20 years ago
  93. f97fa59 rearrange some info about the instruction encoding by Chris Lattner · 20 years ago
  94. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
  95. 4e240c2 new testcase by Chris Lattner · 20 years ago
  96. 8ae779d add an accessor by Chris Lattner · 20 years ago
  97. 6033716 verify that alignments are always a power of 2 by Chris Lattner · 20 years ago
  98. d91c321 regenerate by Chris Lattner · 20 years ago
  99. ac6e5c1 Verify that alignment amounts are a power of 2 by Chris Lattner · 20 years ago
  100. 9fad0b9 fix printing the alignment directive by Chris Lattner · 20 years ago