2006-08-02 |
Jim Laskey | Final polish on machine pass registries. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Jim Laskey | Breaking out specialized classes. |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Evan Cheng | Use of vector<bool> causes some horrendous compile... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Nate Begeman | Update the readme to remove duplicate information and... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Nate Begeman | Disable LSR at -fast |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Chris Lattner | Add special check to avoid isLoop call. Simple, but... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Chris Lattner | Speed up Loop::isLCSSAForm by using a binary search... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Chris Lattner | Replace the SSA update code in LCSSA with a bottom... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Fix the build on case-sensitive filesystems :( |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Add dominates/properlyDominates queries to IDom. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Jim Laskey | Now that the ISel is available, it's possible to create... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Rafael Espindola | start comments with # |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Jim Laskey | 1. Change use of "Cache" to "Default". |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | no need to check readability here |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Remove some now-dead methods. Use getFileStatus instead. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | No need to check isWriteable here (which isn't sufficie... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Use Path::getFileStatus |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Use Path::getFileStatus to get status-related info. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Use getFileStatus instead of Path::isDirectory(). |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | elimiante some syscalls |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Reid Spencer | Update my entry. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | Update Bil's entry |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Jim Laskey | Forgot the added files for plugable machine passes. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Reid Spencer | Fix HTML 4.01 Strict errors. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Jim Laskey | Introducing plugable register allocators and instructio... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Rafael Espindola | implement LowerConstantPool and LowerGlobalAddress |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Jim Laskey | Adding to credibility. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Evan Cheng | Added AssignTopologicalOrder() to assign each node... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Evan Cheng | Factor topological order code to SelectionDAG. Clean up. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Reid Spencer | Fix a problem with use of undefined variables. Print... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Anton Korobeynikov | Minor fix due to recent API changes |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Reid Spencer | Update to include new options. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Reid Spencer | Update library dependency information, describe new... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Anton Korobeynikov | Added myself to credits. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Evan Cheng | Pass N by reference to select functions to prevent... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Evan Cheng | PIC jump table entries are always 32-bit even in 64... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Chris Lattner | If dejagnu is not found, tell the user instead of bombi... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Chris Lattner | Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Chris Lattner | New testcase for PR850. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Jim Laskey | Changed to a new directory for opensource checkout. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Rafael Espindola | handle GlobalValue::InternalLinkage in doFinalization |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Jim Laskey | Fix a couple typos. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Evan Cheng | Remove an unneeded match condition: the type check... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Evan Cheng | Remove a duplicate pattern. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Evan Cheng | Remove a duplicate pattern/ |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Chris Lattner | testcase for PR854. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Chris Lattner | Testcase for GCC bug28417, ensuring that we don't start... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Andrew Lenharth | fix externals |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Chris Lattner | Instead of blindly looking past constantexpr casts... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Chris Lattner | New testcase for PR853 |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Remove a redundant syscall. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Split each select function for a particular opcode... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Reid Spencer | Fix the --with-extra-options to use the correct variable. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Modify setStatusInfoOnDisk to not throw an exception. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Update win32 for Path::getStatusInfo |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Modify Path::eraseFromDisk to not throw an exception. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Finegrainify namespacification, minor cleanups |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Update comments. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | WriteBytecodeToFile actually can't throw. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | formatting cleanups |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Change Path::getStatusInfo to return a boolean and... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | libsupport still throws. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Exceptions are thrown by and through this library. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | WriteBytecodeToFile throws, so this needs EH info. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Fix handling of asm specifiers for external globals... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Make functions with an "asm" name propagate that asm... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
John Criswell | Reverted previous commit. Thanks, Chris. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
John Criswell | Added in the LGPL text and copyright information. ... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Patrick Jenkins | Updating the comments above SplitFunctionsOutOfModule... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Fix some ppc64 issues with vector code. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Can't spell. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Some clean up. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Reid Spencer | For PR848: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | The smallvector dtor should destroy the elements. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Patrick Jenkins | This commit improves bugpoints speed. On my G4 this... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Patrick Jenkins | Removed some unneccesary printing from the nightly... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Rename IsFoldableBy to CanBeFoldedleBy |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Node selected into address mode cannot be folded. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Remove InFlightSet hack. No longer needed. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Chris Lattner | Print empty inline asms as a blank line instead of: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Evan Cheng | Another duh. Determine topological order before any... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Brain cramp.. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Undo last commit, which was committed accidentally. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Reid Spencer | Changes to support cross-compiling LLVM. The GenLibDeps... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Allocating too large an array for ReachibilityMatrix. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Calculate the portion of reachbility matrix on demand. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | isNonImmUse is replaced by IsFoldableBy |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Removed some unneccesary print statemnts |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | ChangeDir now returns the correct value |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Jim Laskey | Working toward registration of register allocators. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Remove dead code. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Fixed a stupid error where changedir returned false... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Added more descriptive output to singlesource,multisour... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Patrick Jenkins | Removed some clutter that was left over from development. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Resolve BB references with relocation. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Chris Lattner | Pass -fstrict-aliasing to the compiler when building... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | Add basic block machine relocation. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Evan Cheng | synchronizeICache removeed from TargetJITInfo. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Nate Begeman | Code cleanups, per review |
commit | commitdiff | tree | snapshot |
next |