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