- Jan 05, 2004
-
-
Chris Lattner authored
llvm-svn: 10692
-
Chris Lattner authored
code generators completely ignore them. llvm-svn: 10691
-
Chris Lattner authored
llvm-svn: 10690
-
Chris Lattner authored
stepping, next'ing, finish'ing, stacktraces, source listings, etc. You can't print program variables yet though. Oh, and I lost my nice commented version of funccall.ll :( Test with: llvm-as funccall.ll llvm-db funccall.bc <arguments> This is not automatically testable yet, and the C front-end doesn't support debug information yet. That said, it's a start. llvm-svn: 10689
-
Chris Lattner authored
llvm-svn: 10688
-
Chris Lattner authored
a good start. The status is documented in docs/SourceLevelDebugging.html llvm-svn: 10687
-
Chris Lattner authored
llvm-svn: 10686
-
Chris Lattner authored
by any stretch of the imagination, but it is pretty cool and works :) llvm-svn: 10685
-
Chris Lattner authored
llvm-svn: 10684
-
Chris Lattner authored
the debugging information formats will likely change, but it's a start, and I have to move on to other things in the short-term, so it might be a while before I get back to working on this. llvm-svn: 10683
-
Alkis Evlogimenos authored
A = B op C where A == C, but this cannot really occur in practice because of SSA form. Add an assert to check that just to be safe. llvm-svn: 10682
-
Alkis Evlogimenos authored
llvm-svn: 10681
-
- Jan 02, 2004
-
-
John Criswell authored
llvm-svn: 10678
-
- Jan 01, 2004
-
-
John Criswell authored
return value from signal() (which should be the same type; it's just not typedef'd). This fixes the build on Solaris. llvm-svn: 10675
-
- Dec 31, 2003
-
-
Chris Lattner authored
turn a memory address back into the LLVM global object that starts at that address. Note that this won't cause any additional datastructures to be built for clients of the EE that don't need this information. Also modified some code to not access the GlobalAddress map directly. llvm-svn: 10674
-
Chris Lattner authored
turn a memory address back into the LLVM global object that starts at that address. Note that this won't cause any additional datastructures to be built for clients of the EE that don't need this information. llvm-svn: 10673
-
Chris Lattner authored
* Make sure that the user sees the 100% mark * Don't bother printing out X.0%, just print out X% llvm-svn: 10672
-
Chris Lattner authored
llvm-svn: 10671
-
Chris Lattner authored
llvm-svn: 10670
-
Chris Lattner authored
llvm-svn: 10669
-
Chris Lattner authored
* Add new Module::getTypeByName method * Group methods in Module.cpp better llvm-svn: 10668
-
Chris Lattner authored
llvm-svn: 10667
-
Chris Lattner authored
llvm-svn: 10666
-
Chris Lattner authored
llvm-svn: 10665
-
Chris Lattner authored
llvm-svn: 10664
-
Chris Lattner authored
llvm-svn: 10663
-
Chris Lattner authored
llvm-svn: 10662
-
Chris Lattner authored
llvm-svn: 10661
-
Chris Lattner authored
llvm-svn: 10660
-
Chris Lattner authored
llvm-svn: 10659
-
Chris Lattner authored
llvm-svn: 10658
-
Chris Lattner authored
compile when enabled. llvm-svn: 10657
-
- Dec 30, 2003
-
-
John Criswell authored
the renaming of aclocal.m4 to acinclude.m4. llvm-svn: 10656
-
John Criswell authored
do the following: % cd llvm/autoconf % aclocal % autoconf -o ../configure This changes facilitaties the following: 1) It should be easier to incorporate new autoconf macros. 2) It allows for conversion to Automake (should we ever desire it). llvm-svn: 10655
-
Chris Lattner authored
llvm-svn: 10654
-
Chris Lattner authored
llvm-svn: 10653
-
Chris Lattner authored
llvm-svn: 10652
-
Chris Lattner authored
llvm-svn: 10651
-
Chris Lattner authored
llvm-svn: 10650
-
Chris Lattner authored
llvm-svn: 10649
-