1. 75f79b9 LLVM syntax highlighting for VIM. by Nick Hildenbrandt · 22 years ago
  2. 9106a58 Don't rotate paper. by Chris Lattner · 22 years ago
  3. 48f9e62 New testcase by Chris Lattner · 22 years ago
  4. fd2836a Fix testcase to run correctly, add description by Chris Lattner · 22 years ago
  5. 7b96c8d Finally I'm able to distill a testcase for a problem I'm seeing! by Chris Lattner · 22 years ago
  6. ac859db - Implement a new -print-cfg option for analyze, that causes it to print the by Chris Lattner · 22 years ago
  7. 95b923d - Allow printing generic LLVM graphs to 'dot' files, so they can be by Chris Lattner · 22 years ago
  8. 7c1faf0 Non-functionality change just to make it more clear what is going on by Chris Lattner · 22 years ago
  9. 71bcba7 Avoid making external global variables internal by Chris Lattner · 22 years ago
  10. 8f1717f Fix bug in last checkin by Chris Lattner · 22 years ago
  11. e423406 Update testcase to be legal llvm by Chris Lattner · 22 years ago
  12. 6785510 Remove really old testcase by Chris Lattner · 22 years ago
  13. 5554a1d Implement operator= for SuccIterators by Chris Lattner · 22 years ago
  14. cacfb31 Checkin new "feature" test for cee by Chris Lattner · 22 years ago
  15. 19ee34a NEw "feature" test that cee should eventually handle by Chris Lattner · 22 years ago
  16. 0c5e362 Global variables are now external if they don't have initializers, not by Chris Lattner · 22 years ago
  17. 61b91bc Check that we don't have external varaibles with internal linkage by Chris Lattner · 22 years ago
  18. 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 22 years ago
  19. 7209bff - Cleaned up all of the test/Feature tests to not use uint's with by Chris Lattner · 22 years ago
  20. c5eafb5 Remove old crusty test by Chris Lattner · 22 years ago
  21. 47dd0c3 Test "external" modifier on global variable by Chris Lattner · 22 years ago
  22. ac8a58d - Add new isExternal() method to GlobalVariable to mirror Function. by Chris Lattner · 22 years ago
  23. 7d3f867 - The extract tool now is sure to extract the function implementation for by Chris Lattner · 22 years ago
  24. f6ffcb6 PHI nodes are not allowed to exist with zero incoming values, check that by Chris Lattner · 22 years ago
  25. 2a408f0 Bug fix: In preventing static global variables from being printed twice, by Vikram S. Adve · 22 years ago
  26. 3400837 Added #include<unistd.h> to compile with solaris gcc3.2 by Anand Shukla · 22 years ago
  27. c1d4d79 added cast to unsigned to compile with gcc3.2 (sparc) by Anand Shukla · 22 years ago
  28. 41a29f2 New testcase for bug never checked into CVS, but that I hit during debugging a by Chris Lattner · 22 years ago
  29. 7d821db Handle post dominance correctly in the case where blocks do not have a path to by Chris Lattner · 22 years ago
  30. 4e4caef Fix a nasty problem with dominance calculation for unreachable blocks. by Chris Lattner · 22 years ago
  31. a00397e Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 22 years ago
  32. 6727ec6 sgefa uses truely huge data structures nodes. Only print part of them if they by Chris Lattner · 22 years ago
  33. b0d0f5b The wall clock timer (implementing using the RTC or cycle counter on x86) is by Chris Lattner · 22 years ago
  34. 62d928e Handle bug exposed by power benchmark by Chris Lattner · 22 years ago
  35. d2eb386 Add parens around constant calls to getelemptr to properly associate the reference by Nick Hildenbrandt · 22 years ago
  36. 55c1058 Reimplement/port the Bottom Up Closure pass by Chris Lattner · 22 years ago
  37. 24b7799 New testcase by Chris Lattner · 22 years ago
  38. c5f21de DataStructure.h doesn't include DSGraph.h by Chris Lattner · 22 years ago
  39. 0d0244d Remove commented out stuff DataStructure.h doesn't include DSGraph.h now by Chris Lattner · 22 years ago
  40. 60a398e Move GlobalDSGraph class defn to the end of the file by Chris Lattner · 22 years ago
  41. e5346ec This file doesn't need Pass.h by Chris Lattner · 22 years ago
  42. ca62692 I was wrong on the removing of those references on the last commit. by Nick Hildenbrandt · 22 years ago
  43. 005cbce * Implement the getc() function by Chris Lattner · 22 years ago
  44. 849735c Cleanup #includes, expose module by Chris Lattner · 22 years ago
  45. dbaf74d Expose TD to ExternalFunctions.cpp by Chris Lattner · 22 years ago
  46. 061269b - Print the predecessors of a basic block instead of the number of uses of by Chris Lattner · 22 years ago
  47. b698455 Fix bug: 2002-10-02-SignExtensionProblem.ll by Chris Lattner · 22 years ago
  48. 51c84d1 Removed unneeded reference and dereferences. by Nick Hildenbrandt · 22 years ago
  49. 87d9138 New testcase for a problem discovered in the SPECINT gzip benchmark. by Chris Lattner · 22 years ago
  50. 275801b Cleaned up my last check-in. by Nick Hildenbrandt · 22 years ago
  51. 113ad89 No longer include malloc.h. If protoypes are needed for memory functions they will be present in the byte code and the generated c as well. by Nick Hildenbrandt · 22 years ago
  52. e03f32b by Chris Lattner · 22 years ago
  53. 27236ac * Implement fully general merging of array subscripts on demand! This by Chris Lattner · 22 years ago
  54. 9cfb358 When printing DS nodes, print the mergemap index as well to allow easier by Chris Lattner · 22 years ago
  55. 8b71987 Checkin the "meat" of the Data structure graph itself. I forgot to check by Chris Lattner · 22 years ago
  56. 7b7200c * Significant rework of DSNode to support arbitrary aliasing due to merging by Chris Lattner · 22 years ago
  57. 1da2972 - Remove the User::eraseOperand method which is never used, really by Chris Lattner · 22 years ago
  58. c75ff9a Do some cleanups to the Type and Constant section to remove latex stuff by Chris Lattner · 22 years ago
  59. d2f86e7 Temporary change to make datastructure stuff link in right by Chris Lattner · 22 years ago
  60. e68bf61 Changes to work with Statistics rework by Chris Lattner · 22 years ago
  61. 8328f1d Update manual to reflect recent changes in the Statistic class. by Chris Lattner · 22 years ago
  62. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  63. 6ee6bbe Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  64. 249be91 Build subdirs in parallel by Chris Lattner · 22 years ago
  65. 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
  66. 11aec6c Check in DataStructure rewrite so far. by Chris Lattner · 22 years ago
  67. 1c7ce2c Initial checkin of Steensgaards context insensitive flow insensitive by Chris Lattner · 22 years ago
  68. fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 22 years ago
  69. 57b062a Make sure to use the TimerGroup that we created! by Chris Lattner · 22 years ago
  70. ccc7bef Make sure not to count the PassManager wrapers by Chris Lattner · 22 years ago
  71. f1da555 Factor timer code out of PassManager implementation, into a generic interface by Chris Lattner · 22 years ago
  72. 6c38a79 Checkin generic interval timer support by Chris Lattner · 22 years ago
  73. c3dd2af Fixed to properly escape quotes in strings. by Nick Hildenbrandt · 22 years ago
  74. 999b63b by Chris Lattner · 22 years ago
  75. 9551817 Allow production of -stats output for benchmarks by specifying by Chris Lattner · 22 years ago
  76. 925ad19 On this code, llc did not pass the sixth argument (%reg321) to printf. by Vikram S. Adve · 22 years ago
  77. c8f25d9 Minor tweak by Chris Lattner · 22 years ago
  78. 76e51a8 Enable buidling of programs on Linux again by Chris Lattner · 22 years ago
  79. bbac478 Added several more helper functions for construction MachineInstrs. by Vikram S. Adve · 22 years ago
  80. aebdbe6 Bug fix in folding getElementPtr instructions: don't fold one into by Vikram S. Adve · 22 years ago
  81. 3f00ef9 Fix a problem that was caused by stale analyses being in CurrentAnalyses by Chris Lattner · 22 years ago
  82. b461373 Fix bug in LICM that caused the previous big win. :( by Chris Lattner · 22 years ago
  83. 9d0168d Minor change to interface for Create{Zero,Sign}ExtensionsInstructions. by Vikram S. Adve · 22 years ago
  84. 952eaee Hoist the contents of Loops in depth first order in the dominator tree, by Chris Lattner · 22 years ago
  85. b1f8aeb Fix printing of loop information by Chris Lattner · 22 years ago
  86. 4d7a75a Improve printing of dominator sets by Chris Lattner · 22 years ago
  87. 4d01892 Fix major bugs in dominator set & tree information updating by Chris Lattner · 22 years ago
  88. 934487a Simplify code a bit, add an assertion by Chris Lattner · 22 years ago
  89. 4b28793 Fixed errors in ReplaceInstWithValue/ReplaceInstWithInst examples. by Joel Stanley · 22 years ago
  90. 4117459 Convert DIRS to PARALLEL_DIRS. They can be built independently. by Vikram S. Adve · 22 years ago
  91. d28c8c8 Regression test for llc bug that was folding two getelementptrs illegally. by Vikram S. Adve · 22 years ago
  92. 1c397aa Added a couple of helper methods for live range construction. by Vikram S. Adve · 22 years ago
  93. 9d67cd1 Live ranges for Return value and return address of a Call are now by Vikram S. Adve · 22 years ago
  94. f425884 Fixed method getReturnValue(): it should return NULL if the by Vikram S. Adve · 22 years ago
  95. ad9c978 Fixed incorrect assertion: spill code for function ptr should be by Vikram S. Adve · 22 years ago
  96. ac67006 Return address register should be marked as "result" for the JMPL instruction by Vikram S. Adve · 22 years ago
  97. 8781765 Live ranges for Return value and return address of a Call are no longer by Vikram S. Adve · 22 years ago
  98. 106604e Simplified code that handles call args and rets, so it no longer by Vikram S. Adve · 22 years ago
  99. 4a8bb2b Simplify Call translation slightly. by Vikram S. Adve · 22 years ago
  100. 0188ce4 Regression test for live range bug for call arguments. by Vikram S. Adve · 22 years ago