summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
* remove a few DOUTs here and there.Chris Lattner2009-08-238-86/+108
| | | | llvm-svn: 79832
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-2312-44/+41
| | | | | | update all code that this affects. llvm-svn: 79830
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-0/+5
| | | | | | This also updates dominator related stuff. llvm-svn: 79825
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-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 Lattner2009-08-232-19/+8
| | | | llvm-svn: 79814
* remove various std::ostream version of printing methods fromChris Lattner2009-08-235-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 DOUTsChris Lattner2009-08-232-68/+73
| | | | llvm-svn: 79812
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-236-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 Lattner2009-08-231-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 Lattner2009-08-231-16/+18
| | | | llvm-svn: 79803
* fix a gone file.Chris Lattner2009-08-231-1/+0
| | | | llvm-svn: 79802
* remove some dead print method variants.Chris Lattner2009-08-231-4/+2
| | | | llvm-svn: 79801
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-234-54/+37
| | | | | | Tweak #includes. llvm-svn: 79800
* random code cleanups.Chris Lattner2009-08-231-19/+17
| | | | llvm-svn: 79798
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-232-19/+6
| | | | llvm-svn: 79797
* remove dead PrefixPrinter class.Chris Lattner2009-08-233-32/+9
| | | | llvm-svn: 79796
* remove a dead class.Chris Lattner2009-08-231-5/+0
| | | | llvm-svn: 79795
* random cleanups.Chris Lattner2009-08-231-25/+24
| | | | llvm-svn: 79794
* Add check for completeness. Note that this doesn't actually have any Eli Friedman2009-08-231-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 Lattner2009-08-2214-298/+298
| | | | llvm-svn: 79777
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-6/+9
| | | | llvm-svn: 79766
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-59/+95
| | | | llvm-svn: 79765
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-2221-61/+61
| | | | llvm-svn: 79763
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-70/+80
| | | | llvm-svn: 79762
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-3/+5
| | | | llvm-svn: 79760
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-6/+9
| | | | llvm-svn: 79759
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-32/+37
| | | | llvm-svn: 79758
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-55/+67
| | | | llvm-svn: 79756
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-1/+2
| | | | llvm-svn: 79755
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-9/+8
| | | | llvm-svn: 79754
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-30/+27
| | | | llvm-svn: 79753
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-50/+76
| | | | llvm-svn: 79752
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-20/+20
| | | | llvm-svn: 79751
* Normalize how the 'namespace llvm {' is used in this file.Bill Wendling2009-08-221-4/+2
| | | | llvm-svn: 79750
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-6/+5
| | | | llvm-svn: 79749
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-1/+2
| | | | llvm-svn: 79748
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-221-9/+10
| | | | llvm-svn: 79747
* Record variable debug info at ISel time directly.Devang Patel2009-08-229-89/+33
| | | | llvm-svn: 79742
* Reapply r79708 with the appropriate fix for the case that still requires ↵Owen Anderson2009-08-221-2/+6
| | | | | | locking. llvm-svn: 79731
* revert r79708 + r79711Chris Lattner2009-08-221-5/+3
| | | | llvm-svn: 79720
* Actually remove unused static. Previous commit removed trailingEric Christopher2009-08-221-1/+0
| | | | | | whitespace. llvm-svn: 79711
* Remove unused static.Eric Christopher2009-08-221-20/+20
| | | | llvm-svn: 79710
* Ease contention on this lock by noticing that all writes to the VTs array willOwen Anderson2009-08-221-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 Wendling2009-08-211-1/+1
| | | | llvm-svn: 79649
* Attempt to comment this code more.Bill Wendling2009-08-201-27/+122
| | | | llvm-svn: 79567
* Suppress build warning in -AssertsDaniel Dunbar2009-08-201-0/+1
| | | | llvm-svn: 79564
* Check for shared landing pads when assigning call site values. Invokes whichJim Grosbach2009-08-201-20/+34
| | | | | | share a landing pad should also use the same call site value. llvm-svn: 79501
* Add missing forward declaration.David Greene2009-08-191-0/+1
| | | | llvm-svn: 79481
* Add missing includes.David Greene2009-08-191-0/+1
| | | | llvm-svn: 79480
* Add missing includes.David Greene2009-08-191-0/+1
| | | | llvm-svn: 79479
OpenPOWER on IntegriCloud