| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -3/+3 |
* | * Tabs to spaces | Misha Brukman | 2004-07-12 | 1 | -7/+5 |
* | Goodbye macro hell, hello nice clean and simple code. This also gives llc | Chris Lattner | 2004-07-11 | 1 | -58/+17 |
* | Add #include <iostream> since Value.h does not include it any more. | Reid Spencer | 2004-07-04 | 1 | -1/+2 |
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Add a better head-of-file comment. | Brian Gaeke | 2004-03-16 | 1 | -1/+3 |
* | SparcV8 removed until it grows up becomes a mature backend. | Misha Brukman | 2004-03-11 | 1 | -5/+1 |
* | Add a hook to run with the V8 target, though it doesn't currently work. Also | Chris Lattner | 2004-02-28 | 1 | -2/+6 |
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 1 | -6/+6 |
* | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner | 2004-02-19 | 1 | -1/+2 |
* | When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not | Chris Lattner | 2004-02-15 | 1 | -1/+5 |
* | Add support for -march=c | Chris Lattner | 2004-02-13 | 1 | -6/+11 |
* | Add a -march=powerpc option. Automatically select it if this looks like a | Brian Gaeke | 2004-02-02 | 1 | -1/+10 |
* | Pass extra arguments around n stuph | Chris Lattner | 2003-12-28 | 1 | -2/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+2 |
* | Removed extraneous comment line. | John Criswell | 2003-10-20 | 1 | -1/+0 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Fix grammar. | Misha Brukman | 2003-10-10 | 1 | -2/+2 |
* | Added code to avoid checking for .bc when the filename is too short. | John Criswell | 2003-08-28 | 1 | -1/+2 |
* | Targets now configure themselves with the module, not flags | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
* | Add support for modules with "any" pointersize/endianness | Chris Lattner | 2003-08-24 | 1 | -6/+16 |
* | Revert change: default architecture is never set, it is guessed from input | Misha Brukman | 2003-07-30 | 1 | -8/+1 |
* | Initialize the target architecture based on compiler defines, so if compiled on | Misha Brukman | 2003-07-18 | 1 | -1/+8 |
* | Fixed indentation. | Misha Brukman | 2003-07-07 | 1 | -1/+1 |
* | Minor cleanups | Chris Lattner | 2003-06-20 | 1 | -22/+10 |
* | tools/llc/llc.cpp: Make "-o -" work. | Brian Gaeke | 2003-06-18 | 1 | -12/+16 |
* | lib/Target/Sparc/Sparc.cpp: | Brian Gaeke | 2003-06-18 | 1 | -60/+47 |
* | Reindent code to match the rest of the file | Chris Lattner | 2003-06-18 | 1 | -38/+30 |
* | Remove duplicate pass | Chris Lattner | 2003-06-05 | 1 | -4/+0 |
* | Remove ugly hack (that I put in originally) for building in trace stuff | Chris Lattner | 2003-05-27 | 1 | -112/+14 |
* | Add a new option to disable stripping of bytecode files | Chris Lattner | 2003-04-28 | 1 | -1/+6 |
* | Remove two fields from TargetData which are target specific. | Chris Lattner | 2003-04-26 | 1 | -2/+1 |
* | Make sure to copy double alignment as well | Chris Lattner | 2003-04-25 | 1 | -1/+1 |
* | Kill using declarations | Chris Lattner | 2003-04-25 | 1 | -32/+31 |
* | Make sure to add a targetdata instance to the passmanager, and make it match the | Chris Lattner | 2003-04-25 | 1 | -0/+5 |
* | Remove support for "target data" pass ctors | Chris Lattner | 2003-04-24 | 1 | -2/+0 |
* | Rename header | Chris Lattner | 2003-01-14 | 1 | -1/+1 |
* | Eliminate direct access to TargetData structure | Chris Lattner | 2002-12-28 | 1 | -1/+1 |
* | * Privatize the TargetName | Chris Lattner | 2002-10-29 | 1 | -1/+1 |
* | Allow TargetMachine to refuse static code gen | Chris Lattner | 2002-10-29 | 1 | -4/+8 |
* | * Remove explicit strcmp calls | Chris Lattner | 2002-10-29 | 1 | -3/+3 |
* | Change LowerAllocations pass to 'require' TargetData instead of it being | Chris Lattner | 2002-09-25 | 1 | -1/+1 |
* | Indent a comment right, add a new one | Chris Lattner | 2002-09-19 | 1 | -2/+3 |
* | Make all registered optimization passes available to llc. | Vikram S. Adve | 2002-09-16 | 1 | -90/+151 |
* | Function.h is unnecessary when Module.h is included. | Misha Brukman | 2002-09-14 | 1 | -1/+0 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 1 | -4/+6 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -2/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 1 | -9/+20 |