1. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
  2. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
  3. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  4. 8eaafde Fix PR819, llvm2cpp should read .bc files, not .ll files. by Chris Lattner · 18 years ago
  5. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  6. 3d48e53 Split long comment lines. by Reid Spencer · 18 years ago
  7. 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 18 years ago
  8. e2f8ad8 Fix cut-n-pasto in comments. by Devang Patel · 18 years ago
  9. f8625d9 Remove unneeded libs by Chris Lattner · 18 years ago
  10. 28f6f22 For PR811: by Reid Spencer · 18 years ago
  11. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  12. 68464b7 Actually add instructions to the list of defined values so it gets by Reid Spencer · 18 years ago
  13. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 18 years ago
  14. 629e487 After telling GCC to type of the input file with -x asm/-x c, switch back to by Chris Lattner · 18 years ago
  15. 7f3ac41 This no longer needs plugins, this it doesn't need all of VMCore. by Chris Lattner · 18 years ago
  16. 2991b01 Shorten a value description so --help out isn't so wide. by Reid Spencer · 18 years ago
  17. e3f0561 Make sure this tool links in all of libVMCore.a because it can --load by Reid Spencer · 18 years ago
  18. af303d5 For PR780: by Reid Spencer · 18 years ago
  19. dc05009 Remove useless noop argument by Chris Lattner · 18 years ago
  20. 3e347f2 Fix a bug in the following scenario. by Chris Lattner · 18 years ago
  21. d179de5 Add a new --libfiles option, for getting fully-qualified pathnames to libraries. by Chris Lattner · 18 years ago
  22. f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 18 years ago
  23. 73ebd09 Make the llvm-config library dependency database depend on all of the libraries. by Chris Lattner · 18 years ago
  24. 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 18 years ago
  25. 2e1f0ed temporarily add back this option, I will remove it in a couple days by Chris Lattner · 18 years ago
  26. 7c5357f Fix a -pedantic warning by Chris Lattner · 18 years ago
  27. 0cd059e Add flags to get access to build_mode, objdir, srcdir etc. by Chris Lattner · 18 years ago
  28. 16ad618 Make llvm-config "do the right thing" when an install tree is relocated or by Chris Lattner · 18 years ago
  29. abdbae7 Capture the build mode (e.g. Debug/Release) in the llvm-config script. by Chris Lattner · 18 years ago
  30. 584073a Convert to standard file header by Chris Lattner · 18 years ago
  31. 41655cd Remove a couple of things no longer figured out by autoconf by Chris Lattner · 18 years ago
  32. 2d2c2f2 Add several more autoconf variables so that new features can be implemented by Reid Spencer · 18 years ago
  33. e02b97b Add a gross "--use-current-dir-as-prefix" option as a temporary workaround by Chris Lattner · 18 years ago
  34. 411c33d Remove some variables from the configured section that aren't. by Chris Lattner · 18 years ago
  35. 06e752e Remove more "alpha is archive" stuff. by Chris Lattner · 18 years ago
  36. 409411e Suppress -pedantic warnings about print("%a") by Reid Spencer · 18 years ago
  37. 6574994 Remove obsolete CORE_IS_ARCHIVE support by Chris Lattner · 18 years ago
  38. c929c66 Update the ignore file by Chris Lattner · 18 years ago
  39. f977e7b Teach CppWriter how to emit an inline (partial) function. by Reid Spencer · 18 years ago
  40. ad67a04 Restore default arguments for llvm2cpp back to health by declaring an by Reid Spencer · 18 years ago
  41. 659a243 Fix a bug where incorrect C++ was being emitted. by Reid Spencer · 18 years ago
  42. dee0511 Build llvm-config into the ToolDir not in the local directory. This makes by Reid Spencer · 18 years ago
  43. b0e2fbc Oops, llc needs libTarget.a not Target.o by Reid Spencer · 18 years ago
  44. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  45. 539d871 fix utostr by Andrew Lenharth · 18 years ago
  46. 12803f5 Major reorganization and extension of the code. The diff on this will be a by Reid Spencer · 18 years ago
  47. 25edc35 Don't generate module definitions when the -fragment option is given. by Reid Spencer · 18 years ago
  48. ac28588 llvm2cpp is ready to be compiled so add it to the makefile, but make it by Reid Spencer · 18 years ago
  49. 15f7e01 Fix more bugs. This version now passes all of the Feature test except for by Reid Spencer · 18 years ago
  50. 1a2a0cc Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with by Reid Spencer · 18 years ago
  51. 66c8734 First complete version of llvm2cpp that doesn't crash on any of the Feature by Reid Spencer · 18 years ago
  52. 6d1727c Silly cleanup by Chris Lattner · 18 years ago
  53. 74f48d1 silly cleanup by Chris Lattner · 18 years ago
  54. e0d133f Next batch of implementation: by Reid Spencer · 18 years ago
  55. ba570d7 Fix file header comment. by Reid Spencer · 18 years ago
  56. 4edca33 Remove temporary testing rules. by Reid Spencer · 18 years ago
  57. 74e032a Fix two bugs in the CppWriter.cpp: by Reid Spencer · 18 years ago
  58. d9169d3 Fix the file's comment block. by Reid Spencer · 18 years ago
  59. fb0c0dc Initial Commit of llvm2cpp by Reid Spencer · 18 years ago
  60. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  61. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  62. adbc9b7 Remove the llvm-db and bugpoint restrictions from the win32 platform so by Reid Spencer · 18 years ago
  63. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 19 years ago
  64. c780982 Free memory allocated by copy_env. by Chris Lattner · 19 years ago
  65. 53bd1b9 print a nice error if bugpoint gets an error reading inputs. Bug identified by Chris Lattner · 19 years ago
  66. f877e60 Fix a bug found by inspection. by Chris Lattner · 19 years ago
  67. 2f86362 Delete memory allocated by CopyEnv by Chris Lattner · 19 years ago
  68. b923b2e Remove dead return value. by Chris Lattner · 19 years ago
  69. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  70. 67ef9e4 wrap long line by Chris Lattner · 19 years ago
  71. b93b034 Adjust to use proper TargetData copy ctor by Chris Lattner · 19 years ago
  72. b3bd5ca For PR764: by Reid Spencer · 19 years ago
  73. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  74. 776eb6b This no longer needs the JIT. by Chris Lattner · 19 years ago
  75. 7f872bb Okay, llvm-config is good to go now. by Reid Spencer · 19 years ago
  76. 05dee50 Several Changes To Support Building llvm-config: by Reid Spencer · 19 years ago
  77. 563ff1c Don't build llvm-config until issues are resolved. by Reid Spencer · 19 years ago
  78. 2e1284d Build the llvm-config directory as a tool. by Reid Spencer · 19 years ago
  79. d075dfb Update the library dependencies for 1.8 with SparcV9 now gone. by Reid Spencer · 19 years ago
  80. 43c40ff Never link in sparcv9 by Chris Lattner · 19 years ago
  81. 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
  82. 8b57ff7 Add a warning. by Chris Lattner · 19 years ago
  83. 6a58e0e Add a warning by Chris Lattner · 19 years ago
  84. 7f71e21 one too many l's by Chris Lattner · 19 years ago
  85. 59524a5 Distribute CVS versions of lex files by Reid Spencer · 19 years ago
  86. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 19 years ago
  87. 019a0a9 Ignore the lexer output. by Reid Spencer · 19 years ago
  88. 1c070fc Remove the interpreter component as its not working at the moment. by Reid Spencer · 19 years ago
  89. f39fcc7 Ignore temporary files generated by building. by Reid Spencer · 19 years ago
  90. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
  91. 025213e Don't print out ugly command line when building LibDeps.txt. by Reid Spencer · 19 years ago
  92. ff9b038 Updated for library changes: by Reid Spencer · 19 years ago
  93. ef98691 remove always-null IntrinsicLowering argument. by Chris Lattner · 19 years ago
  94. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 19 years ago
  95. 355ef21 The library dependency file in flat format. This file is generated by the by Reid Spencer · 19 years ago
  96. 0fab2b1 First cut at the Makefile for llvm-config. This initial version just provides by Reid Spencer · 19 years ago
  97. cc540eb add an assert to get a slightly better msg about this problem by Chris Lattner · 19 years ago
  98. 9dce2b3 Convert llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  99. 5a7a9e5 Fix a really annoying bug in bugpoint that made reducing C++ testcases by Chris Lattner · 19 years ago
  100. 42d0b45 Fit to 80 columns. by Chris Lattner · 19 years ago