2010-01-14 |
Jakob Stoklund... | ARM "l" constraint for inline asm means R0-R7, also... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Bill Wendling | Use ENABLE_ASSERTIONS throughout. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dan Gohman | Fix a codegen abort seen in 483.xalancbmk. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Evan Cheng | Test for r93409. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Extend testcase to also test llvm.dbg.value intrinsic |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Now that LLParser, AsmWriter, BitcodeReader, and Bitcod... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | In WriteFunction(), write function-local metadata befor... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Fix printing of function-local metadata in AsmWriter |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Clean up unnecessary return and brackets |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Add MDNode::getFunction(), which figures out the metada... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Jakob Stoklund... | Don't fold insufficiently aligned ldr/str into ldm... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Stuart Hastings | Erm, previous patch was wrong; Thanks Bill\! |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Stuart Hastings | Enable assertions by default for Apple-style builds. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | this is an SSE-specific issue. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | X86 if conversion + tail merging issues from PR6032. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Bill Wendling | When the visitSub method was split into visitSub and... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tobias Grosser | Add getSource() to SuccIterator |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tobias Grosser | Extend SuccIterator |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | this test requires SSE, thanks to jyasskin for pointing... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | makeNameProper is now private! |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | fix ELF section mangling stuff for weak symbols to... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Victor Hernandez | Fix comment typo |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | reduce duplicate mangling logic by using MCSymbol:... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | expose a static function as a static method on the... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Johnny Chen | Fixed a couple of places for Thumb MOV where encoding... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Jakob Stoklund... | Fix pasto |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | stop the CBE from using deprecated Mangler stuff. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Victor Hernandez | Write function-local metadata as a metadata subblock... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Victor Hernandez | Enumerate function-local metadata (and its types and... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Victor Hernandez | Parse function-local metadata inside function blocks |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | Use the GV version of getNameWithPrefix in TargetLoweri... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | Commit some changes I had managed to lose last night... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | just finish MCizing FnStubInfo which cleans it up and... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | don't call getNameWithPrefix repeatedly and unnecesarily. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | properly use MCSymbol to print the strings aquired... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Benjamin Kramer | Introduce Twine::toStringRef, a variant of toVector... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | Re-enable extension optimization pass. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | upgrade and MC'ize a few uses of makeNameProper. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | MC'ize this a bit and upgrade APIs |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | add a fixme, ELF MCSection isn't quite right and weak... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | For now, avoid issuing extract_subreg to reuse lower... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | Add comment; refactor; avoid pulling in DT if it's... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | eliminate some uses of Mangler::makeNameProper. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | don't add the \1 to the name. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | remove uses of deprecated functions, this generates... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | use the new form of getNameWithPrefix, not makeNameProper. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | add new isSingleStringRef()/getSingleStringRef() method... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | ugh, my last patch just sped up a method and changed... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | change Mangler::makeNameProper to return its result... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | my mistake, Mangler::makeNameProper wants to take a... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | change makeNameProper to take a stringref instead of... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | give StringRef a const_iterator member. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | fix assert in AsmPrinter::EmitGlobalConstantLargeInt... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | reduce nesting and code duplication in AsmPrinter:... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | reduce indentation and add a fast-path to EmitGlobalCon... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | reduce indentation and use early exits in AsmPrinter... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Victor Hernandez | Revert 93270 pending investigation of how stray non... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | Disable opt-ext pass to unbreak the build for now. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | Remove debug option I accidentally left in. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Dale Johannesen | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Jakob Stoklund... | Remove the JustSP single-register regclass. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Jeffrey Yasskin | Try to fix the ARM and PPC buildbots. The -mattr=vector... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Evan Cheng | Add a quick pass to optimize sign / zero extension... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Dale Johannesen | Further progration of metadata operands. The |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Victor Hernandez | Make WriteConstants() more robust against stray values... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | use consistent tag kinds for ilist_traits |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | 1) Use the new SimplifyInstructionsInBlock routine... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | add a helper function. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Devang Patel | Use Twine, instead of StringRef, for consistency. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Devang Patel | Use ilist_tratis to autoinsert and remove NamedMDNode... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Evan Cheng | Eliminate or_not_add and just use AddedComplexity so... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Duncan Sands | Revert commit 93204, since it causes the assembler... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Duncan Sands | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Duncan Sands | Tweak commit 91745, which changed target data for both... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Dan Gohman | Make several tests less fragile. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Dan Gohman | Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Dan Gohman | Update a partially obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | Teach jump threading to duplicate small blocks when... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Dale Johannesen | Add MO_Metadata as an operand kind. Not used yet. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Evan Cheng | Add TargetInstrInfo::isCoalescableInstr. It returns... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | some cleanup, and make it obvious that ProcessJumpOnPHI... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | disable this testcase, PR5997 |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Evan Cheng | Add manual ISD::OR fastisel selection routines. TableGe... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Victor Hernandez | Add documentation for llvm.dbg.value intrinsic |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | reenable the piece that turns trunc(zext(x)) -> x even... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | Disable folding sext(trunc(x)) -> x (and other similar... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Victor Hernandez | Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrM... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Tobias Grosser | Remove trailing white spaces in post dominators header... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Tobias Grosser | Add getNode() to post dominators. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Evan Cheng | Extend r93152 to work on OR r, r. If the source set... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | reduce this to a sensible testcase. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
David Greene | Shorten up this testcase. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Evan Cheng | Revert 93158. It's breaking quite a few x86_64 tests. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Jakob Stoklund... | Avoid adding PHI arguments for a predecessor that has... |
commit | commitdiff | tree | snapshot |
next |