2006-08-04 |
Patrick Jenkins | Encapsulated all of the print statements in "if( $VERBO... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Chris Lattner | Make SelectionDAG::RemoveDeadNodes iterative instead... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Patrick Jenkins | We should now send the correct list of dejagnu tests... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Reid Spencer | Use the %llvm-gcc% variable to find llvm-gcc for those... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rafael Espindola | use a 'register pressure reducing' scheduler |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rafael Espindola | Bug fix: always generate a RET_FLAG in LowerRET |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | updated CVS server location |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Reid Spencer | For PR845: |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Reid Spencer | Fix a typo in the name of expand_dependencies. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Fix PR867 (and maybe 868) and testcsae: |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | new testcase for pr867 |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Jim Laskey | Applying for all. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Jim Laskey | Copy the liveins for the first block. PR859 |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Jim Laskey | Make all the schedulers continue to work. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Reid Spencer | Print an error message if the lib directory (first... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | update comment |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | remove some more dead sparcv9 support stuff |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | remove a dead proto |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Jim Laskey | Get darwin intel debugging up and running. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Devang Patel | Make it fit into 80-columns. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Devang Patel | Simplify. Use addprefix. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rafael Espindola | add and use ARMISD::RET_FLAG |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Now that SparcV9 is gone, this logical can be simplifie... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Patrick Jenkins | One of the directories we were searching in for .o... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Devang Patel | Remove ARM for the moment since it is a work in progress. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Devang Patel | Add new tool, lto, to do link time optimization. This... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Changes: |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Remove some extraneous newlines. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Really add support for compilers without noinline |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Work around a GCC 3.3.5 bug noticed by a user. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Chris Lattner | Work around a bug in gcc 3.3.5, reported by a user |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Patrick Jenkins | We now only search the following directories for .o... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Evan Cheng | Reflect change to AssignTopologicalOrder(). |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Evan Cheng | - Change AssignTopologicalOrder to return vector of... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Evan Cheng | AssignTopologicalOrder now returns the vector of SDNode... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Jim Laskey | If the Program name was NULL then all further output... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Patrick Jenkins | Removed some dead code and hopefully fixed the issue... |
commit | commitdiff | tree | snapshot |
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 |
next |