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