1. daac729 Make the new and old front-ends more similar: now neither uses __main. by Chris Lattner · 18 years ago
  2. 04f9674 Add support for 'special' llvm globals like debug info and static ctors/dtors. by Chris Lattner · 18 years ago
  3. e2b59d2 fix a pasto by Chris Lattner · 18 years ago
  4. c097798 Use $(Verb) instead of @ so that VERBOSE=1 will print these. by Chris Lattner · 18 years ago
  5. 181b9c6 a couple of miscellaneous things. by Chris Lattner · 18 years ago
  6. 5a7a9e5 Fix a really annoying bug in bugpoint that made reducing C++ testcases by Chris Lattner · 18 years ago
  7. 3726ff0 Automatically pass -emit-llvm to llvmgcc when using %llvmgcc by Chris Lattner · 18 years ago
  8. e25f5bb Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regression by Chris Lattner · 18 years ago
  9. 7075d6f Add #line support for CBE. by Jim Laskey · 18 years ago
  10. 42d0b45 Fit to 80 columns. by Chris Lattner · 18 years ago
  11. 9ca6cda Add a helper method for running static ctors/dtors in the module. by Chris Lattner · 18 years ago
  12. 9d25824 add a new helper method. by Chris Lattner · 18 years ago
  13. 6665b97 add a new helper method by Chris Lattner · 18 years ago
  14. 21b6c9d Get rid of the multiple copies of getStringValue. Now a Constant:: method. by Jim Laskey · 18 years ago
  15. 1ffd41a doo de doo by Duraid Madina · 18 years ago
  16. 49eee4a Split the priority function computation and priority queue management out by Chris Lattner · 18 years ago
  17. c45a59b switch from an explicitly managed list of SUnits to a simple vector of sunits by Chris Lattner · 18 years ago
  18. 6a67b3a Shrinkify some fields, fit to 80 columns by Chris Lattner · 18 years ago
  19. 6b24af8 revert the previous patch, didn't mean to check it in yet by Chris Lattner · 18 years ago
  20. 5874f82 remove "Slot", it is dead by Chris Lattner · 18 years ago
  21. b0d21ef Change the interface for getting a target HazardRecognizer to be more clean. by Chris Lattner · 18 years ago
  22. 2b0e309 libstdc++-v3 was failing to build. Needed to handle composite types with empty by Jim Laskey · 18 years ago
  23. 25de486 Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing by Chris Lattner · 18 years ago
  24. 49f398b add a note by Chris Lattner · 18 years ago
  25. 9925642 X86ISD::REP_STOS and X86ISD::REP_MOVS now produces a flag. by Evan Cheng · 18 years ago
  26. ff90992 Use rep/stosl; and Count 0x3; rep/stosb for memset with 4 byte aligned dest. by Evan Cheng · 18 years ago
  27. 9a571ba Two things: by Chris Lattner · 18 years ago
  28. 41dd39e new testcase that should have been added long ago. by Chris Lattner · 18 years ago
  29. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 18 years ago
  30. e8c3e3b Switch to using a numeric id for anchors. by Jim Laskey · 18 years ago
  31. e1c173b Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem Jim by Chris Lattner · 18 years ago
  32. 1159e8d new testcase by Chris Lattner · 18 years ago
  33. b84225b add another missing store. by Chris Lattner · 18 years ago
  34. ab5801c add a couple more load/store instrs, add a newline to the end of file. by Chris Lattner · 18 years ago
  35. 20c3ed8 Bitfield support. by Jim Laskey · 18 years ago
  36. 6f8aaf2 Don't generate silly matching code like this: by Evan Cheng · 18 years ago
  37. 3acbe5d This kinda sorta implements "things that have to lead a dispatch group". by Nate Begeman · 18 years ago
  38. 2046371 add some new instructions to the classifier. With this, we correctly insert by Chris Lattner · 18 years ago
  39. 7ce6485 add some comments that describe what we model by Chris Lattner · 18 years ago
  40. c664418 Implement a very very simple hazard recognizer for LSU rejects and ctr set/read by Chris Lattner · 18 years ago
  41. b2d6358 Fix some formatting, when looking for hazards, prefer target nodes over by Chris Lattner · 18 years ago
  42. 5a63c47 add a note by Chris Lattner · 18 years ago
  43. 784236d Keep VC++ building. by Jeff Cohen · 18 years ago
  44. 549f27d2 add a note by Chris Lattner · 18 years ago
  45. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 18 years ago
  46. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 18 years ago
  47. 51c26e9 Teach the alignment handling code to look through constant expr casts and GEPs by Chris Lattner · 18 years ago
  48. b18966c new regression test by Chris Lattner · 18 years ago
  49. 95a959d Teach instcombine to increase the alignment of memset/memcpy/memmove when by Chris Lattner · 19 years ago
  50. 6af7ef8 update file comment by Chris Lattner · 19 years ago
  51. adc5e5c Remove some code that doesn't make sense by Evan Cheng · 19 years ago
  52. 78df5c3 Make sure command line options are parsed before we try to add the LibPath by Reid Spencer · 19 years ago
  53. 6b36ce9 Remove SUnit::Priority1: it is re-calculated on demand as number of live by Evan Cheng · 19 years ago
  54. 03fc53c Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where by Chris Lattner · 19 years ago
  55. 37e30cf Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where by Chris Lattner · 19 years ago
  56. 6772730 Comment fixes by Chris Lattner · 19 years ago
  57. 3c232c8 Don't depend on the C99 copysign function, implement it ourselves. by Chris Lattner · 19 years ago
  58. 03182bf new testcase I forgot to check in earlier by Chris Lattner · 19 years ago
  59. a93dfcd When a hazard recognizer needs noops to be inserted, do so. This represents by Chris Lattner · 19 years ago
  60. 202bc85 add an emitnoop method by Chris Lattner · 19 years ago
  61. bbf1c72 implement TII::insertNoop by Chris Lattner · 19 years ago
  62. 1566d18 custom lowered nodes are legal too by Chris Lattner · 19 years ago
  63. 65e9f39 add a hook to insert a noop by Chris Lattner · 19 years ago
  64. 6cc3f0a Implement G5HazardRecognizer as a trivial thing that wants 5 cycles between by Chris Lattner · 19 years ago
  65. ad0f78a Add basic hazard recognizer support. noop insertion isn't complete yet though. by Chris Lattner · 19 years ago
  66. 7c0a937 For transforms the behave differently if main goes away, add an option to prevent bugpoint from removing main by Andrew Lenharth · 19 years ago
  67. 3d68e15 Fix VC++ compilation error. by Jeff Cohen · 19 years ago
  68. c0fe533 Breathe some life into a comment. by Jim Laskey · 19 years ago
  69. a5de484 Split the list scheduler into top-down and bottom-up pieces. The priority by Chris Lattner · 19 years ago
  70. 20614b9 Add a new scheduling type. This is, of course, a hack. Proper factoring by Chris Lattner · 19 years ago
  71. 41f5ea0 Move the available queue to being inside the ListSchedule method, since it by Chris Lattner · 19 years ago
  72. 5b0fe7d add a note by Chris Lattner · 19 years ago
  73. cac7059 Reinstate this now that the offending opposite xform has been removed. by Chris Lattner · 19 years ago
  74. c1d9f1d Do not fold (add (shl x, c1), (shl c2, c1)) -> (shl (add x, c2), c1), by Chris Lattner · 19 years ago
  75. 5267651 print arbitrary constant pool entries by Chris Lattner · 19 years ago
  76. 9176b01 Back out fold (shl (add x, c1), c2) -> (add (shl x, c2), c1<<c2) for now. by Evan Cheng · 19 years ago
  77. 12d8303 Add some simple copysign folds by Chris Lattner · 19 years ago
  78. a09f848 Codegen copysign[f] into a FCOPYSIGN node by Chris Lattner · 19 years ago
  79. 9601a86 Copysign needs to be expanded everywhere. Note that Alpha and IA64 should by Chris Lattner · 19 years ago
  80. 38bf3bf Add a copysign node by Chris Lattner · 19 years ago
  81. a4929df add a note for something evan noticed by Chris Lattner · 19 years ago
  82. 220b0cf Make vector narrowing more effective, implementing by Chris Lattner · 19 years ago
  83. 00195e1 new testcase for vector narrowing. by Chris Lattner · 19 years ago
  84. 9f17be6 Implemented. by Chris Lattner · 19 years ago
  85. a1deca3 fold (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2) by Chris Lattner · 19 years ago
  86. 88b48c3 new testcase by Chris Lattner · 19 years ago
  87. 2cfdd28 Fix a crash compiling Obsequi by Chris Lattner · 19 years ago
  88. 9e14cd3 new testcase by Chris Lattner · 19 years ago
  89. e5022fe Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B). by Chris Lattner · 19 years ago
  90. ad01993 Add a note by Chris Lattner · 19 years ago
  91. c2c6038 Regenerate by Chris Lattner · 19 years ago
  92. 7d5c1e1 Don't use invalidated iterators! by Chris Lattner · 19 years ago
  93. f42f516 Add an entry by Evan Cheng · 19 years ago
  94. ab51f3f Canonicalize (X+C1)*C2 -> X*C2+C1*C2 by Chris Lattner · 19 years ago
  95. 5128d23 new testcase by Chris Lattner · 19 years ago
  96. 62bec2c MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version of by Evan Cheng · 19 years ago
  97. 973e0ef Keep Visual Studio happy. by Jeff Cohen · 19 years ago
  98. 5a3cf8d Be more conservative with our symbolic alias analysis. In particular, by Chris Lattner · 19 years ago
  99. 4298365 new testcase by Chris Lattner · 19 years ago
  100. b27b69f add a note by Chris Lattner · 19 years ago