1. 14868db improve grammar by Chris Lattner · 19 years ago
  2. 3b23a8c improve grammar by Chris Lattner · 19 years ago
  3. 4ddfac1 close run-away tag by Chris Lattner · 19 years ago
  4. 74c4ca1 fill in the section on Set-like containers. by Chris Lattner · 19 years ago
  5. aff26d1 fix validation issues by Chris Lattner · 19 years ago
  6. 302da1e fix validation problems by Chris Lattner · 19 years ago
  7. 098129a Add some notes about choice of container. by Chris Lattner · 19 years ago
  8. 32dc7fd remove a dead header by Chris Lattner · 19 years ago
  9. 736610c Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses by Bill Wendling · 19 years ago
  10. e318391 Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The by Bill Wendling · 19 years ago
  11. d118cd2 Put destructor out-of-line. by Bill Wendling · 19 years ago
  12. 886b412 Pass in non-Mach-O-specific parameters to the GetTargetRelocation method. by Bill Wendling · 19 years ago
  13. 3da9981 Added GetTargetRelocation method. by Bill Wendling · 19 years ago
  14. 18e84b5 Added some accessor methods. by Bill Wendling · 19 years ago
  15. 0f43b22 Moved MachORelocation to its own header file. Have a call through the by Bill Wendling · 19 years ago
  16. db6b60c New file for the MachORelocation structure. It doesn't have to be tied to the by Bill Wendling · 19 years ago
  17. bd5d3db - Branch max. displacement calculation bug. - Add debugging info. by Evan Cheng · 19 years ago
  18. 2ba528b switch the sched unit map over to use a DenseMap instead of std::map. This by Chris Lattner · 19 years ago
  19. 7971514 Switch ComputeTopDownOrdering over to using a densemap. This speeds up by Chris Lattner · 19 years ago
  20. 865c669 __builtin_isunordered test case. by Evan Cheng · 19 years ago
  21. 776b16d For PR1152: by Reid Spencer · 19 years ago
  22. 5efdecc Pasto by Evan Cheng · 19 years ago
  23. a8babc7 And even more correctly. by Reid Spencer · 19 years ago
  24. 463708a Format the examples correctly. by Reid Spencer · 19 years ago
  25. a1981ff For PR1152: by Reid Spencer · 19 years ago
  26. 4532cc3 Improves alloca test. Verifies SP restoration. by Lauro Ramos Venancio · 19 years ago
  27. 5e665f5 Switch inliner over to use DenseMap instead of std::map for ValueMap. This by Chris Lattner · 19 years ago
  28. 4642ca6 bugfix: SP isn't resetted when function has FP and there is no spills. by Lauro Ramos Venancio · 19 years ago
  29. c1ec780 Switch this back to using an std::map. DenseMap entries are getting invalidated by Chris Lattner · 19 years ago
  30. e3770db Two improvements: by Reid Spencer · 19 years ago
  31. 137d4b2 silence annoying warning in release-asserts build by Chris Lattner · 19 years ago
  32. 1c1f112 Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%. by Chris Lattner · 19 years ago
  33. a21335d Another thumb large stack offset codegen bug. by Evan Cheng · 19 years ago
  34. cc56aad Convert an std::set to SmallSet, this speeds up IPSCCP 17% on kimwitu. by Chris Lattner · 19 years ago
  35. e777ff2 eliminate a malloc/free for (almost) every GEP processed. This speeds up by Chris Lattner · 19 years ago
  36. b59673e switch hash_map's over to DenseMap in SCCP. This speeds up SCCP by 30% in by Chris Lattner · 19 years ago
  37. 70a76a6 add find/erase, add const iterators, fix bugs in iterators. by Chris Lattner · 19 years ago
  38. f6390f4 add iterators by Chris Lattner · 19 years ago
  39. 05cc424 Use MBB.empty() instead of MBB.size() for speed. by Evan Cheng · 19 years ago
  40. 1dd6a60 Watch out for empty BB. by Evan Cheng · 19 years ago
  41. bd70c0b For PR1152: Step 2: Make plug compatible shell script to replace gccas binary. by Reid Spencer · 19 years ago
  42. 74ed997 For PR1152: by Reid Spencer · 19 years ago
  43. a07cb7d Remove dead code and fix indentation per Chris' review comments. by Reid Spencer · 19 years ago
  44. 1b19cd3 Use short form of BinaryOperator create function. by Reid Spencer · 19 years ago
  45. cc46cdb Use short form of binary operator create functions. by Reid Spencer · 19 years ago
  46. 8e11bf8 Put the Shift instructions in the right section. by Reid Spencer · 19 years ago
  47. ebe57e3 Fix a comment that needed to change after SHIFT patch landed. by Reid Spencer · 19 years ago
  48. f48ae33 Ugh. Only meant to do this in thumb mode. by Evan Cheng · 19 years ago
  49. 0737c24 bugfix for reid's shift patch. by Chris Lattner · 19 years ago
  50. 2d1222c add a note by Chris Lattner · 19 years ago
  51. e1888ee 1. Break long lines to 80 col limit by Reid Spencer · 19 years ago
  52. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  53. 9a2ef95 Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the RHS is a constant. by Evan Cheng · 19 years ago
  54. b063615 Thumb does not have clz. by Evan Cheng · 19 years ago
  55. 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 19 years ago
  56. fd905ca Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code by Chris Lattner · 19 years ago
  57. 5c70a01 new testcase for serious code pessimization by Chris Lattner · 19 years ago
  58. eb58a48 My mistake, my environment wasn't up to date. This passes now. by Reid Spencer · 19 years ago
  59. fa99eca XFAIL this on x86 linux as it continues to fail. by Reid Spencer · 19 years ago
  60. 305d253 Pretty print pass managers. by Devang Patel · 19 years ago
  61. 505f36a Pretty print pass manager by Devang Patel · 19 years ago
  62. e27ae7e cvs commit by Devang Patel · 19 years ago
  63. 3ca5616 Make sure the value passed to test function is initialized. by Reid Spencer · 19 years ago
  64. c33f674 Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll) by Lauro Ramos Venancio · 19 years ago
  65. 556f33c Pasto. Lots of it. by Evan Cheng · 19 years ago
  66. 8282e3f Ensure that ConvertOperandToType generates a result conversion by by Reid Spencer · 19 years ago
  67. 8e8eda7 Fix bugs in the inliner having to do with single-entry phi nodes and valuemap by Chris Lattner · 19 years ago
  68. 6f46e59 Fix .thumb_func directive on linux. by Lauro Ramos Venancio · 19 years ago
  69. b47f32e Slip up by Jim Laskey · 19 years ago
  70. 29bf16a Emit labels as label_n and not as debug_n by Jim Laskey · 19 years ago
  71. 5dfbaf1 preserve sections of globals by Andrew Lenharth · 19 years ago
  72. b82313f Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  73. 283663a Fix a homonymo in a comment. by Reid Spencer · 19 years ago
  74. b43216e - Off by one bugs in maximum displacement calculation / testing. by Evan Cheng · 19 years ago
  75. b25fe82 Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the only by Anton Korobeynikov · 19 years ago
  76. 6e94c00 Add a new dense hash table implementation by Chris Lattner · 19 years ago
  77. 0de4439 improve comments, add an assertion by Chris Lattner · 19 years ago
  78. 94c002a rename DenseMap to IndexedMap. by Chris Lattner · 19 years ago
  79. e3f71b4 rename DenseMap -> IndexedMap. by Chris Lattner · 19 years ago
  80. 2e21fce silence some warnings when assertions are disabled. by Chris Lattner · 19 years ago
  81. acf8145 silence warning by Chris Lattner · 19 years ago
  82. fea997a Fit in 80 columns by Chris Lattner · 19 years ago
  83. e0c2b6b .set pc relative displacement bug: label should be moved down one instruction by Evan Cheng · 19 years ago
  84. 736ceff Add a note. by Evan Cheng · 19 years ago
  85. ac94c58 Add a test case. by Evan Cheng · 19 years ago
  86. 9312313 Also set alignment of stack-based structs to 4 in thumb mode. by Evan Cheng · 19 years ago
  87. f97e542 Added a thumb vararg test. by Evan Cheng · 19 years ago
  88. 9d945f7 Special epilogue for vararg functions. We cannot do a pop to pc because by Evan Cheng · 19 years ago
  89. 3281528 Add printVersion(). Linker can use it to print LLVM version number. by Devang Patel · 19 years ago
  90. aed293d Add PrintVersionMessage() that tools can use to print version number by Devang Patel · 19 years ago
  91. 527fae1 Emit a better assertion message for PR1133 by Chris Lattner · 19 years ago
  92. 897b1b5 Include Makefile.config before testing OS. by Devang Patel · 19 years ago
  93. 2021abe Pessmistically assume the .align 2 before the first constpool entry adds by Evan Cheng · 19 years ago
  94. 5b49ab9 Possible JT improvements. by Evan Cheng · 19 years ago
  95. 9aa2895 Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll by Chris Lattner · 19 years ago
  96. 36a7243 new testcase by Chris Lattner · 19 years ago
  97. 894432c Fix test case. by Evan Cheng · 19 years ago
  98. 3bf12d0 Don't emit unnecessary .align directive. by Evan Cheng · 19 years ago
  99. a2e3558 Handle an interesting corner case: the constpool_entry being reference is two by Evan Cheng · 19 years ago
  100. 7588ad4 Don't want to add FramePtr to callee save spill list twice. by Evan Cheng · 19 years ago