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 |
2010-01-11 |
Benjamin Kramer | Remove unused string functions. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Evan Cheng | Do not turn 8-bit OR to ADD since ADD8ri is not 3-addre... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Mon P Wang | Disable transformation of select of two loads to a... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Benjamin Kramer | Add StrInStrNoCase, a StringRef version of CStrInCStrNo... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Devang Patel | Add top level section for named metadata. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Jeffrey Yasskin | Improve unclear bits and inaccuracies in structure... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Jeffrey Yasskin | Update the -tailcallopt description to match djg's... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Devang Patel | s/NextValueNo/NextMDValueNo while processing metadata. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Benjamin Kramer | Turns out llvm-gcc still uses SplitString with a vector... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Benjamin Kramer | Reimplement getToken and SplitString as "StringRef... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Dan Gohman | Use a 32-bit and with implicit zero-extension instead... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Dan Gohman | Re-instate MOV64r0 and MOV16r0, with adjustments to... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Dan Gohman | Generalize this check to avoid depending on a specific... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Dan Gohman | Make this test less trivial, to avoid spurious failures. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Dan Gohman | Pattern top-level operators don't need to be restricted... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Dan Gohman | Reword this comment to reference a more fundamental... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Evan Cheng | Select an OR with immediate as an ADD if the input... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
David Greene | Implement a feature (-vector-unaligned-mem) to allow... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Victor Hernandez | Respond to Chris' review: |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | add one more bitfield optimization, allowing clang... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | Extend CanEvaluateZExtd to handle and/or/xor more aggre... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | Remove the dead TD argument to CanEvaluateZExtd, and... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | improve comments, remove dead TD argument to CanEvaluat... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | teach sext optimization to handle truncs from types... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | teach zext optimization how to deal with truncs that... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | fix a buggy assertion, CreateIntegerCast should allow |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Mikhail Glushenkov | Suppress a warning on gcc 4.4. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | simplify CanEvaluateSExtd to return a bool now that... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | the NumCastsRemoved argument to CanEvaluateSExtd is... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | now that the cost model has changed, we can always... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Victor Hernandez | Compute isFunctionLocal in MDNode ctor or via argument... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | change the preferred canonical form for a sign extensio... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | fix indentation of switch statements, no functionality... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | fix pasto that broke bootstrap. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | simplify CanEvaluateZExtd now that we don't care about... |
commit | commitdiff | tree | snapshot |
next |