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 |
2003-08-06 |
Chris Lattner | convert over to using TableGen backends |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Switch code over to being a TableGenBackend |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | Add more helper methods |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Chris Lattner | New common interface for backends to use |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Sumant Kowshik | Added POOLFLAGS option to run pool allocation |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | "fix" coding style stuff |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Completely eliminate the per-machine-instruction regsUs... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Use a new local data structure instead of the MachineIn... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Add a map |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Physical registers no longer live in the regsUsed set... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Do not insert physical regsiters into the regsUsed set |
commit | commitdiff | tree | snapshot |
2003-08-05 |
John Criswell | Reverted back to using OR for cmp/mv operations for... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
John Criswell | Switched from using diff to cmp for two reasons: |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Tanya Lattner | Fixed minor bug in SafeToHoist and made some changes... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Tanya Lattner | Added LICM test cases to: |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Tanya Lattner | Fixed LICM bug that hoists trapping instructions that... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Minor changes: |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Add more verbose comment |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Add a comment to the method decl |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Remove unused method |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Sumant Kowshik | Added declaration of mergeInGlobalsGraph |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Sumant Kowshik | Added function mergeInGlobalsGraph which merges in... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Sumant Kowshik | Major bug fixes including a memory leak and tracking... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Specify DEBUG_TYPE's for the JIT debug messages |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | This method has now been changed to preserve flags... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | All callers of these methods actually wanted them to... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Sumant Kowshik | Added the declaration of InlineIndirectCalls |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Factor shared code |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | new testcases that simplifycfg breaks |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Misha Brukman | * Removed `using' declaration, now use full namespace... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | If we're debugging the SimplifyCFG pass, we _REALLY_... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Implement TODO: print out short form of Invoke if possible |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Misha Brukman | Only test the vector of functions if it is non-empty. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Misha Brukman | Stop special-casing annul and predict bits (which are... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Misha Brukman | * Set annul bit to be 0, because the Sparc backend... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Fix bugs handling ESP in alloca references |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | No functional changes, comment the fix I just put in |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | The CodeEmitterGenerator used to consider ANY uninitial... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | Revert previous change, and be really anal about what... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Chris Lattner | This is the real fix for the previous register allocato... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Misha Brukman | Reformatted code to match the prevalent LLVM style... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Misha Brukman | ElectricFence found this bug where we were reading... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Chris Lattner | Don't bother calculating info unless its needed. May... |
commit | commitdiff | tree | snapshot |
next |