summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* this is an SSE-specific issue.Chris Lattner2010-01-13
* X86 if conversion + tail merging issues from PR6032.Chris Lattner2010-01-13
* When the visitSub method was split into visitSub and visitFSub, this xform wasBill Wendling2010-01-13
* fix ELF section mangling stuff for weak symbols to not useChris Lattner2010-01-13
* Fix comment typoVictor Hernandez2010-01-13
* tidyChris Lattner2010-01-13
* reduce duplicate mangling logic by using MCSymbol::printMangledName.Chris Lattner2010-01-13
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-13
* Fixed a couple of places for Thumb MOV where encoding bits are underspecified.Johnny Chen2010-01-13
* Fix pastoJakob Stoklund Olesen2010-01-13
* stop the CBE from using deprecated Mangler stuff.Chris Lattner2010-01-13
* Write function-local metadata as a metadata subblock of a funciton blockVictor Hernandez2010-01-13
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-13
* Parse function-local metadata inside function blocksVictor Hernandez2010-01-13
* Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::Chris Lattner2010-01-13
* Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng2010-01-13
* just finish MCizing FnStubInfo which cleans it up and simplifies it.Chris Lattner2010-01-13
* don't call getNameWithPrefix repeatedly and unnecesarily.Chris Lattner2010-01-13
* properly use MCSymbol to print the strings aquired from getNameWithPrefix.Chris Lattner2010-01-13
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* Re-enable extension optimization pass.Evan Cheng2010-01-13
* upgrade and MC'ize a few uses of makeNameProper.Chris Lattner2010-01-13
* MC'ize this a bit and upgrade APIsChris Lattner2010-01-13
* add a fixme, ELF MCSection isn't quite right and weak unnamed globals are brokenChris Lattner2010-01-13
* For now, avoid issuing extract_subreg to reuse lower 8-bit, it's not safe in ...Evan Cheng2010-01-13
* Add comment; refactor; avoid pulling in DT if it's not used.Evan Cheng2010-01-13
* eliminate some uses of Mangler::makeNameProper.Chris Lattner2010-01-13
* don't add the \1 to the name.Chris Lattner2010-01-13
* remove uses of deprecated functions, this generates slightlyChris Lattner2010-01-13
* use the new form of getNameWithPrefix, not makeNameProper.Chris Lattner2010-01-13
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-13
* ugh, my last patch just sped up a method and changed all the clientsChris Lattner2010-01-13
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner2010-01-13
* change makeNameProper to take a stringref instead of std::string.Chris Lattner2010-01-13
* fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.Chris Lattner2010-01-13
* reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.Chris Lattner2010-01-13
* reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte Chris Lattner2010-01-13
* reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnlyChris Lattner2010-01-13
* Revert 93270 pending investigation of how stray non-constant values end up in...Victor Hernandez2010-01-13
* Disable opt-ext pass to unbreak the build for now.Evan Cheng2010-01-13
* Remove debug option I accidentally left in.Evan Cheng2010-01-13
* Update CMake file.Ted Kremenek2010-01-13
* Remove the JustSP single-register regclass.Jakob Stoklund Olesen2010-01-13
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-13
* Further progration of metadata operands. TheDale Johannesen2010-01-13
* Make WriteConstants() more robust against stray values in ValueEnumerator's V...Victor Hernandez2010-01-12
* Fix a comment typo.Bob Wilson2010-01-12
* 1) Use the new SimplifyInstructionsInBlock routine instead of the copyChris Lattner2010-01-12
* add a helper function.Chris Lattner2010-01-12