Age | Commit message (Expand) | Author |
2004-08-05 | Lines need to end with \ to make sure they're actually continued | Misha Brukman |
2004-08-05 | * Add PowerPC library to LLC | Misha Brukman |
2004-08-04 | libsparcv9select is history | Brian Gaeke |
2004-07-16 | Build skeleton target | Chris Lattner |
2004-07-12 | * Tabs to spaces | Misha Brukman |
2004-07-11 | Goodbye macro hell, hello nice clean and simple code. This also gives llc | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not include it any more. | Reid Spencer |
2004-05-27 | Uhh, that doesn't exist. | Chris Lattner |
2004-05-27 | Header file moved | Chris Lattner |
2004-03-16 | Add a better head-of-file comment. | Brian Gaeke |
2004-03-11 | SparcV8 removed until it grows up becomes a mature backend. | Misha Brukman |
2004-02-28 | Add a hook to run with the V8 target, though it doesn't currently work. Also | Chris Lattner |
2004-02-25 | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke |
2004-02-19 | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner |
2004-02-15 | When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not | Chris Lattner |
2004-02-13 | Add support for -march=c | Chris Lattner |
2004-02-08 | Fix indentation of selectiondag. | Brian Gaeke |
2004-02-02 | Add a -march=powerpc option. Automatically select it if this looks like a | Brian Gaeke |
2004-02-02 | Link in the PowerPC back-end. | Brian Gaeke |
2003-12-28 | Pass extra arguments around n stuph | Chris Lattner |
2003-12-15 | There is no reason to add -load support to LLC | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright to Makefiles. | John Criswell |
2003-10-20 | Removed extraneous comment line. | John Criswell |
2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
2003-10-10 | Fix grammar. | Misha Brukman |
2003-09-01 | Preselection is now integrated into the Sparc target library | Chris Lattner |
2003-09-01 | Sparc peephole optimizer moved out of post-opts library into Sparc target lib... | Chris Lattner |
2003-08-28 | Added code to avoid checking for .bc when the filename is too short. | John Criswell |
2003-08-24 | Targets now configure themselves with the module, not flags | Chris Lattner |
2003-08-24 | Add support for modules with "any" pointersize/endianness | Chris Lattner |
2003-08-15 | rename selection library to selectiondag | Chris Lattner |
2003-08-13 | Incorporate mapping library into the sparc library | Chris Lattner |
2003-08-11 | Include the new selection library for the X86 target | Chris Lattner |
2003-07-30 | Revert change: default architecture is never set, it is guessed from input | Misha Brukman |
2003-07-18 | Initialize the target architecture based on compiler defines, so if compiled on | Misha Brukman |
2003-07-07 | Fixed indentation. | Misha Brukman |
2003-06-20 | Minor cleanups | Chris Lattner |
2003-06-18 | tools/llc/llc.cpp: Make "-o -" work. | Brian Gaeke |
2003-06-18 | lib/Target/Sparc/Sparc.cpp: | Brian Gaeke |
2003-06-18 | Reindent code to match the rest of the file | Chris Lattner |
2003-06-17 | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke |
2003-06-05 | Remove duplicate pass | Chris Lattner |
2003-05-27 | Remove ugly hack (that I put in originally) for building in trace stuff | Chris Lattner |
2003-04-28 | Add a new option to disable stripping of bytecode files | Chris Lattner |
2003-04-26 | Remove two fields from TargetData which are target specific. | Chris Lattner |
2003-04-25 | Make sure to copy double alignment as well | Chris Lattner |
2003-04-25 | Kill using declarations | Chris Lattner |
2003-04-25 | Make sure to add a targetdata instance to the passmanager, and make it match the | Chris Lattner |
2003-04-24 | Remove support for "target data" pass ctors | Chris Lattner |