aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious semicolon.Anton Korobeynikov2010-01-141-21/+21
* In debug builds, assert that function-local metadata has only 1 parent functionVictor Hernandez2010-01-141-1/+30
* Reduce the inlining cost of functions that contain calls to easily,Eric Christopher2010-01-141-1/+27
* Simplify code that chooses when to enumerate function-local metadata operandsVictor Hernandez2010-01-142-29/+31
* Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...Victor Hernandez2010-01-142-17/+8
* ARM "l" constraint for inline asm means R0-R7, also for Thumb2.Jakob Stoklund Olesen2010-01-141-2/+2
* Use ENABLE_ASSERTIONS throughout.Bill Wendling2010-01-141-2/+2
* Fix a codegen abort seen in 483.xalancbmk.Dan Gohman2010-01-142-0/+23
* Test for r93409.Evan Cheng2010-01-141-0/+11
* Extend testcase to also test llvm.dbg.value intrinsicVictor Hernandez2010-01-141-0/+7
* Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ...Victor Hernandez2010-01-141-8/+16
* In WriteFunction(), write function-local metadata before we write the instruc...Victor Hernandez2010-01-141-1/+3
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-141-2/+3
* Clean up unnecessary return and bracketsVictor Hernandez2010-01-141-3/+1
* Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez2010-01-142-0/+39
* Don't fold insufficiently aligned ldr/str into ldm/stm instructions.Jakob Stoklund Olesen2010-01-141-0/+12
* Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings2010-01-141-2/+0
* Enable assertions by default for Apple-style builds.Stuart Hastings2010-01-141-2/+2
* this is an SSE-specific issue.Chris Lattner2010-01-132-20/+20
* X86 if conversion + tail merging issues from PR6032.Chris Lattner2010-01-131-0/+20
* When the visitSub method was split into visitSub and visitFSub, this xform wasBill Wendling2010-01-132-11/+39
* Add getSource() to SuccIteratorTobias Grosser2010-01-131-0/+5
* Extend SuccIteratorTobias Grosser2010-01-131-1/+62
* this test requires SSE, thanks to jyasskin for pointing this out.Chris Lattner2010-01-131-1/+1
* makeNameProper is now private!Chris Lattner2010-01-131-11/+13
* fix ELF section mangling stuff for weak symbols to not useChris Lattner2010-01-131-9/+11
* Fix comment typoVictor Hernandez2010-01-131-1/+1
* tidyChris Lattner2010-01-131-4/+3
* reduce duplicate mangling logic by using MCSymbol::printMangledName.Chris Lattner2010-01-131-23/+4
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-132-4/+12
* Fixed a couple of places for Thumb MOV where encoding bits are underspecified.Johnny Chen2010-01-131-4/+3
* Fix pastoJakob Stoklund Olesen2010-01-131-1/+1
* stop the CBE from using deprecated Mangler stuff.Chris Lattner2010-01-131-17/+39
* Write function-local metadata as a metadata subblock of a funciton blockVictor Hernandez2010-01-131-4/+36
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-132-20/+35
* Parse function-local metadata inside function blocksVictor Hernandez2010-01-131-0/+3
* Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::Chris Lattner2010-01-131-1/+1
* Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng2010-01-133-2/+53
* just finish MCizing FnStubInfo which cleans it up and simplifies it.Chris Lattner2010-01-131-48/+33
* don't call getNameWithPrefix repeatedly and unnecesarily.Chris Lattner2010-01-131-5/+7
* properly use MCSymbol to print the strings aquired from getNameWithPrefix.Chris Lattner2010-01-131-25/+64
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-135-27/+23
* Re-enable extension optimization pass.Evan Cheng2010-01-133-2/+2
* upgrade and MC'ize a few uses of makeNameProper.Chris Lattner2010-01-131-5/+5
* MC'ize this a bit and upgrade APIsChris Lattner2010-01-131-2/+3
* add a fixme, ELF MCSection isn't quite right and weak unnamed globals are brokenChris Lattner2010-01-131-0/+4
* For now, avoid issuing extract_subreg to reuse lower 8-bit, it's not safe in ...Evan Cheng2010-01-131-0/+4
* Add comment; refactor; avoid pulling in DT if it's not used.Evan Cheng2010-01-131-79/+110
* eliminate some uses of Mangler::makeNameProper.Chris Lattner2010-01-133-14/+23
* don't add the \1 to the name.Chris Lattner2010-01-131-1/+1