- Sep 21, 2003
-
-
Brian Gaeke authored
llvm-svn: 8648
-
Brian Gaeke authored
llvm-svn: 8647
-
Brian Gaeke authored
(I also zapped printMachineCode() and printLabel() at the previous checkin, but forgot to mention it.) llvm-svn: 8646
-
Brian Gaeke authored
llvm-svn: 8645
-
Brian Gaeke authored
Remove more excess whitespace. llvm-svn: 8644
-
Brian Gaeke authored
Fix typos in file header comment. llvm-svn: 8643
-
Brian Gaeke authored
excess whitespace a little. Also improved some comments. llvm-svn: 8642
-
Brian Gaeke authored
PhyRegAlloc.cpp: Don't include TargetMachine.h or TargetRegInfo.h, because these are provided by PhyRegAlloc.h. Merge class RegisterAllocator into class PhyRegAlloc. Simplify & move ctor, dtor to PhyRegAlloc.h. Make some of PhyRegAlloc's reference members into pointer members, so they can be more easily messed with. MarkAllocatedRegs() becomes a member method, with fewer args. PhyRegAlloc.h: Include Pass.h, TargetMachine.h and TargetRegInfo.h. Don't declare TargetRegInfo forward. Give AddedInstrns the obvious clear() method. Make some of PhyRegAlloc's reference members into pointer members, so they can be more easily messed with. Add prototype for markAllocatedRegs(). Remove unused inline void constructLiveRanges(). llvm-svn: 8641
-
Chris Lattner authored
llvm-svn: 8640
-
Chris Lattner authored
not have their arguments marked complete llvm-svn: 8639
-
Chris Lattner authored
llvm-svn: 8638
-
Chris Lattner authored
Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph llvm-svn: 8637
-
- Sep 20, 2003
-
-
Chris Lattner authored
llvm-svn: 8636
-
Chris Lattner authored
llvm-svn: 8635
-
Chris Lattner authored
llvm-svn: 8634
-
Chris Lattner authored
llvm-svn: 8632
-
Chris Lattner authored
llvm-svn: 8630
-
Chris Lattner authored
CallSite class. Now we can represent function calls by invoke instructions too! llvm-svn: 8629
-
Chris Lattner authored
llvm-svn: 8628
-
Chris Lattner authored
llvm-svn: 8626
-
Chris Lattner authored
llvm-svn: 8625
-
Chris Lattner authored
llvm-svn: 8624
-
Chris Lattner authored
Rename Function::getEntryNode -> getEntryBlock llvm-svn: 8623
-
Chris Lattner authored
llvm-svn: 8622
-
Chris Lattner authored
llvm-svn: 8621
-
Chris Lattner authored
llvm-svn: 8620
-
Chris Lattner authored
llvm-svn: 8619
-
Chris Lattner authored
llvm-svn: 8618
-
Chris Lattner authored
llvm-svn: 8617
-
Chris Lattner authored
llvm-svn: 8616
-
Chris Lattner authored
llvm-svn: 8615
-
Chris Lattner authored
llvm-svn: 8614
-
Chris Lattner authored
llvm-svn: 8613
-
Chris Lattner authored
llvm-svn: 8612
-
Chris Lattner authored
VS: ---------------------------------------------------------------------- llvm-svn: 8611
-
- Sep 19, 2003
-
-
John Criswell authored
llvm-svn: 8610
-
John Criswell authored
Renamed functions that were all lower-case. Moved functions from util.cpp into linker.cpp or gccld.cpp. Removed util.h and created gccld.h. Refactored the linker functionality in linker.cpp so that it is easier to follow, easier to modify, and it's library/object file search behavior is easier to understand and document. Added code to include library paths when doing native linking, but this causes problems and is currently #ifdef'd out. llvm-svn: 8609
-
Chris Lattner authored
llvm-svn: 8608
-
Chris Lattner authored
llvm-svn: 8607
-
Chris Lattner authored
llvm-svn: 8606
-