2003-08-11 |
Vikram S. Adve | Register argument to va_start must be marked as defined! |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | tablegen.vim: |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add .llx |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Added a TableGen syntax highlighting mode for VIM and... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add (ret int) expander so that we can at least write... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Don't forget to initializer result field to 0! |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Converted tabs to spaces. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Removed `-debug' so that spurious printouts of patterns... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Remove dead code |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add patterns for multiply, and, or, and xor |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | add support for more nodes |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Misha Brukman | Put printouts of acquired patterns under the DEBUG... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Until the pattern matching instruction selector is... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Fix handling of 'free' if it has absolutely no prototype |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Include the new selection library for the X86 target |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Add support for a pattern matching instruction selector... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Build the SelectionDAG library |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Initial checkin of SelectionDAG implementation. This... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Chris Lattner | Initial checkin of SelectionDAG header file |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Add full support for code generating expanders! |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Implement autopromotion of leaf trees from arguments... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Implement correct parsing, representation, and printing... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Recognize $foo as a variable |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Implement real code emission, at least for Instruction... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | First cut at emitting the reducer. This reducer just... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Make imm be a leaf instead of a nonterminal |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Finish the matcher! |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2003-08-08 |
John Criswell | Removed information on the Pool Allocator as it is... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
John Criswell | Added a FAQ about how to clean the directory if it... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
John Criswell | Updated for the 1.1 pre-release. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Chris Lattner | This implements a large amount of the matcher, in fact... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Chris Lattner | Emit the first half of the instruction selector. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Misha Brukman | Chomped spurious blank lines. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Finish implementation of nonterminal instantiation. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Add new method to get a value type as a string |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | * Fix <>'s in code to be <>'s |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | File-related functions moved to FileUtilities.h . |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | close() requires "unistd.h" . |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Doxygen-ify the comments by using '///' instead of... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Remove references to `bugpoint' from the now-generic... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Completely remove mention of the correlated branch... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Moved removeFile() and getUniqueFilename() into FileUti... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | * The possessive third-person singular has no apostroph... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Re-grouped and alphabetized headers for easier reading... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Fixed path for SystemUtils.h and a few code cleanups. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Moved SystemUtils.h to include/Support and SystemUtils... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Implement type-inference/checking for non-terminal... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Rename all of the "Process" methods to be "read" method... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Add support for "cast" nodes, which are required when... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Use the new version of isSubClassOf |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Add and use a new method |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Cleanup and reorganize code, no functional changes |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Read in expanders too |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Continued evolution of the selector emitter: Represent... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Misha Brukman | Implement LLVM intrinsics `llvm.setjmp' and `llvm.longj... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Vikram S. Adve | Fix assertion in MachineInstr::substituteValue(). |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Vikram S. Adve | Fix sanity-checking in 'maskUnsigned' code to be more... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
John Criswell | Fixed a segfault in gccld. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Update tablegen interfaces |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Finish implementation of the type inference engine. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Allow clients to get at the pointer type |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Add new method getVAlueAsDag |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Initial checkin of tree pattern parser and type inferen... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Eliminate now-dead method |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Start using the CodeGeneratorWrappers |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | Initial checkin of useful wrappers around the Target... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Sumant Kowshik | Removed the support for pool allocation testing. This... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Sumant Kowshik | Change implementation so that variable sized slabs... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Sumant Kowshik | Added code for pool allocating only the pool-allocatabl... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | This register is never used, disable it. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Sumant Kowshik | Added a flag which is set when all data structures... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Chris Lattner | There was no reason for these to be bit-fields, they... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Misha Brukman | Changing command-line option formats to be more consist... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Misha Brukman | * Renamed option from `nopreselect' to `nopreopt' since... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Ick, add the RIGHT accessor |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Add accessor |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | There is something wrong with code that looks like: |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Misha Brukman | Use the registers g1 and g5 as temporaries for making... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
John Criswell | Removed Makefile.common. |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Export the register classes so that the instruction... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Brian Gaeke | Makefile.common: Remove commented-out and duplicate... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Add a bunch of new Alpha Intrinsics for Rahul Joshi |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Vikram S. Adve | 1. Bug fix: was using SLL instead of SLLX for ULongTy... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Vikram S. Adve | Remove conversion of fp-to-uint cast into a multi-step... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | The HAVE_JUMP code is dead, these intrinsics should... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Remove unnecessary use of NonCopyable |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Misha Brukman | Added asserts to prevent negative shift amounts from... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Misha Brukman | SparcV9CodeEmitter.cpp: |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Sort the file lists |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Loop unroller doesn't necessarily need to be profile... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Completely eliminate the isVoid TSFlag, shifting over... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | add a pattern for RET, immediates no longer need to... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Start adding usefulness to the DAG node definitions... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Add error checking code to the node type parser. Start... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Initial support for an instruction selector emitter |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | All good classes with virtual functions should have... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Add an instruction selector emitter skeleton |
commit | commitdiff | tree | snapshot |
next |