aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-db
Commit message (Expand)AuthorAgeFilesLines
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Use errs() instead of std::cerr.Dan Gohman2009-07-152-3/+3
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-012-3/+3
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-013-4/+4
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-014-6/+12
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+6
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+8
* And final pack of warnings silencingAnton Korobeynikov2008-02-201-1/+3
* remove attributions from tools.Chris Lattner2007-12-295-10/+10
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-186-0/+1598