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 |
2010-01-10 |
Chris Lattner | two changes: |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | enhance CanEvaluateZExtd to handle shift left and sext... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | remove an xform subsumed by EvaluateInDifferentType. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Julien Lerouge | Fix nondeterministic behavior. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | clean up this xform by using m_Trunc. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | inline and remove the rest of commonIntCastTransforms. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | Inline the expression type promotion/demotion stuff... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | hopefully unbreak the ocaml bindings. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | add 3 passes which have been added but aren't used... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | "In order to ease automatic bindings generation, it... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Jeffrey Yasskin | Clarify the requirements for a "tail call" to actually... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | fix bogus test |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | fix bogus test |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | fix PR5983, reject function bodies with no blocks per... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | improve documentation for linkonce to be less confusing. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Jeffrey Yasskin | Fix llvm.org/PR5729: x86-64 tail calls were putting... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | 2010 is upon us. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Dan Gohman | Use WriteAsOperand instead of getName() to print loop... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Dan Gohman | Tighten up the vim LLVM IR syntax highlighting regex... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Dan Gohman | Set the vim auto-indent setting for open braces after... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
David Chisnall | Fixed linking of modules containing aliases to constant... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Duncan Sands | Suppress use of uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | only factor from expressions whose uses are empty and... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Dan Gohman | Revert an earlier change to SIGN_EXTEND_INREG for vecto... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | clean up this code, add a fixme. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Devang Patel | Delete NamedMDSymTable while destrucing Module. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Dale Johannesen | Add DEBUG_DECLARE. Not used yet. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Devang Patel | NamedMDNode is never used so there is no need to enumer... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Julien Lerouge | Fix nondeterministic behavior. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Devang Patel | NamedMDNode element is either null or MDNode. Otherwise... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Devang Patel | Derive NamedMDNode from Value. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Evan Cheng | Dan pointed out checking whether a node is dead by... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Dale Johannesen | Add DEBUG_VALUE. Not used yet. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Evan Cheng | Fix a critical bug in 64-bit atomic operation lowering... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Eric Christopher | Grammar thinko. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Eric Christopher | Remove unnecessary dyn_cast and add a comment. Part... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Chris Lattner | mplement a theoretical fixme. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Chris Lattner | rename CanEvaluateInDifferentType -> CanEvaluateTruncat... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Evan Cheng | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Chris Lattner | teach instcombine to delete sign extending shift pairs... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Chris Lattner | fix PR5978 by peeling the loop so that we avoid shiftin... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Duncan Sands | Suppress an unused variable warning when assertions... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Chris Lattner | tidy up some stuff duncan pointed out. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Johnny Chen | Minor change, change the order of two "let Inst{..... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Eric Christopher | After further thought revert the patch to make fast... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Evan Cheng | ReplaceAllUsesOfValueWith may delete other nodes that... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Evan Cheng | Fix what looks to me obvious instruction definition... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Eric Christopher | Remove extraneous include. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Tobias Grosser | Add assert to check dominance dfs numbers. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Tobias Grosser | Remove workaround in PostDominators |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Tobias Grosser | Fix DFS number calculation for postdominators |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Chris Lattner | teach ComputeNumSignBits to look through PHI nodes. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Chris Lattner | Enhance instcombine to reason more strongly about promo... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Chris Lattner | Fix rdar://7517201, a regression introduced by r92849. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Chris Lattner | factor this code better and reduce nesting at the same |
commit | commitdiff | tree | snapshot |
2010-01-07 |
David Greene | Revert r92939. These intrinsics get matched to LLVM... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Evan Cheng | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
David Greene | Add some "missing" instrinsics to make the SSE intrinsi... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Benjamin Kramer | Simplify code. No intended functionality/performance... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Eric Christopher | If the data requires a relocation then don't attempt to |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Eric Christopher | We need to put any kind of data with a relocation into a |
commit | commitdiff | tree | snapshot |
next |