| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the llvm-db and bugpoint restrictions from the win32 platform so | Reid Spencer | 2006-05-17 | 1 | -11/+1 |
* | added a skeleton of the ARM backend | Rafael Espindola | 2006-05-14 | 1 | -0/+5 |
* | Free memory allocated by copy_env. | Chris Lattner | 2006-05-14 | 1 | -1/+3 |
* | print a nice error if bugpoint gets an error reading inputs. Bug identified | Chris Lattner | 2006-05-14 | 1 | -16/+21 |
* | Fix a bug found by inspection. | Chris Lattner | 2006-05-14 | 1 | -1/+5 |
* | Delete memory allocated by CopyEnv | Chris Lattner | 2006-05-14 | 1 | -1/+3 |
* | Remove dead return value. | Chris Lattner | 2006-05-12 | 1 | -1/+1 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 2 | -0/+2 |
* | wrap long line | Chris Lattner | 2006-05-04 | 1 | -1/+2 |
* | Adjust to use proper TargetData copy ctor | Chris Lattner | 2006-05-04 | 1 | -2/+1 |
* | For PR764: | Reid Spencer | 2006-05-03 | 3 | -65/+21 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -1/+1 |
* | This no longer needs the JIT. | Chris Lattner | 2006-04-22 | 1 | -4/+1 |
* | Okay, llvm-config is good to go now. | Reid Spencer | 2006-04-20 | 1 | -1/+1 |
* | Several Changes To Support Building llvm-config: | Reid Spencer | 2006-04-20 | 2 | -10/+42 |
* | Don't build llvm-config until issues are resolved. | Reid Spencer | 2006-04-20 | 1 | -1/+1 |
* | Build the llvm-config directory as a tool. | Reid Spencer | 2006-04-20 | 1 | -1/+1 |
* | Update the library dependencies for 1.8 with SparcV9 now gone. | Reid Spencer | 2006-04-20 | 1 | -5/+0 |
* | Never link in sparcv9 | Chris Lattner | 2006-04-20 | 1 | -10/+0 |
* | fix printing call graphs | Andrew Lenharth | 2006-04-18 | 2 | -2/+2 |
* | Add a warning. | Chris Lattner | 2006-04-18 | 1 | -0/+3 |
* | Add a warning | Chris Lattner | 2006-04-18 | 1 | -0/+1 |
* | one too many l's | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Distribute CVS versions of lex files | Reid Spencer | 2006-04-12 | 1 | -1/+1 |
* | Get JIT/Interpreter working on Windows again. | Jeff Cohen | 2006-03-24 | 1 | -1/+2 |
* | Ignore the lexer output. | Reid Spencer | 2006-03-24 | 1 | -0/+1 |
* | Remove the interpreter component as its not working at the moment. | Reid Spencer | 2006-03-24 | 1 | -5/+1 |
* | Ignore temporary files generated by building. | Reid Spencer | 2006-03-23 | 1 | -0/+5 |
* | Update to llvm-config tool, by Erik Kidd: | Reid Spencer | 2006-03-23 | 3 | -14/+29 |
* | Don't print out ugly command line when building LibDeps.txt. | Reid Spencer | 2006-03-23 | 1 | -1/+3 |
* | Updated for library changes: | Reid Spencer | 2006-03-23 | 1 | -2/+2 |
* | remove always-null IntrinsicLowering argument. | Chris Lattner | 2006-03-23 | 1 | -3/+1 |
* | These changes are necessary to support the new llvm-config tool. llvm-config | Reid Spencer | 2006-03-22 | 3 | -1/+569 |
* | The library dependency file in flat format. This file is generated by the | Reid Spencer | 2006-03-19 | 1 | -0/+35 |
* | First cut at the Makefile for llvm-config. This initial version just provides | Reid Spencer | 2006-03-19 | 1 | -0/+16 |
* | add an assert to get a slightly better msg about this problem | Chris Lattner | 2006-03-16 | 1 | -0/+3 |
* | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
* | Fix a really annoying bug in bugpoint that made reducing C++ testcases | Chris Lattner | 2006-03-08 | 1 | -4/+89 |
* | Fit to 80 columns. | Chris Lattner | 2006-03-08 | 1 | -7/+14 |
* | Make sure command line options are parsed before we try to add the LibPath | Reid Spencer | 2006-03-06 | 1 | -4/+4 |
* | For transforms the behave differently if main goes away, add an option to pre... | Andrew Lenharth | 2006-03-05 | 1 | -0/+13 |
* | Implemented -quiet feature for analyze | Robert Bocchino | 2006-03-03 | 1 | -30/+35 |
* | Turn on loop unswitching tonight | Chris Lattner | 2006-02-22 | 1 | -0/+1 |
* | reorder some libraries | Chris Lattner | 2006-02-22 | 1 | -1/+1 |
* | remove support for the skeleton target | Chris Lattner | 2006-02-16 | 1 | -5/+0 |
* | Adjust to new style "generated files in CVS" mechanism for lex output | Chris Lattner | 2006-02-14 | 2 | -0/+201 |
* | SparcV8 -> Sparc | Chris Lattner | 2006-02-05 | 1 | -2/+2 |
* | Let bugpoint work on sparc with v9 instructions enabled. | Chris Lattner | 2006-02-04 | 1 | -0/+6 |
* | Pass plugins on to children when optimizing. | Andrew Lenharth | 2006-01-26 | 1 | -1/+10 |
* | Remove dead #include | Chris Lattner | 2006-01-23 | 1 | -1/+0 |