| Commit message (Expand) | Author | Age | Files | Lines |
* | add and use ARMISD::RET_FLAG | Rafael Espindola | 2006-08-03 | 2 | -9/+10 |
* | Changes: | Chris Lattner | 2006-08-03 | 1 | -17/+46 |
* | Work around a GCC 3.3.5 bug noticed by a user. | Chris Lattner | 2006-08-03 | 1 | -1/+1 |
* | Work around a bug in gcc 3.3.5, reported by a user | Chris Lattner | 2006-08-03 | 1 | -1/+1 |
* | Reflect change to AssignTopologicalOrder(). | Evan Cheng | 2006-08-02 | 1 | -5/+8 |
* | - Change AssignTopologicalOrder to return vector of SDNode* by reference. | Evan Cheng | 2006-08-02 | 1 | -16/+22 |
* | If the Program name was NULL then all further output sent to std::cerr was | Jim Laskey | 2006-08-02 | 1 | -1/+3 |
* | Final polish on machine pass registries. | Jim Laskey | 2006-08-02 | 9 | -37/+69 |
* | Use of vector<bool> causes some horrendous compile time regression (2x)! | Evan Cheng | 2006-08-02 | 1 | -13/+26 |
* | Update the readme to remove duplicate information and clarify the loop | Nate Begeman | 2006-08-02 | 1 | -44/+19 |
* | Disable LSR at -fast | Nate Begeman | 2006-08-02 | 1 | -1/+1 |
* | Add special check to avoid isLoop call. Simple, but doesn't seem to speed | Chris Lattner | 2006-08-02 | 1 | -2/+2 |
* | Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. | Chris Lattner | 2006-08-02 | 1 | -6/+14 |
* | Replace the SSA update code in LCSSA with a bottom-up approach instead of a top | Chris Lattner | 2006-08-02 | 1 | -125/+95 |
* | Add dominates/properlyDominates queries to IDom. | Chris Lattner | 2006-08-01 | 1 | -0/+11 |
* | Now that the ISel is available, it's possible to create a default instruction | Jim Laskey | 2006-08-01 | 1 | -17/+22 |
* | start comments with # | Rafael Espindola | 2006-08-01 | 2 | -7/+21 |
* | 1. Change use of "Cache" to "Default". | Jim Laskey | 2006-08-01 | 6 | -15/+31 |
* | Remove some now-dead methods. Use getFileStatus instead. | Chris Lattner | 2006-08-01 | 2 | -67/+0 |
* | Use getFileStatus instead of Path::isDirectory(). | Chris Lattner | 2006-08-01 | 2 | -13/+14 |
* | elimiante some syscalls | Chris Lattner | 2006-08-01 | 2 | -23/+20 |
* | Forgot the added files for plugable machine passes. | Jim Laskey | 2006-08-01 | 1 | -0/+31 |
* | Introducing plugable register allocators and instruction schedulers. | Jim Laskey | 2006-08-01 | 8 | -140/+119 |
* | implement LowerConstantPool and LowerGlobalAddress | Rafael Espindola | 2006-08-01 | 2 | -3/+26 |
* | Added AssignTopologicalOrder() to assign each node an unique id based on thei... | Evan Cheng | 2006-08-01 | 1 | -2/+38 |
* | Factor topological order code to SelectionDAG. Clean up. | Evan Cheng | 2006-08-01 | 1 | -87/+23 |
* | Minor fix due to recent API changes | Anton Korobeynikov | 2006-08-01 | 1 | -1/+1 |
* | PIC jump table entries are always 32-bit even in 64-bit mode. | Evan Cheng | 2006-08-01 | 1 | -4/+11 |
* | Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll. | Chris Lattner | 2006-07-31 | 2 | -0/+68 |
* | handle GlobalValue::InternalLinkage in doFinalization | Rafael Espindola | 2006-07-31 | 1 | -2/+10 |
* | Remove a duplicate pattern. | Evan Cheng | 2006-07-31 | 1 | -1/+0 |
* | Remove a duplicate pattern/ | Evan Cheng | 2006-07-31 | 1 | -3/+0 |
* | Instead of blindly looking past constantexpr casts, actually constant | Chris Lattner | 2006-07-29 | 1 | -14/+20 |
* | Remove a redundant syscall. | Chris Lattner | 2006-07-28 | 1 | -25/+21 |
* | Modify setStatusInfoOnDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 2 | -12/+12 |
* | Update win32 for Path::getStatusInfo | Chris Lattner | 2006-07-28 | 1 | -4/+6 |
* | Modify Path::eraseFromDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 4 | -47/+49 |
* | Finegrainify namespacification, minor cleanups | Chris Lattner | 2006-07-28 | 1 | -8/+2 |
* | formatting cleanups | Chris Lattner | 2006-07-28 | 1 | -12/+11 |
* | Change Path::getStatusInfo to return a boolean and error string on an error | Chris Lattner | 2006-07-28 | 7 | -35/+48 |
* | libsupport still throws. | Chris Lattner | 2006-07-28 | 1 | -0/+1 |
* | Exceptions are thrown by and through this library. | Chris Lattner | 2006-07-28 | 2 | -0/+2 |
* | Fix handling of asm specifiers for external globals. This unbreaks many programs | Chris Lattner | 2006-07-28 | 1 | -1/+12 |
* | Make functions with an "asm" name propagate that asm name into the cbe.c file. | Chris Lattner | 2006-07-28 | 2 | -0/+12 |
* | Fix some ppc64 issues with vector code. | Chris Lattner | 2006-07-28 | 1 | -4/+7 |
* | Can't spell. | Evan Cheng | 2006-07-28 | 1 | -15/+15 |
* | Some clean up. | Evan Cheng | 2006-07-28 | 1 | -6/+8 |
* | Rename IsFoldableBy to CanBeFoldedleBy | Evan Cheng | 2006-07-28 | 1 | -3/+3 |
* | Node selected into address mode cannot be folded. | Evan Cheng | 2006-07-28 | 1 | -0/+39 |
* | Remove InFlightSet hack. No longer needed. | Evan Cheng | 2006-07-28 | 6 | -19/+0 |