- d9169d3 Fix the file's comment block. by Reid Spencer · 19 years ago
- fb0c0dc Initial Commit of llvm2cpp by Reid Spencer · 19 years ago
- 19b7e0e For PR786: by Reid Spencer · 19 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
- adbc9b7 Remove the llvm-db and bugpoint restrictions from the win32 platform so by Reid Spencer · 19 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
- 78df5c3 Make sure command line options are parsed before we try to add the LibPath by Reid Spencer · 19 years ago
- 7c0a937 For transforms the behave differently if main goes away, add an option to prevent bugpoint from removing main by Andrew Lenharth · 19 years ago
- 86d064d Implemented -quiet feature for analyze by Robert Bocchino · 19 years ago
- a2a5160 Turn on loop unswitching tonight by Chris Lattner · 19 years ago
- e7988aa reorder some libraries by Chris Lattner · 19 years ago
- 27630d5 remove support for the skeleton target by Chris Lattner · 19 years ago
- 1828ee1 Adjust to new style "generated files in CVS" mechanism for lex output by Chris Lattner · 20 years ago
- cb0dfba SparcV8 -> Sparc by Chris Lattner · 20 years ago
- fdcc71e Let bugpoint work on sparc with v9 instructions enabled. by Chris Lattner · 20 years ago
- e4da1dd Pass plugins on to children when optimizing. by Andrew Lenharth · 20 years ago
- fc44178 Remove dead #include by Chris Lattner · 20 years ago
- 7e07b24 It doesn't make sense to give llc a list of passes on the command line, by Chris Lattner · 20 years ago
- 04666d8 this doesn't work, remove it by Chris Lattner · 20 years ago
- e31a9cc add explicit #includes of iostream by Chris Lattner · 20 years ago
- 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
- 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 20 years ago
- 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 20 years ago
- f4484f3 For PR521: by Reid Spencer · 20 years ago
- de83cee Fix line length of a comment. by Reid Spencer · 20 years ago
- 7ac534f remove unused header by Chris Lattner · 20 years ago
- b2efb85 Applied some recommend changes from sabre. The dominate one beginning "let the by Jim Laskey · 20 years ago
- 292a1af Adding MachineDebugInfo as a immutable pass. by Jim Laskey · 20 years ago
- 1adc3de Revert removal of std:: prefixes and addtion of "using namespace std;". by Reid Spencer · 20 years ago
- 64c9e7a don't need this anymore by Duraid Madina · 20 years ago
- ea8aed7 delete file portably by Duraid Madina · 20 years ago
- 78b0e6a General cleanup: by Reid Spencer · 20 years ago
- 4e4fe66 ditto by Duraid Madina · 20 years ago
- 6927b06 more compliance stufff by Duraid Madina · 20 years ago
- d885251 behold my standards-compliant humps! by Duraid Madina · 20 years ago
- 3de3b05 WAKEY WAKEY by Duraid Madina · 20 years ago
- 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 20 years ago
- c4bb052 For PR351: by Reid Spencer · 20 years ago
- 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
- 156aa35 Implement PR679: by Reid Spencer · 20 years ago
- 73a74be Implement PR512: by Reid Spencer · 20 years ago
- be19383 rename option for consistency with -mcpu -mattr etc by Chris Lattner · 20 years ago
- 60844d4 rename option by Chris Lattner · 20 years ago
- 3015e60 provide an option to override the target triple in a module from the commandline. by Chris Lattner · 20 years ago
- f33b866 provide an option to override the target triple in a module from the command by Chris Lattner · 20 years ago
- 3bd5fac Fix printing of the instructions. by Chris Lattner · 20 years ago
- f574494 Remove -start-group and -end-group no-op options, accidentally committed by Reid Spencer · 20 years ago
- 328ead9 Adjust the constructor to the Linker class to take an argument that names by Reid Spencer · 20 years ago
- 0fccc74 This solves the problem of the CBE renaming symbols that start with . but the assembly side still trying to reference them by their old names. Should be safe untill we hit a language front end that lets you specify such a name. by Andrew Lenharth · 20 years ago
- 5209889 Revert my previous patch which broke due to lazy streaming of functions by Chris Lattner · 20 years ago
- 48ba822 If a module has a main, but it is defined externally, refuse to run it. by Chris Lattner · 20 years ago
- cb83465 Allow users to specify -Wl,-native* multiple times if they please by Chris Lattner · 20 years ago
- 178e0c4 Add a new -fast option, which generates code quickly. by Chris Lattner · 20 years ago
- 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 20 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
- e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 20 years ago
- 604b95b transforms before analyses by Chris Lattner · 20 years ago
- ad62eef Remove a now-unneeded library by Chris Lattner · 20 years ago
- 465be21 pull in the archive version of this lib to reduce exe size by Chris Lattner · 20 years ago
- 5e22a64 Pull in the archive versions of these libs to reduce executable size by Chris Lattner · 20 years ago
- df514ef Link in datastructure as a relinked o file by Chris Lattner · 20 years ago
- 831843d Link to archive versions of libraries instead of the relinked ones by Chris Lattner · 20 years ago
- 3136061 Use the new LinkAllAnalyses.h header instead of forcing passes to be by Chris Lattner · 20 years ago