| Commit message (Expand) | Author | Age | Files | Lines |
* | close() requires "unistd.h" . | Misha Brukman | 2003-08-07 | 1 | -0/+1 |
* | Doxygen-ify the comments by using '///' instead of '//'. | Misha Brukman | 2003-08-07 | 1 | -5/+5 |
* | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman | 2003-08-07 | 1 | -7/+8 |
* | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman | 2003-08-07 | 2 | -36/+36 |
* | Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows: | Misha Brukman | 2003-08-07 | 1 | -4/+18 |
* | Fix assertion in MachineInstr::substituteValue(). | Vikram S. Adve | 2003-08-07 | 1 | -2/+2 |
* | Fix sanity-checking in 'maskUnsigned' code to be more precise: | Vikram S. Adve | 2003-08-07 | 1 | -2/+12 |
* | Fixed a segfault in gccld. | John Criswell | 2003-08-07 | 1 | -2/+4 |
* | Update tablegen interfaces | Chris Lattner | 2003-08-07 | 1 | -37/+53 |
* | Added code for pool allocating only the pool-allocatable data structures in t... | Sumant Kowshik | 2003-08-07 | 1 | -12/+46 |
* | This register is never used, disable it. | Chris Lattner | 2003-08-07 | 1 | -2/+2 |
* | Changing command-line option formats to be more consistent with LLVM style. | Misha Brukman | 2003-08-06 | 1 | -3/+3 |
* | * Renamed option from `nopreselect' to `nopreopt' since it disables more than | Misha Brukman | 2003-08-06 | 1 | -6/+10 |
* | Use the registers g1 and g5 as temporaries for making far jumps and far calls, | Misha Brukman | 2003-08-06 | 1 | -64/+48 |
* | Add a bunch of new Alpha Intrinsics for Rahul Joshi | Chris Lattner | 2003-08-06 | 2 | -8/+43 |
* | 1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump. | Vikram S. Adve | 2003-08-06 | 1 | -70/+87 |
* | Remove conversion of fp-to-uint cast into a multi-step cast: | Vikram S. Adve | 2003-08-06 | 1 | -29/+0 |
* | The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded | Chris Lattner | 2003-08-06 | 2 | -46/+12 |
* | Remove unnecessary use of NonCopyable | Chris Lattner | 2003-08-06 | 4 | -18/+14 |
* | SparcV9CodeEmitter.cpp: | Misha Brukman | 2003-08-06 | 2 | -213/+169 |
* | Completely eliminate the isVoid TSFlag, shifting over all other fields | Chris Lattner | 2003-08-06 | 2 | -33/+34 |
* | add a pattern for RET, immediates no longer need to be explicitly typed | Chris Lattner | 2003-08-06 | 1 | -10/+10 |
* | Start adding usefulness to the DAG node definitions, add a new Expander | Chris Lattner | 2003-08-06 | 1 | -14/+51 |
* | Use a new local data structure instead of the MachineInstr::regsUsed set | Chris Lattner | 2003-08-05 | 2 | -16/+14 |
* | Add a map | Chris Lattner | 2003-08-05 | 2 | -0/+8 |
* | Minor cleanups | Chris Lattner | 2003-08-05 | 2 | -46/+44 |
* | Physical registers no longer live in the regsUsed set for each machine instr | Chris Lattner | 2003-08-05 | 2 | -36/+60 |
* | Do not insert physical regsiters into the regsUsed set | Chris Lattner | 2003-08-05 | 1 | -3/+0 |
* | Fixed minor bug in SafeToHoist and made some changes suggested by Chris. | Tanya Lattner | 2003-08-05 | 1 | -19/+10 |
* | Fixed LICM bug that hoists trapping instructions that are not guaranteed to e... | Tanya Lattner | 2003-08-05 | 1 | -5/+59 |
* | Minor changes: | Chris Lattner | 2003-08-05 | 1 | -52/+48 |
* | Add more verbose comment | Chris Lattner | 2003-08-05 | 1 | -10/+9 |
* | Added function mergeInGlobalsGraph which merges in the entire globals graph w... | Sumant Kowshik | 2003-08-05 | 1 | -0/+29 |
* | Major bug fixes including a memory leak and tracking some exceptional conditi... | Sumant Kowshik | 2003-08-05 | 1 | -83/+317 |
* | Specify DEBUG_TYPE's for the JIT debug messages | Chris Lattner | 2003-08-05 | 2 | -0/+2 |
* | This method has now been changed to preserve flags for us! | Chris Lattner | 2003-08-05 | 1 | -5/+2 |
* | All callers of these methods actually wanted them to preserve the flags, | Chris Lattner | 2003-08-05 | 1 | -26/+5 |
* | Factor shared code | Chris Lattner | 2003-08-05 | 1 | -8/+4 |
* | Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll | Chris Lattner | 2003-08-05 | 1 | -1/+2 |
* | * Removed `using' declaration, now use full namespace qualifier std::string | Misha Brukman | 2003-08-05 | 1 | -43/+43 |
* | Implement TODO: print out short form of Invoke if possible | Chris Lattner | 2003-08-05 | 1 | -8/+23 |
* | * Set annul bit to be 0, because the Sparc backend currently does not use it. | Misha Brukman | 2003-08-05 | 1 | -5/+5 |
* | Fix bugs handling ESP in alloca references | Chris Lattner | 2003-08-05 | 1 | -3/+6 |
* | Revert previous change, and be really anal about what physical registers can do. | Chris Lattner | 2003-08-05 | 1 | -27/+19 |
* | This is the real fix for the previous register allocator problem. | Chris Lattner | 2003-08-05 | 4 | -1/+6 |
* | Reformatted code to match the prevalent LLVM style; fit code into 80 columns. | Misha Brukman | 2003-08-05 | 1 | -72/+62 |
* | ElectricFence found this bug where we were reading past the vector boundary. | Misha Brukman | 2003-08-04 | 1 | -1/+1 |
* | Don't bother calculating info unless its needed. May reduce number of stack ... | Chris Lattner | 2003-08-04 | 1 | -4/+2 |
* | * Fix spelling of 'necessary' | Chris Lattner | 2003-08-04 | 1 | -26/+61 |
* | Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enable | Chris Lattner | 2003-08-04 | 1 | -14/+14 |