- Jan 07, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 10711
-
Alkis Evlogimenos authored
llvm-svn: 10710
-
Alkis Evlogimenos authored
llvm-svn: 10708
-
Alkis Evlogimenos authored
30-50% decrease in running time of the linear scan register allocator. llvm-svn: 10707
-
Chris Lattner authored
:( llvm-svn: 10706
-
- Jan 06, 2004
-
-
Alkis Evlogimenos authored
copies. llvm-svn: 10705
-
Chris Lattner authored
llvm-svn: 10704
-
Chris Lattner authored
* Implement support for arguments to the 'run' command * Minor cleanups and fixes llvm-svn: 10703
-
Chris Lattner authored
llvm-svn: 10702
-
Chris Lattner authored
llvm-svn: 10701
-
Chris Lattner authored
llvm-svn: 10700
-
Chris Lattner authored
llvm-svn: 10699
-
Chris Lattner authored
Clean up the SLD document a LOT Fill in a lot of details in the SLD document update the formats for the object descriptors llvm-svn: 10698
-
- Jan 05, 2004
-
-
Brian Gaeke authored
Add <csignal> so that this file compiles on Solaris. llvm-svn: 10697
-
Alkis Evlogimenos authored
llvm-svn: 10695
-
Chris Lattner authored
llvm-svn: 10694
-
Chris Lattner authored
llvm-svn: 10693
-
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
-