| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove config wrapper around <cerrno> | Chris Lattner | 2004-01-10 | 1 | -5/+5 |
* | Err, we don't need Config/*.h files for things that are standard C++ | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
* | minor comment tweaks | Chris Lattner | 2004-01-10 | 1 | -5/+1 |
* | * finegrainify namespacification of ArchiveReader.cpp | Chris Lattner | 2004-01-10 | 5 | -19/+164 |
* | Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is | Chris Lattner | 2004-01-10 | 2 | -1/+142 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-10 | 3 | -12/+4 |
* | Live var is now in lib/Target/Sparc | Chris Lattner | 2004-01-09 | 1 | -1/+2 |
* | Move sparc-specific code into lib/Target/Sparc | Chris Lattner | 2004-01-09 | 5 | -688/+0 |
* | Move sparc-specific livevar code into lib/Target/Sparc | Chris Lattner | 2004-01-09 | 3 | -6/+5 |
* | Fix more incestuous #includage. | Chris Lattner | 2004-01-09 | 2 | -4/+4 |
* | Finegrainify namespacification. | Chris Lattner | 2004-01-09 | 1 | -9/+4 |
* | Move InstrSelection into lib/Target/Sparc, as it's sparc specific | Chris Lattner | 2004-01-09 | 5 | -1038/+3 |
* | Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This | Chris Lattner | 2004-01-09 | 3 | -5/+4 |
* | Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific | Chris Lattner | 2004-01-09 | 17 | -3355/+3 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 17 | -103/+57 |
* | Remove dependence on structure index type. s/MT/FT | Chris Lattner | 2004-01-09 | 1 | -6/+6 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 14 | -80/+37 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 3 | -13/+23 |
* | Inching towards fixing PR82 | Chris Lattner | 2004-01-09 | 1 | -1/+4 |
* | Inching our way towards fixing PR82 | Chris Lattner | 2004-01-09 | 1 | -1/+4 |
* | Improve encapsulation in the Loop and LoopInfo classes by eliminating the | Chris Lattner | 2004-01-08 | 4 | -28/+26 |
* | Add a separate list of fixed intervals. This improves the running time | Alkis Evlogimenos | 2004-01-07 | 1 | -64/+111 |
* | Minor cleanups. | Alkis Evlogimenos | 2004-01-07 | 1 | -29/+3 |
* | Remove declared but undefined method. | Alkis Evlogimenos | 2004-01-07 | 1 | -5/+0 |
* | Change implementation of LiveIntervals::overlap(). This results in a | Alkis Evlogimenos | 2004-01-07 | 1 | -10/+22 |
* | Pass std::string to constructor as const reference to avoid multiple | Alkis Evlogimenos | 2004-01-06 | 1 | -1/+1 |
* | Add support for new intrinsic | Chris Lattner | 2004-01-06 | 2 | -0/+2 |
* | Fix some typos and copy-and-paste-os in comments, and doxygenify. | Brian Gaeke | 2004-01-05 | 1 | -5/+9 |
* | Remove simple coalescing. | Alkis Evlogimenos | 2004-01-05 | 2 | -26/+0 |
* | /me slaps forehead | Chris Lattner | 2004-01-05 | 1 | -0/+1 |
* | fix warning | Chris Lattner | 2004-01-05 | 1 | -1/+1 |
* | Add VMCore and code generator support for debugging intrinsics. By default | Chris Lattner | 2004-01-05 | 4 | -0/+27 |
* | Add new dir | Chris Lattner | 2004-01-05 | 1 | -1/+1 |
* | Initial checkin of the LLVM source-level debugger. This is still not finished, | Chris Lattner | 2004-01-05 | 11 | -0/+1983 |
* | Currently we cannot handle two-address instructions of the form: | Alkis Evlogimenos | 2004-01-05 | 1 | -0/+9 |
* | Update description. | Alkis Evlogimenos | 2004-01-04 | 1 | -5/+10 |
* | Not all platforms supports sighandler_t, so I changed it to use the older | John Criswell | 2004-01-01 | 1 | -1/+1 |
* | Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently | Chris Lattner | 2003-12-31 | 1 | -5/+21 |
* | * Add a new helper progress method | Chris Lattner | 2003-12-31 | 1 | -4/+11 |
* | Add some comments, add new getGlobalVariable method | Chris Lattner | 2003-12-31 | 1 | -1/+43 |
* | Add missing #include | Chris Lattner | 2003-12-31 | 1 | -0/+1 |
* | * Make Module::getTypeName const | Chris Lattner | 2003-12-31 | 1 | -16/+23 |
* | Make the lookup method const. | Chris Lattner | 2003-12-31 | 1 | -3/+3 |
* | Add new function | Chris Lattner | 2003-12-31 | 1 | -0/+13 |
* | New class, useful for command-line interactive programs. | Chris Lattner | 2003-12-31 | 1 | -0/+94 |
* | Fix PR198 | Chris Lattner | 2003-12-31 | 1 | -8/+11 |
* | Add comments | Chris Lattner | 2003-12-31 | 1 | -2/+5 |
* | Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't | Chris Lattner | 2003-12-31 | 1 | -15/+20 |
* | remove some useless #includes | Chris Lattner | 2003-12-30 | 1 | -9/+0 |
* | Use new getFileSize function instead of sys/stat.h directly. | Chris Lattner | 2003-12-30 | 4 | -28/+19 |