1. cd143fc Change docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 18 years ago
  2. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 18 years ago
  3. 5a588a9 1. Handle removal of all arguments for a morphed intrinsic. by Jim Laskey · 18 years ago
  4. ea6f8ce Remove the use of llvm.dbg.declare. by Jim Laskey · 18 years ago
  5. 9c543b2 PPC LSR pass should use target lowering hooks. by Evan Cheng · 18 years ago
  6. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  7. e617b08 Update by Evan Cheng · 18 years ago
  8. 30b37b5 Add LSR hooks. by Evan Cheng · 18 years ago
  9. a84b1c7 Added getTargetLowering() - returns DAG lowering info. by Evan Cheng · 18 years ago
  10. d277f2c Added target lowering hooks which LSR consults to make more intelligent by Evan Cheng · 18 years ago
  11. 8724215 Handle builtins that directly correspond to GCC builtins. by Chris Lattner · 18 years ago
  12. 022f64f emit a mapping from LLVM intrinsic -> GCC builtins. by Chris Lattner · 18 years ago
  13. 18faf5d Verify that packed type operands have the right size and base type. by Chris Lattner · 18 years ago
  14. 8ae7a33 Add a first ppc altivec intrinsic. Add packed type support. by Chris Lattner · 18 years ago
  15. 1877ec9 For functions that use vector registers, save VRSAVE, mark used by Chris Lattner · 18 years ago
  16. 7abddda Optimizing to calloc() to malloc() + memset() can be bad on some platforms. by Evan Cheng · 18 years ago
  17. ac0f8f2 make sure dead token factor nodes are removed by the dag combiner. by Chris Lattner · 18 years ago
  18. a136429 Bring makefile back into compliance with standard by using by Reid Spencer · 18 years ago
  19. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 18 years ago
  20. 2e8a77f remove two implemented items by Chris Lattner · 18 years ago
  21. 947c289 Fold X+Y -> X|Y when safe. This implements: by Chris Lattner · 18 years ago
  22. f4f5f6b new testcase by Chris Lattner · 18 years ago
  23. b6b17ff I can't convince myself that this is safe, remove the recursive call. by Chris Lattner · 18 years ago
  24. 79dbea5 add a couple of missing folds by Chris Lattner · 18 years ago
  25. 8f4191d For targets with FABS/FNEG support, lower copysign to an integer load, by Chris Lattner · 18 years ago
  26. 64ce964 Fix a couple of bugs that broke the alpha tester build by Chris Lattner · 18 years ago
  27. 3faad49 Handle cracked instructions in dispatch group formation. by Chris Lattner · 18 years ago
  28. fd97734 Mark instructions that are cracked by the PPC970 decoder as such. by Chris Lattner · 18 years ago
  29. 88d211f Several big changes: by Chris Lattner · 18 years ago
  30. fc3549e Don't advance the hazard recognizer when there are no hazards and no instructions by Chris Lattner · 18 years ago
  31. b221503 Chain operands aren't real uses: they don't require the full latency of the by Chris Lattner · 18 years ago
  32. 53fbf2a As a pending queue data structure to keep track of instructions whose by Chris Lattner · 18 years ago
  33. aaf1582 Mark llvm.stacksave as only reading memory, this fixes by Chris Lattner · 18 years ago
  34. 8469031 rename priorityqueue -> availablequeue. When a node is scheduled, remember by Chris Lattner · 18 years ago
  35. c1c078c Make CurrCycle a local var instead of an instance var by Chris Lattner · 18 years ago
  36. 7d82b00 Move some methods around so that BU specific code is together, TD specific code by Chris Lattner · 18 years ago
  37. 309cf8a merge preds/chainpreds -> preds set merge succs/chainsuccs -> succs set by Chris Lattner · 18 years ago
  38. 9c2c386 blr is a branch too by Chris Lattner · 18 years ago
  39. 74cfb7d add an example by Chris Lattner · 18 years ago
  40. c20995e add a note by Chris Lattner · 18 years ago
  41. 442b32b Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator by Nate Begeman · 18 years ago
  42. 78167fa fix pasto in generate assertion msg by Chris Lattner · 18 years ago
  43. 2352ce9 Doh! by Evan Cheng · 18 years ago
  44. 0937103 Added a parameter to control whether Constant::getStringValue() would chop by Evan Cheng · 18 years ago
  45. 7907b69 remove some dead code by Chris Lattner · 18 years ago
  46. 682365d remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit by Chris Lattner · 18 years ago
  47. 7d74d11 scrape out bits of llvm-db by Chris Lattner · 18 years ago
  48. 89b1926 Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. by Chris Lattner · 18 years ago
  49. 502fe92 Simplify this testcase by Chris Lattner · 18 years ago
  50. be3c2f2 reorder these to make it work with static libraries by Chris Lattner · 18 years ago
  51. e928a72 teach the JIT to encode vector registers by Chris Lattner · 18 years ago
  52. 969ccf8 Fix another broken intrinsic. by Chris Lattner · 18 years ago
  53. 31e66e8 weak globals on darwin require an extra load, breaking this test by Chris Lattner · 18 years ago
  54. 5d832dc Fix incorrect definitions of these intrinsics, which broke a bunch of by Chris Lattner · 18 years ago
  55. a34b6f8 Move simple-selector-specific types to the simple selector. by Chris Lattner · 18 years ago
  56. 20a4921 Simplify the interface to the schedulers, to not pass the selected heuristicin. by Chris Lattner · 18 years ago
  57. 37cb415 Simplify the interface to the schedulers, to not pass the selected heuristic in. by Chris Lattner · 18 years ago
  58. 2f5806c Move some simple-sched-specific instance vars to the simple scheduler. by Chris Lattner · 18 years ago
  59. 1e433c5 prune #includes by Chris Lattner · 18 years ago
  60. e76074a move some simple scheduler methods into the simple scheduler by Chris Lattner · 18 years ago
  61. 8c7ef05 Make EmitNode take a SDNode instead of a NodeInfo* by Chris Lattner · 18 years ago
  62. df37506 Move the VRBase field from NodeInfo to being a separate, explicit, map. by Chris Lattner · 18 years ago
  63. 7593639 Store VRBase in a map, not in NodeInfo. by Chris Lattner · 18 years ago
  64. 8d41651 no need to build groups anymore by Chris Lattner · 18 years ago
  65. b2042e3 Create SUnits directly from the SelectionDAG. by Chris Lattner · 18 years ago
  66. be24e59 Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy by Chris Lattner · 18 years ago
  67. de76851 make some methods protected instead of private by Chris Lattner · 18 years ago
  68. da4ff69 Teach the latency scheduler some new tricks. In particular, to break ties, by Chris Lattner · 18 years ago
  69. a72047c Put intrinsics.gen in its proper place. by Jeff Cohen · 18 years ago
  70. f83a47d add an aggregate method for reinserting scheduled nodes, add a callback for by Chris Lattner · 18 years ago
  71. d144a24 Fix an incorrect intrinsic description by Chris Lattner · 18 years ago
  72. 9630d27 Fix VC++ build breakage. by Jeff Cohen · 18 years ago
  73. f3ad36c Adding an intrinsic is simpler still. by Chris Lattner · 18 years ago
  74. aeebe7f use autogenerated side-effect information by Chris Lattner · 18 years ago
  75. 4e5f359 generate side-effect info by Chris Lattner · 18 years ago
  76. 06383e9 Simpler still by Chris Lattner · 18 years ago
  77. cad2537 Use autogenerated mod/ref info for intrinsics. by Chris Lattner · 18 years ago
  78. 6448ee4 Parse mod/ref properties, autogen mod/ref information by Chris Lattner · 18 years ago
  79. c92dba2 Intrinsic adding is a little bit simpler now by Chris Lattner · 18 years ago
  80. 3b816b7 Use the autogenerated intrinsic verifier by Chris Lattner · 18 years ago
  81. f97a00e parse intrinsic types autogenerate an intrinsic verifier by Chris Lattner · 18 years ago
  82. 627fb57 Add option -enable-x86-lsr to enable x86 loop strength reduction pass. by Evan Cheng · 18 years ago
  83. 9a016ff Use the function name matcher autogenerated from the .td file. by Chris Lattner · 18 years ago
  84. 9b843b2 autogenerate the function name recognizer by Chris Lattner · 18 years ago
  85. 80c2c92 This rule also depends on tblgen by Chris Lattner · 18 years ago
  86. 82c78b2 add a note by Chris Lattner · 18 years ago
  87. 68b67ff use the enum list autogen'd from Intrinsics.td by Chris Lattner · 18 years ago
  88. 59bcce5 remove dbg_declare, it's not used yet. by Chris Lattner · 18 years ago
  89. 8a53439 silly case insensitive file systems... by Chris Lattner · 18 years ago
  90. 5c1c0cb Build intrinsics.gen from intrinsics.td by Chris Lattner · 18 years ago
  91. e9eded1 Add a test case for (store (op (load ..) ..) ..) folding. by Evan Cheng · 18 years ago
  92. f083839 Update these tests (which use autoupgrade) to run constprop and check by Chris Lattner · 18 years ago
  93. a758b82 autoupgrade memcpy/memmove/memset with signed counts. by Chris Lattner · 18 years ago
  94. ddc877c these are copies too by Andrew Lenharth · 18 years ago
  95. 79cdfa3 remove some now-dead code by Chris Lattner · 18 years ago
  96. e5b71d0 fcopysign for mixed mode by Andrew Lenharth · 18 years ago
  97. 2695de4 back out my previous hack by Chris Lattner · 18 years ago
  98. d26b8f9 relax fcopysign by Andrew Lenharth · 18 years ago
  99. 283f222 alpha and llvm have different oppinions on which arg is the sign bit by Andrew Lenharth · 18 years ago
  100. 8c84f3f remove temporary option by Chris Lattner · 18 years ago