1. 8ad51f5 Update to add new keywords by Chris Lattner · 22 years ago
  2. 43a9994 Add warning when linking modules with disagreeing target properties by Chris Lattner · 22 years ago
  3. 61a909a Emit information about target by Chris Lattner · 22 years ago
  4. b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
  5. 0bc0f47 Add testcase for target information by Chris Lattner · 22 years ago
  6. f5c1f08 ADd newline to end of file by Chris Lattner · 22 years ago
  7. 9232b99 Namespacify by Chris Lattner · 22 years ago
  8. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
  9. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago
  10. bf4ff33 Add information about the module source by Chris Lattner · 22 years ago
  11. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 22 years ago
  12. 37f5941 Preserve the new moduleID field by Chris Lattner · 22 years ago
  13. 678c6a0 Add support for tracking whether a module is 64/32 bit and big/little endian by Chris Lattner · 22 years ago
  14. baf0607 It's "necessary" to spell "necessarily" correctly. by Misha Brukman · 22 years ago
  15. 59ee0ee Make stderr, stdout, stdin work with LLI by Chris Lattner · 22 years ago
  16. 04e2ad7 Fix wierd idiom by Chris Lattner · 22 years ago
  17. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago
  18. 4b12cde Add support for a simple constantexpr: cast of one ptr type to another by Chris Lattner · 22 years ago
  19. 2719bac Fix bug: 2003-01-30-LinkerRename.ll by Chris Lattner · 22 years ago
  20. 0fec08e Fix linking a function with qualifiers to a external function declaration: by Chris Lattner · 22 years ago
  21. 8869c2c New testcase by Chris Lattner · 22 years ago
  22. d34a51d Add support for allowing the user to extend the GCCLD searchpath by Chris Lattner · 22 years ago
  23. 085c801 Fix bug where use still existed in dead code by Chris Lattner · 22 years ago
  24. c65b104 Eliminate useless duplicate libraries by Chris Lattner · 22 years ago
  25. 10970eb Add first support for linking in .a files correctly and minimally, like a real linker does by Chris Lattner · 22 years ago
  26. 23e0a58 Add prototype to read .a files by Chris Lattner · 22 years ago
  27. 968cfd0 Initial support for reading standard .a files by Chris Lattner · 22 years ago
  28. f6099df Add support for reading unaligned bytecode buffers by Chris Lattner · 22 years ago
  29. 14e8e29 Remove arbitrary limitation by Chris Lattner · 22 years ago
  30. 2ff9343 Update testcases to match what is currently output by the CFE by Chris Lattner · 22 years ago
  31. ea2294a Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll by Chris Lattner · 22 years ago
  32. 9f755bd Add testcase for constantexpr gep by Chris Lattner · 22 years ago
  33. 0892ace Test case for forward declared global array with no size by Chris Lattner · 22 years ago
  34. a856db2 Add crufty compatibility stuff for ld by Chris Lattner · 22 years ago
  35. e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 22 years ago
  36. f3d4f17 Use anonymous namespace instead of "static" Kill using decl by Chris Lattner · 22 years ago
  37. 393689a Fix bug: Mem2reg/2003-04-18-DeadBlockProblem.ll by Chris Lattner · 22 years ago
  38. bcecb4b New testcase by Chris Lattner · 22 years ago
  39. 156bcf3 Global constants CAN be external by Chris Lattner · 22 years ago
  40. 869de25 Fix a big bad bug I checked in yesterday :( by Chris Lattner · 22 years ago
  41. 17d145d Refactor CloneFunction to expose the new CloneBasicBlock function by Chris Lattner · 22 years ago
  42. 15faa84 New const_cast instead of c style cast by Chris Lattner · 22 years ago
  43. a107e5f Add prototype for new CloneBasicBlock function by Chris Lattner · 22 years ago
  44. 681cfb9 Add a simple test for hex constant integers by Chris Lattner · 22 years ago
  45. 3e8ba10 Allow hexadecimal integer constants to be used by Chris Lattner · 22 years ago
  46. d628f6a Don't build constantexprs that could be folded by Chris Lattner · 22 years ago
  47. 27287de Allow constant folding of GEP instructions, even if we don't do a whole lot yet. by Chris Lattner · 22 years ago
  48. fd73cf8 Don't force a ConstantPointer to be returned by Chris Lattner · 22 years ago
  49. 4d21cb4 Test case to make sure that constexprs are automatically folded by Chris Lattner · 22 years ago
  50. 0af1e8e Don't support codegen passes in opt by Chris Lattner · 22 years ago
  51. f565322 Remove codegen libraries to speed up linking opt by Chris Lattner · 22 years ago
  52. ac7ad68 Fix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll by Chris Lattner · 22 years ago
  53. 843c80f New testcase by Chris Lattner · 22 years ago
  54. fb242b6 Change the interface to constant expressions to allow automatic folding by Chris Lattner · 22 years ago
  55. dabaa46 Allow the user to disable the internalize pass by Chris Lattner · 22 years ago
  56. 25219a7 Add tests for linker and linkonce globals by Chris Lattner · 22 years ago
  57. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 22 years ago
  58. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 22 years ago
  59. 5399741 Add code to verify correctly linkages by Chris Lattner · 22 years ago
  60. 076e2ae Revert modulo scheduling change that should be part of the modulo-sched pass itself, by Chris Lattner · 22 years ago
  61. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
  62. 2c72b18 Add missing keyword, add new linkage keywords by Chris Lattner · 22 years ago
  63. 828b278 Add new linkage keywords. Spell uninitialized correctly by Chris Lattner · 22 years ago
  64. a36e48d Add PRE directory by Chris Lattner · 22 years ago
  65. ffd9bf4 Improve the efficiency and cleanup writing a bit by Chris Lattner · 22 years ago
  66. 1f862af Don't allow declaring an external internal variable by Chris Lattner · 22 years ago
  67. 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 22 years ago
  68. 2c1d2f2 * Get rid of using declaration by Chris Lattner · 22 years ago
  69. f2956fc Namespacify command line options by Chris Lattner · 22 years ago
  70. af76d0e Fix bug: Assember2003-04-15-ConstantInitAssertion.llx by Chris Lattner · 22 years ago
  71. 9fa01f2 New testcase that triggered assertion failure. by Chris Lattner · 22 years ago
  72. af7ccd9 Make help message more clear by Chris Lattner · 22 years ago
  73. 5cd8ae9 Simple arithmetic loop-based test case for modulo scheduling. by Misha Brukman · 22 years ago
  74. cf54d17 Adding a simple test case in the hope that commit-diffs.pl will pick this up. by Misha Brukman · 22 years ago
  75. c28e3c3 Not only is this the first test case for ModuloScheduing, it's also the first by Misha Brukman · 22 years ago
  76. d4bd3eb * Fix bug: Mem2Reg/2003-04-10-DFNotFound.ll by Chris Lattner · 22 years ago
  77. 228fd15 New testcase by Chris Lattner · 22 years ago
  78. 2c821cc Fixed compilation errors, command-line argument declarations, cleaned up code to by Misha Brukman · 22 years ago
  79. 8baa01c Made the code readable: by Misha Brukman · 22 years ago
  80. 4bd8b24 Must use std::pair instead of just 'pair'. by Misha Brukman · 22 years ago
  81. 681220d added a function and a member to the TargetSchedInfo class by Guochun Shi · 22 years ago
  82. 105cb77 added some memory for clone function by Guochun Shi · 22 years ago
  83. 6fbe5fb change the include file names and some class names to make it compile by Guochun Shi · 22 years ago
  84. f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 22 years ago
  85. 88a9a3e Update to work with newer versions of bison by Chris Lattner · 22 years ago
  86. 7341178 Initial checkin of PRE test by Chris Lattner · 22 years ago
  87. 7cd2fff Initial checkin of PRE tests by Chris Lattner · 22 years ago
  88. e941291 Initial checkin of PRE on LLVM. This implementation is still lacking in by Chris Lattner · 22 years ago
  89. 0e08e1b Minor tweak by Chris Lattner · 22 years ago
  90. 6c0e049 * We now preserve the no-critical-edge pass (because we cannot insert critical edges) by Chris Lattner · 22 years ago
  91. d76370b Add getAnalysisUsage method by Chris Lattner · 22 years ago
  92. f1c154f *** empty log message *** by Guochun Shi · 22 years ago
  93. c277eaa Move BreakCriticalEdges pass to lib/Transforms/Utils by Chris Lattner · 22 years ago
  94. f1ab454 Add helper method by Chris Lattner · 22 years ago
  95. 6f2ec7f Update comment by Chris Lattner · 22 years ago
  96. e33b796 Add more graph traits specializations for dominator tree nodes by Chris Lattner · 22 years ago
  97. 3413d15 * Change the order that globals and constants are processed in by Chris Lattner · 22 years ago
  98. 186a1f7 Changes to the V2 bytecode format: by Chris Lattner · 22 years ago
  99. 52e20b0 * Bug fixes: by Chris Lattner · 22 years ago
  100. 1b079f9 Add new chunk type by Chris Lattner · 22 years ago