Age | Commit message (Expand) | Author |
2011-01-24 | Support/CommandLine: Fix LookupNearestOption to also search extra option names. | Daniel Dunbar |
2011-01-24 | fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey! | Chris Lattner |
2011-01-24 | merge all the "crash tests" into crash.ll | Chris Lattner |
2011-01-24 | fix PR9017, a bug where we'd assert when promoting in unreachable | Chris Lattner |
2011-01-24 | fix PR9015, a crash linking recursive metadata. | Chris Lattner |
2011-01-24 | this isn't a memset, we do convert dest[i] to one though :) | Chris Lattner |
2011-01-24 | with recent work, we now optimize this into: | Chris Lattner |
2011-01-24 | enhance SRoA to promote allocas that are used by PHI nodes. This often | Chris Lattner |
2011-01-23 | Enhance SRoA to promote allocas that are used by selects in some | Chris Lattner |
2011-01-23 | teach Value::isDereferenceablePointer that byval arguments are always | Chris Lattner |
2011-01-23 | Add a memset loop that LoopIdiomRecognize doesn't recognize. | Anders Carlsson |
2011-01-23 | Simplify some code with no functionality change. Make the test a lot more | Nick Lewycky |
2011-01-23 | Initialize MCNoExecStack. | Rafael Espindola |
2011-01-23 | Add support for the --noexecstack option. | Rafael Espindola |
2011-01-23 | Null initialize a few variables flagged by | Ted Kremenek |
2011-01-23 | Add support for lowercase variants. | Rafael Espindola |
2011-01-23 | Enhance SRoA to be more aggressive about scalarization of aggregate allocas | Chris Lattner |
2011-01-23 | Convert two std::vectors to SmallVectors for a 3.4% speedup running -scalarrepl | Cameron Zwarich |
2011-01-23 | have AllocaInfo store the alloca being inspected, simplifying callers. | Chris Lattner |
2011-01-23 | Rearrange some code a bit. Change MarkUnsafe to | Chris Lattner |
2011-01-23 | Convert a std::vector to a SmallVector for another 5.4% speedup on domtree. | Cameron Zwarich |
2011-01-23 | remove an old hack that avoided creating MMX datatypes. The | Chris Lattner |
2011-01-23 | Use value ranges to fold ext(trunc) in SCEV when possible. | Nick Lewycky |
2011-01-23 | In the simpler version of the link-eval data structure that we use in dominator | Cameron Zwarich |
2011-01-23 | Delay the creation of eh_frame so that the user can change the defaults. | Rafael Espindola |
2011-01-23 | Remove useless struct fields. | Cameron Zwarich |
2011-01-23 | Remove friend declaration for removed function. | Cameron Zwarich |
2011-01-23 | Remove more duplicated code. | Rafael Espindola |
2011-01-23 | Convert a std::vector to a SmallVector. | Cameron Zwarich |
2011-01-23 | Remove duplicated code. | Rafael Espindola |
2011-01-23 | Simplify some code now that we've removed the more optimal (but slower) version | Cameron Zwarich |
2011-01-22 | Have SCEV turn sext(x) into zext(x) when x is s>= 0. This applies many times in | Nick Lewycky |
2011-01-22 | Add a FIXME explaining the move to a single indirect call bonus per function | Eric Christopher |
2011-01-22 | Only apply the devirtualization bonus once instead of per-call site in the | Eric Christopher |
2011-01-22 | Pass sret arguments through the stack instead of through registers in Sparc b... | Venkatraman Govindaraju |
2011-01-22 | Remove dead ivar. | Benjamin Kramer |
2011-01-22 | Added ICC, FCC as uses of movcc instruction to generate correct code when -ma... | Venkatraman Govindaraju |
2011-01-22 | ARM uses '.' in their tokens. Give it a name instead of a numeric value. | Bill Wendling |
2011-01-22 | add DW_TAG for rvalue refs. | Chris Lattner |
2011-01-21 | Actually check memcpy lengths, instead of just commenting about | Dan Gohman |
2011-01-21 | Sparc backend: | Venkatraman Govindaraju |
2011-01-21 | Just because we have determined that an (fcmp | fcmp) is true for A < B, | Owen Anderson |
2011-01-21 | Last round of fixes for movw + movt global address codegen. | Evan Cheng |
2011-01-21 | Clang was not parsing target triples involving EABI and was generating wrong ... | Renato Golin |
2011-01-21 | Handles libffi on the CMake build. | Oscar Fuentes |
2011-01-21 | Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm", | Bruno Cardoso Lopes |
2011-01-21 | Implement support for byval arguments in Sparc backend. | Venkatraman Govindaraju |
2011-01-21 | SCCP doesn't actually preserve the CFG. It will delete and insert terminator | Nick Lewycky |
2011-01-21 | Revert "Object: Renable the tests now that none of the build bots complain ab... | Michael J. Spencer |
2011-01-21 | Enable support for precise scheduling of the instruction selection | Andrew Trick |