aboutsummaryrefslogtreecommitdiff
path: root/tools/jello/jello.cpp
AgeCommit message (Expand)Author
2002-12-24Jello is now part of LLIChris Lattner
2002-12-23X86 target machine is now parameterizableChris Lattner
2002-12-13Pass command line arguments to mainChris Lattner
2002-12-03Initial checkin of virtual machine implementation.Chris Lattner
2002-12-03Final tweak to printerChris Lattner
2002-12-03Implement trivially simple debugger for MachineCodeEmitter interfaceChris Lattner
2002-12-02Add initial support for machine code emissionChris Lattner
2002-10-30Return 0 instead of 1 for correct execution. Makes automated testing happy.Misha Brukman
2002-10-29* Privatize the TargetNameChris Lattner
2002-10-29Convert jello to use PassManagerChris Lattner
2002-10-25Initial checkin of LLVM JIT, codenamed jello. This tool is not built byChris Lattner