2010-08-29 |
Chris Lattner | inline function into its only caller. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | two changes: 1) make AliasSet hold the list of call... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | LICM does get dead instructions input to it. Instead... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | use moveBefore instead of remove+insert, it avoids... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | revert 112448 for now. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | optimize LICM::hoist to use moveBefore. Correct its... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | fix some bugs (found by inspection) where LICM would... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | rework the ownership of subloop alias information:... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | apparently unswitch had the same "Feature". Stop its |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | now that loop passes don't use DomFrontier, there is... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Make IVUsers iterative instead of recursive. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Optionally rerun dedicated-register filtering after... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Fix several areas in LSR to do a better job keeping... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Refactor the three main groups of code out of |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Delete a bogus check. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Move this debug output into GenerateAllReuseFormula... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Delete an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Do one lookup instead of two. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Restructure the {A,+,B}<L> * {C,+,D}<L> folding so... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Batch up subtracts along with adds, when analyzing... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Micro-optimize GroupByComplexity. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Hold AddRec->getLoop() in a variable, to make the Mul... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Rename a variable, for consistency. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Use iterators instead of indices. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Don't worry about union types. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Make this test less dependent on register allocation... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Use exec. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Dan Gohman | Delete an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Kalle Raiskila | Fix lowering of INSERT_VECTOR_ELT in SPU. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | Fix whitespaces. No functionality changes. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | Stop explicitly scheduling domfrontier before the loop... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | licm preserves the cfg, it doesn't have to explicitly... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | now that it doesn't use the PromoteMemToReg function... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | completely rewrite the memory promotion algorithm in... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bob Wilson | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | use getUniqueExitBlocks instead of a manual set. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Eli Friedman | A couple of small missed optimizations. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | reimplement LICM::sink to use SSAUpdater instead of... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | implement SSAUpdater::RewriteUseAfterInsertions, a... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | remove dead proto |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | reduce indentation in LICM::sink by using early exits... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | modernize this pass a bit: use efficient set/map and... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Duncan Sands | Flesh out the list of things I've worked on. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | when merging two alias sets, the result set is volatile... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | more cleanup |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | clean this up |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | - Add a parameter to T2I_bin_irs for those patterns... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | merge a bunch of shuffle tests into sse2.ll |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | add a bunch more common shuffles to the instprinter. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Chris Lattner | add some nounwind's |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | Name ANDflag to ANDS, which is less stupid. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | File missing from last commit. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Bill Wendling | Create an ARMISD::AND node. This node is exactly like... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
NAKAMURA Takumi | Minor change. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | I have manually decoded the imm field of an insertps... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | fixme accomplished |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-08-28 |
NAKAMURA Takumi | Add me to the "blame list"! |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Remove obsolete keywords which are no longer relevant. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Remove unions from the vim syntax highlighting. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | fix the buildvector->insertp[sd] logic to not always... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | fix the BuildVector -> unpcklps logic to not do pointle... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | improve comments in the unpcklps generating logic,... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Michael J.... | Don't cast Win32 FILETIME structs to int64. Patch by... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove the MSIL backend. It isn't maintained, is buggy... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Benjamin Kramer | Update ocaml test. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Benjamin Kramer | Remove unions from the ocaml bindings. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Bob Wilson | Use pseudo instructions for VST1 and VST2. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove the ABCD and SSI passes. They don't have any... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | remove dead proto |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | more dead thing zapping. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | zap dead method |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | for completeness, allow undef also. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | squish dead code. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | zap dead code |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Bruno Cardoso... | Clean up the logic of vector shuffles -> vector shifts. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | handle the constant case of vector insertion. For... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | optimize bitcasts from large integers to vector into... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Completely disable tail calls when fast-isel is enabled... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Trim a #include. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Dan Gohman | Fix an index calculation thinko. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Bob Wilson | We don't need to custom-select VLDMQ and VSTMQ anymore. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Benjamin Kramer | Update CMake build. Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | When merging Thumb2 loads/stores, do not give up when... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Owen Anderson | Add a prototype of a new peephole optimizing pass that... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Owen Anderson | Improve the precision of getConstant(). |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Change ARM VFP VLDM/VSTM instructions to use addressing... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | tidy up test. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | no really, fix the test. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | fix this test. It's not clear what it's really testing. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | Enhance the shift propagator to handle the case when... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | Implement a pretty general logical shift propagation |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Unsigned value cannot be < 0. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | When merging adjacent operands, scan ahead and merge... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Eric Christopher | Fix a couple of typos. |
commit | commitdiff | tree | snapshot |
next |