fix PR4650: we only track sizes for certain objects, so only put something
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-29 Chris Lattnermingw uses .data and .text, not _data and _text.
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Chris Lattnerconstant prop a utostr.
2009-07-29 Chris Lattnerremove some completely wrong code. 1 is never < 16...
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...