| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 8 | -86/+108 |
| | | | | | llvm-svn: 79832 | ||||
| * | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 12 | -44/+41 |
| | | | | | | | update all code that this affects. llvm-svn: 79830 | ||||
| * | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -0/+5 |
| | | | | | | | This also updates dominator related stuff. llvm-svn: 79825 | ||||
| * | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
| | | | | | | | This required converting a bunch of stuff off DOUT and other cleanups. llvm-svn: 79819 | ||||
| * | shoot a few more std::ostream print methods in the head. | Chris Lattner | 2009-08-23 | 2 | -19/+8 |
| | | | | | llvm-svn: 79814 | ||||
| * | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 5 | -26/+18 |
| | | | | | | | | | MachineInstr and MachineOperand. This required eliminating a bunch of stuff that was using DOUT, I hope that bill doesn't mind me stealing his fun. ;-) llvm-svn: 79813 | ||||
| * | remove some DOUTs | Chris Lattner | 2009-08-23 | 2 | -68/+73 |
| | | | | | llvm-svn: 79812 | ||||
| * | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 6 | -47/+32 |
| | | | | | | | upgrading a few things to use raw_ostream llvm-svn: 79811 | ||||
| * | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -22/+19 |
| | | | | | | | | | | | | | | | | | instead of as two bools. Use this to add a F_Append flag which has the obvious behavior. Other unrelated changes conflated into this patch: 1. REmove EH stuff from llvm-dis and llvm-as, the try blocks are dead. 2. Simplify the filename inference code in llvm-as/llvm-dis, because raw_fd_ostream does the right thing with '-'. 3. Switch machine verifier to use raw_ostream instead of ostream (Which is the thing that needed append in the first place). llvm-svn: 79807 | ||||
| * | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner | 2009-08-23 | 1 | -16/+18 |
| | | | | | llvm-svn: 79803 | ||||
| * | fix a gone file. | Chris Lattner | 2009-08-23 | 1 | -1/+0 |
| | | | | | llvm-svn: 79802 | ||||
| * | remove some dead print method variants. | Chris Lattner | 2009-08-23 | 1 | -4/+2 |
| | | | | | llvm-svn: 79801 | ||||
| * | convert the DIE printing stuff to use raw_ostream instead of std::ostream. | Chris Lattner | 2009-08-23 | 4 | -54/+37 |
| | | | | | | | Tweak #includes. llvm-svn: 79800 | ||||
| * | random code cleanups. | Chris Lattner | 2009-08-23 | 1 | -19/+17 |
| | | | | | llvm-svn: 79798 | ||||
| * | remove some random indentation stuff, yay for efficiency. | Chris Lattner | 2009-08-23 | 2 | -19/+6 |
| | | | | | llvm-svn: 79797 | ||||
| * | remove dead PrefixPrinter class. | Chris Lattner | 2009-08-23 | 3 | -32/+9 |
| | | | | | llvm-svn: 79796 | ||||
| * | remove a dead class. | Chris Lattner | 2009-08-23 | 1 | -5/+0 |
| | | | | | llvm-svn: 79795 | ||||
| * | random cleanups. | Chris Lattner | 2009-08-23 | 1 | -25/+24 |
| | | | | | llvm-svn: 79794 | ||||
| * | Add check for completeness. Note that this doesn't actually have any | Eli Friedman | 2009-08-23 | 1 | -1/+1 |
| | | | | | | | effect with the way the current code is structured. llvm-svn: 79792 | ||||
| * | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 14 | -298/+298 |
| | | | | | llvm-svn: 79777 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -6/+9 |
| | | | | | llvm-svn: 79766 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -59/+95 |
| | | | | | llvm-svn: 79765 | ||||
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 21 | -61/+61 |
| | | | | | llvm-svn: 79763 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -70/+80 |
| | | | | | llvm-svn: 79762 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -3/+5 |
| | | | | | llvm-svn: 79760 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -6/+9 |
| | | | | | llvm-svn: 79759 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -32/+37 |
| | | | | | llvm-svn: 79758 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -55/+67 |
| | | | | | llvm-svn: 79756 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -1/+2 |
| | | | | | llvm-svn: 79755 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -9/+8 |
| | | | | | llvm-svn: 79754 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -30/+27 |
| | | | | | llvm-svn: 79753 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -50/+76 |
| | | | | | llvm-svn: 79752 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -20/+20 |
| | | | | | llvm-svn: 79751 | ||||
| * | Normalize how the 'namespace llvm {' is used in this file. | Bill Wendling | 2009-08-22 | 1 | -4/+2 |
| | | | | | llvm-svn: 79750 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -6/+5 |
| | | | | | llvm-svn: 79749 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -1/+2 |
| | | | | | llvm-svn: 79748 | ||||
| * | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -9/+10 |
| | | | | | llvm-svn: 79747 | ||||
| * | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 9 | -89/+33 |
| | | | | | llvm-svn: 79742 | ||||
| * | Reapply r79708 with the appropriate fix for the case that still requires ↵ | Owen Anderson | 2009-08-22 | 1 | -2/+6 |
| | | | | | | | locking. llvm-svn: 79731 | ||||
| * | revert r79708 + r79711 | Chris Lattner | 2009-08-22 | 1 | -5/+3 |
| | | | | | llvm-svn: 79720 | ||||
| * | Actually remove unused static. Previous commit removed trailing | Eric Christopher | 2009-08-22 | 1 | -1/+0 |
| | | | | | | | whitespace. llvm-svn: 79711 | ||||
| * | Remove unused static. | Eric Christopher | 2009-08-22 | 1 | -20/+20 |
| | | | | | llvm-svn: 79710 | ||||
| * | Ease contention on this lock by noticing that all writes to the VTs array will | Owen Anderson | 2009-08-22 | 1 | -2/+5 |
| | | | | | | | | | | be of (dynamically) constant values, so races on it are immaterial. We just need to ensure that at least one write has completed before return the pointer into it. With this change, parllc exhibits essentially no overhead on 403.gcc. llvm-svn: 79708 | ||||
| * | Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 79649 | ||||
| * | Attempt to comment this code more. | Bill Wendling | 2009-08-20 | 1 | -27/+122 |
| | | | | | llvm-svn: 79567 | ||||
| * | Suppress build warning in -Asserts | Daniel Dunbar | 2009-08-20 | 1 | -0/+1 |
| | | | | | llvm-svn: 79564 | ||||
| * | Check for shared landing pads when assigning call site values. Invokes which | Jim Grosbach | 2009-08-20 | 1 | -20/+34 |
| | | | | | | | share a landing pad should also use the same call site value. llvm-svn: 79501 | ||||
| * | Add missing forward declaration. | David Greene | 2009-08-19 | 1 | -0/+1 |
| | | | | | llvm-svn: 79481 | ||||
| * | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
| | | | | | llvm-svn: 79480 | ||||
| * | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
| | | | | | llvm-svn: 79479 | ||||

