2006-08-07 |
Reid Spencer | Make the name of the project consistent with that speci... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Reid Spencer | Remove the use of "IncludeFile" from this support facil... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Reid Spencer | Make this example pass use some things from lib/Support... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Reid Spencer | For PR780: |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Chris Lattner | Revamp the "CSEMap" datastructure used in the Selection... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Evan Cheng | Match tablegen isel changes. |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Evan Cheng | Making TableGen'd instruction selection code non-recurs... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Evan Cheng | Move DAGSize to SelectionDAGISel; it's used in tablegen... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Evan Cheng | Clear TopOrder before assigning topological order.... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Evan Cheng | Reverse the FlaggedNodes after scanning up for flagged... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Evan Cheng | Make XMM, FP register dwarf register numbers consistent... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Chris Lattner | Add a clear method to SmallVector |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Reid Spencer | Remove extraneous #include. |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Reid Spencer | Make the removal of files use Path::eraseFromDisk just... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Reid Spencer | Add a note about how the "isFile" check in Path::eraseF... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Patrick Jenkins | Reinstated the sending of a list of all dejagnutests... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Patrick Jenkins | no longer sending the list of all dejagnu tests because... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
Chris Lattner | Silence a warning on x86-64, reported by chandlerc. |
commit | commitdiff | tree | snapshot |
2006-08-05 |
Evan Cheng | This causes some random crashes. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Anton Korobeynikov | Fixed typo. Thanks, Reid. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Anton Korobeynikov | Removed usage of "sort", which can lead to undeterminis... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Patrick Jenkins | Changed a = to a .= so we now append tests we have... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Devang Patel | Collect references from globals. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Reid Spencer | Update the auto* tools: autoconf 2.60, libtool 1.5... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Jim Laskey | Added how to add machine passes to command line options. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Chris Lattner | converge on the right number of %'s :) |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Patrick Jenkins | Made some more changes to the print statements in the... |
commit | commitdiff | tree | snapshot |
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 |
next |