[LLVMdev] Debugger for Register Allocation

Fernando Magno Quintao Pereira fernando at CS.UCLA.EDU
Fri Aug 17 16:17:53 PDT 2007


Hi guys,

     I have been using a debugger for my register allocator. The debugger 
happened to be very useful at catching register assignment errors. I've 
put the debugger on-line, if anyone who is working with register 
allocation wants to use. The debugger itself has nothing to do with LLVM, 
but I've coded a spiller that prints the code in a format that the 
debugger can read. The page is:

http://compilers.cs.ucla.edu/fernando/projects/debugger/

all the best,

Fernando



More information about the llvm-dev mailing list