1. cad2537 Use autogenerated mod/ref info for intrinsics. by Chris Lattner · 19 years ago
  2. 3b816b7 Use the autogenerated intrinsic verifier by Chris Lattner · 19 years ago
  3. 627fb57 Add option -enable-x86-lsr to enable x86 loop strength reduction pass. by Evan Cheng · 19 years ago
  4. 9a016ff Use the function name matcher autogenerated from the .td file. by Chris Lattner · 19 years ago
  5. 80c2c92 This rule also depends on tblgen by Chris Lattner · 19 years ago
  6. 82c78b2 add a note by Chris Lattner · 19 years ago
  7. 59bcce5 remove dbg_declare, it's not used yet. by Chris Lattner · 19 years ago
  8. 8a53439 silly case insensitive file systems... by Chris Lattner · 19 years ago
  9. 5c1c0cb Build intrinsics.gen from intrinsics.td by Chris Lattner · 19 years ago
  10. a758b82 autoupgrade memcpy/memmove/memset with signed counts. by Chris Lattner · 19 years ago
  11. ddc877c these are copies too by Andrew Lenharth · 19 years ago
  12. 79cdfa3 remove some now-dead code by Chris Lattner · 19 years ago
  13. e5b71d0 fcopysign for mixed mode by Andrew Lenharth · 19 years ago
  14. 2695de4 back out my previous hack by Chris Lattner · 19 years ago
  15. d26b8f9 relax fcopysign by Andrew Lenharth · 19 years ago
  16. 283f222 alpha and llvm have different oppinions on which arg is the sign bit by Andrew Lenharth · 19 years ago
  17. 8c84f3f remove temporary option by Chris Lattner · 19 years ago
  18. 017c556 Alpha Scheduling classes by Andrew Lenharth · 19 years ago
  19. 8bf586f temporary hack to get the build working again, apparently a header by Chris Lattner · 19 years ago
  20. 13beebb fcopysign and get rid of dsnode cruft. custom PA runtimes make this better in some senses by Andrew Lenharth · 19 years ago
  21. 97d74aa fcopysign support by Andrew Lenharth · 19 years ago
  22. 54689c2 Move bit field endianness to backend. by Jim Laskey · 19 years ago
  23. 5713406 yes yes, enabled debug output is bad by Chris Lattner · 19 years ago
  24. 6a4b70b switch the t-d scheduler to use a really dumb and trivial critical path by Chris Lattner · 19 years ago
  25. 477ef6d Pull latency information for target instructions out of the latency tables. :) by Chris Lattner · 19 years ago
  26. e70f671 don't copy all itinerary data by Chris Lattner · 19 years ago
  27. 0324ba8 PriorityQueue is an instance var, use it. by Chris Lattner · 19 years ago
  28. e87c5c8 add some comments by Chris Lattner · 19 years ago
  29. e32178d Refactor the priority mechanism one step further: now that it is a separate by Chris Lattner · 19 years ago
  30. 04f9674 Add support for 'special' llvm globals like debug info and static ctors/dtors. by Chris Lattner · 19 years ago
  31. e2b59d2 fix a pasto by Chris Lattner · 19 years ago
  32. 181b9c6 a couple of miscellaneous things. by Chris Lattner · 19 years ago
  33. 7075d6f Add #line support for CBE. by Jim Laskey · 19 years ago
  34. 9ca6cda Add a helper method for running static ctors/dtors in the module. by Chris Lattner · 19 years ago
  35. 9d25824 add a new helper method. by Chris Lattner · 19 years ago
  36. 21b6c9d Get rid of the multiple copies of getStringValue. Now a Constant:: method. by Jim Laskey · 19 years ago
  37. 1ffd41a doo de doo by Duraid Madina · 19 years ago
  38. 49eee4a Split the priority function computation and priority queue management out by Chris Lattner · 19 years ago
  39. c45a59b switch from an explicitly managed list of SUnits to a simple vector of sunits by Chris Lattner · 19 years ago
  40. 6a67b3a Shrinkify some fields, fit to 80 columns by Chris Lattner · 19 years ago
  41. 6b24af8 revert the previous patch, didn't mean to check it in yet by Chris Lattner · 19 years ago
  42. 5874f82 remove "Slot", it is dead by Chris Lattner · 19 years ago
  43. b0d21ef Change the interface for getting a target HazardRecognizer to be more clean. by Chris Lattner · 19 years ago
  44. 2b0e309 libstdc++-v3 was failing to build. Needed to handle composite types with empty by Jim Laskey · 19 years ago
  45. 25de486 Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing by Chris Lattner · 19 years ago
  46. 49f398b add a note by Chris Lattner · 19 years ago
  47. 9925642 X86ISD::REP_STOS and X86ISD::REP_MOVS now produces a flag. by Evan Cheng · 19 years ago
  48. ff90992 Use rep/stosl; and Count 0x3; rep/stosb for memset with 4 byte aligned dest. by Evan Cheng · 19 years ago
  49. 9a571ba Two things: by Chris Lattner · 19 years ago
  50. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 19 years ago
  51. e8c3e3b Switch to using a numeric id for anchors. by Jim Laskey · 19 years ago
  52. e1c173b Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem Jim by Chris Lattner · 19 years ago
  53. b84225b add another missing store. by Chris Lattner · 19 years ago
  54. ab5801c add a couple more load/store instrs, add a newline to the end of file. by Chris Lattner · 19 years ago
  55. 20c3ed8 Bitfield support. by Jim Laskey · 19 years ago
  56. 3acbe5d This kinda sorta implements "things that have to lead a dispatch group". by Nate Begeman · 19 years ago
  57. 2046371 add some new instructions to the classifier. With this, we correctly insert by Chris Lattner · 19 years ago
  58. 7ce6485 add some comments that describe what we model by Chris Lattner · 19 years ago
  59. c664418 Implement a very very simple hazard recognizer for LSU rejects and ctr set/read by Chris Lattner · 19 years ago
  60. b2d6358 Fix some formatting, when looking for hazards, prefer target nodes over by Chris Lattner · 19 years ago
  61. 5a63c47 add a note by Chris Lattner · 19 years ago
  62. 549f27d2 add a note by Chris Lattner · 19 years ago
  63. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 19 years ago
  64. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 19 years ago
  65. 51c26e9 Teach the alignment handling code to look through constant expr casts and GEPs by Chris Lattner · 19 years ago
  66. 95a959d Teach instcombine to increase the alignment of memset/memcpy/memmove when by Chris Lattner · 19 years ago
  67. 6af7ef8 update file comment by Chris Lattner · 19 years ago
  68. adc5e5c Remove some code that doesn't make sense by Evan Cheng · 19 years ago
  69. 6b36ce9 Remove SUnit::Priority1: it is re-calculated on demand as number of live by Evan Cheng · 19 years ago
  70. 03fc53c Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where by Chris Lattner · 19 years ago
  71. 6772730 Comment fixes by Chris Lattner · 19 years ago
  72. 3c232c8 Don't depend on the C99 copysign function, implement it ourselves. by Chris Lattner · 19 years ago
  73. a93dfcd When a hazard recognizer needs noops to be inserted, do so. This represents by Chris Lattner · 19 years ago
  74. bbf1c72 implement TII::insertNoop by Chris Lattner · 19 years ago
  75. 6cc3f0a Implement G5HazardRecognizer as a trivial thing that wants 5 cycles between by Chris Lattner · 19 years ago
  76. ad0f78a Add basic hazard recognizer support. noop insertion isn't complete yet though. by Chris Lattner · 19 years ago
  77. 3d68e15 Fix VC++ compilation error. by Jeff Cohen · 19 years ago
  78. a5de484 Split the list scheduler into top-down and bottom-up pieces. The priority by Chris Lattner · 19 years ago
  79. 41f5ea0 Move the available queue to being inside the ListSchedule method, since it by Chris Lattner · 19 years ago
  80. 5b0fe7d add a note by Chris Lattner · 19 years ago
  81. cac7059 Reinstate this now that the offending opposite xform has been removed. by Chris Lattner · 19 years ago
  82. c1d9f1d Do not fold (add (shl x, c1), (shl c2, c1)) -> (shl (add x, c2), c1), by Chris Lattner · 19 years ago
  83. 5267651 print arbitrary constant pool entries by Chris Lattner · 19 years ago
  84. 9176b01 Back out fold (shl (add x, c1), c2) -> (add (shl x, c2), c1<<c2) for now. by Evan Cheng · 19 years ago
  85. 12d8303 Add some simple copysign folds by Chris Lattner · 19 years ago
  86. a09f848 Codegen copysign[f] into a FCOPYSIGN node by Chris Lattner · 19 years ago
  87. 9601a86 Copysign needs to be expanded everywhere. Note that Alpha and IA64 should by Chris Lattner · 19 years ago
  88. a4929df add a note for something evan noticed by Chris Lattner · 19 years ago
  89. 220b0cf Make vector narrowing more effective, implementing by Chris Lattner · 19 years ago
  90. 9f17be6 Implemented. by Chris Lattner · 19 years ago
  91. a1deca3 fold (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2) by Chris Lattner · 19 years ago
  92. 2cfdd28 Fix a crash compiling Obsequi by Chris Lattner · 19 years ago
  93. e5022fe Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B). by Chris Lattner · 19 years ago
  94. ad01993 Add a note by Chris Lattner · 19 years ago
  95. c2c6038 Regenerate by Chris Lattner · 19 years ago
  96. 7d5c1e1 Don't use invalidated iterators! by Chris Lattner · 19 years ago
  97. f42f516 Add an entry by Evan Cheng · 19 years ago
  98. ab51f3f Canonicalize (X+C1)*C2 -> X*C2+C1*C2 by Chris Lattner · 19 years ago
  99. 62bec2c MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version of by Evan Cheng · 19 years ago
  100. 5a3cf8d Be more conservative with our symbolic alias analysis. In particular, by Chris Lattner · 19 years ago