aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Nuke moribund "std::string" version of EOL(..., Encoding).Bill Wendling2009-08-301-8/+0
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-291-17/+30
* Add a form of EOL which emits the text version of a DWARF format encoding. ThisBill Wendling2009-08-291-0/+50
* Make the augmentation size and next set of bytes agree on size,Eric Christopher2009-08-291-4/+10
* Another stab at fixing up register kill flags after post-RA scheduling.David Goodwin2009-08-291-20/+63
* Reapply 79977.Devang Patel2009-08-289-136/+134
* Nuke trailing whitespace.Eric Christopher2009-08-281-9/+9
* Closure is a very generic name. Use AppleBlock instead.Devang Patel2009-08-271-1/+1
* Adjust the MachineBasicBlock verifier rules to be moreDan Gohman2009-08-271-11/+14
* Revert accidental commit.Bill Wendling2009-08-272-221/+28
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-272-28/+221
* Add some checks for MachineCFG consistency. Use AnalyzeBranch andDan Gohman2009-08-271-0/+133
* Rework getPersonalityIndex slightly - 0 is now a valid and not-NULLEric Christopher2009-08-261-3/+3
* If we're emitting additional CIEs due to personality functionsEric Christopher2009-08-262-3/+8
* Nuke trailing whitespace.Eric Christopher2009-08-261-14/+13
* Add extload expansion for f128Anton Korobeynikov2009-08-261-3/+6
* -fast is now -O0. -fast-isel is no longer experimental.Dan Gohman2009-08-261-2/+2
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-269-134/+136
* Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel2009-08-261-4/+1
* Get rid of this horrible "benign race" by exploiting ManagedStatic to initializeOwen Anderson2009-08-251-7/+14
* Fixup register kills after scheduling.David Goodwin2009-08-251-21/+94
* - Rename EmitCommonInformationEntry to EmitCIE.Bill Wendling2009-08-252-19/+15
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-259-136/+134
* - Emit new line after each FDE.Bill Wendling2009-08-251-1/+3
* Rename functions to something more descriptive. At the very least mention theBill Wendling2009-08-252-14/+19
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-242-3/+4
* remove the last uses of Config/alloca.hChris Lattner2009-08-231-1/+0
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+1
* SJLJ pass needs to punt if there's no personality function available.Jim Grosbach2009-08-231-23/+27
* Fix PR4753.Jakob Stoklund Olesen2009-08-231-1/+15
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-233-20/+8
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-233-20/+20
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-235-26/+3
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-232-3/+3
* eliminate uses of cerr()Chris Lattner2009-08-236-61/+77
* remove a few DOUTs here and there.Chris Lattner2009-08-238-86/+108
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-2312-44/+41
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-0/+5
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-2/+2
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-232-19/+8
* remove various std::ostream version of printing methods fromChris Lattner2009-08-235-26/+18
* remove some DOUTsChris Lattner2009-08-232-68/+73
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-236-47/+32
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-22/+19
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-231-16/+18
* fix a gone file.Chris Lattner2009-08-231-1/+0
* remove some dead print method variants.Chris Lattner2009-08-231-4/+2
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-234-54/+37
* random code cleanups.Chris Lattner2009-08-231-19/+17
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-232-19/+6