- May 04, 2006
-
-
Chris Lattner authored
llvm-svn: 28105
-
Chris Lattner authored
llvm-svn: 28094
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21420
-
- Apr 01, 2005
-
-
Chris Lattner authored
llvm-svn: 20976
-
- Jan 30, 2005
-
-
Chris Lattner authored
llvm-svn: 19930
-
- Jan 29, 2005
-
-
Chris Lattner authored
llvm-svn: 19924
-
- Oct 26, 2004
-
-
Chris Lattner authored
llvm-svn: 17253
-
- Sep 05, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 16187
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14622
-
- Jul 01, 2004
-
-
Chris Lattner authored
mapping llvm-svn: 14521
-
- Jun 25, 2004
-
-
Tanya Lattner authored
Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. llvm-svn: 14389
-
- Jun 18, 2004
-
-
Brian Gaeke authored
llvm-svn: 14205
-
- Jun 02, 2004
-
-
Chris Lattner authored
llvm-svn: 13956
-
- May 24, 2004
-
-
Tanya Lattner authored
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. llvm-svn: 13718
-
Tanya Lattner authored
to set the parent when a MachineBasicBlock is added to a MachineFunction. llvm-svn: 13716
-
Chris Lattner authored
which simplifies the code llvm-svn: 13707
-
- May 12, 2004
-
-
Brian Gaeke authored
MBBs start out as #-1. When a MBB is added to a MachineFunction, it gets the next available unique MBB number. If it is removed from a MachineFunction, it goes back to being #-1. llvm-svn: 13514
-
- Feb 23, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11756
-
Alkis Evlogimenos authored
block into MachineBasicBlock::getFirstTerminator(). This also fixes a bug in the implementation of the above in both RegAllocLocal and InstrSched, where instructions where added after the terminator if the basic block's only instruction was a terminator (it shouldn't matter for RegAllocLocal since this case never occurs in practice). llvm-svn: 11748
-
- Feb 19, 2004
-
-
Chris Lattner authored
llvm-svn: 11622
-
- Feb 16, 2004
-
-
Alkis Evlogimenos authored
Move out of line member functions of MachineBasicBlock to MachineBasicBlock.cpp. llvm-svn: 11497
-
- Oct 28, 2002
-
-
Chris Lattner authored
part of a linked list tracked by MachineFunction. MachineBasicBlock::get is now linear time instead of constant time, and thus is deprecated! llvm-svn: 4337
-
Chris Lattner authored
llvm-svn: 4318
-
Chris Lattner authored
llvm-svn: 4313
-
Chris Lattner authored
llvm-svn: 4302
-
- Jul 09, 2002
-
-
Vikram S. Adve authored
Moved here from MachineInstr.cpp to make it an annotation on BasicBlock. llvm-svn: 2827
-