- ba565bf Remove an unneeded #include. by Dan Gohman · 15 years ago
- 70e5e68 Fix for 64-bit builds. by Mike Stump · 15 years ago
- 2718e43 Similar to r86588, but for Darwin this time. by Bill Wendling · 15 years ago
- b1ec31d The jump table was being generated before the end label for exception handling by Bill Wendling · 15 years ago
- 80f6c58 Print "..." instead of all the uninteresting register clobbers on call by Dan Gohman · 15 years ago
- f75ef66 Default-addressspace null pointers don't alias anything. This allows by Dan Gohman · 15 years ago
- 980d494 Fix dependencies added to model memory aliasing for post-RA scheduling. The dependencies were overly conservative for memory access that are known not to alias. by David Goodwin · 15 years ago
- 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 15 years ago
- eaa181c Fix a comment in a typo that Duncan noticed. by Dan Gohman · 15 years ago
- 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 15 years ago
- f6572d0 Generalize LCSSA to handle loops with exits with predecessors outside by Dan Gohman · 15 years ago
- d146e98 Fix an 80-column violation. by Dan Gohman · 15 years ago
- 81d893c Minor tidiness fixes. by Dan Gohman · 15 years ago
- 28a4c78 Constify MachineFunctionAnalysis' TargetMachine reference. by Dan Gohman · 15 years ago
- 1edb8e0 Fix a comment. by Dan Gohman · 15 years ago
- 9d51c97 Suppress implicit copy ctor and copy assignment for MachineFunction. by Dan Gohman · 15 years ago
- 75657ad Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, by Daniel Dunbar · 15 years ago
- 95a3be0 add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt by Nuno Lopes · 15 years ago
- 43cca69 Work around assembler not recognizing #0.0 form immediate for vmcp by Jim Grosbach · 15 years ago
- 6a660d4 CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. by Oscar Fuentes · 15 years ago
- 5aa638d Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h. by Xerxes Ranby · 15 years ago
- b8e0ebf Fix PR5149. by Bruno Cardoso Lopes · 15 years ago
- 47fc9d3 make this handle redefinition of malloc with different prototype correctly. by Chris Lattner · 15 years ago
- 7e606e2 if a 'with overflow' intrinsic just has the normal result used, simplify by Chris Lattner · 15 years ago
- df8ed02 Hide a couple of options. by Evan Cheng · 15 years ago
- 63040ce 80 col. by Evan Cheng · 15 years ago
- 74965f2 fix PR5104: when printing a single character, return the result of by Chris Lattner · 15 years ago
- 0dd3b76 fix some bogus asserts, PR5049 by Chris Lattner · 15 years ago
- 570a0b8 random tidy by Chris Lattner · 15 years ago
- 49e27a5 remove a redundant printout, LinkInArchive prints this as well. by Chris Lattner · 15 years ago
- dd21a1c enhance PHI slicing to handle the case when a slicable PHI is begin by Chris Lattner · 15 years ago
- b0acf66 Small cleanups. by Owen Anderson · 15 years ago
- b05a1d1 Revert my previous patch to ABCD and fix things the right way. There are two problems addressed by Owen Anderson · 15 years ago
- e7e63fe comment typos pointed out by Duncan by Chris Lattner · 15 years ago
- e516549 Use Unified Assembly Syntax for the ARM backend. by Jim Grosbach · 15 years ago
- 9feeeaf Fix an issue where the ordering of blocks within a function could lead to different constraint by Owen Anderson · 15 years ago
- 7e3089d Add a 'zkill' script, which is more-or-less a fancy (although not necessarily by Daniel Dunbar · 15 years ago
- bf382b5 Teach an instcombine to not pull trunc instructions through PHI nodes by Chris Lattner · 15 years ago
- 68d29d0 Revert commit 81144, and add a comment. It caused bugpoint timeouts by Duncan Sands · 15 years ago
- 9956c05 reapply r8644[3-5] with only the scary part by Chris Lattner · 15 years ago
- d11a7c3 Speculatively revert r8644[3-5], they seem to be leading to infinite loops in by Daniel Dunbar · 15 years ago
- f0b47b7 Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! by Anton Korobeynikov · 15 years ago
- 830fe7b Move OR patterns upper to all logical stuff. No functionality change. by Anton Korobeynikov · 15 years ago
- ff2c186 Some nice peephole patterns. Based on patch by Brian Lucas! by Anton Korobeynikov · 15 years ago
- 764cfaa Print tab before operand of jcc by Anton Korobeynikov · 15 years ago
- 52f28e9 Fix invalid operand updates & implement post-inc memory operands by Anton Korobeynikov · 15 years ago
- 773943a Throw an error when stack realignment stuff fails instead of silent by Anton Korobeynikov · 15 years ago
- c2fd919 It is invalid to infer the value type from the result #0 of the node by Anton Korobeynikov · 15 years ago
- d702c8c Remove ByteswapSCANFResults, it is dead. by Daniel Dunbar · 15 years ago
- 539e187 NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is by Daniel Dunbar · 15 years ago
- 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
- 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
- fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
- 16bc878 Cleanup some unused RUN lines. by Daniel Dunbar · 15 years ago
- bf477df lit: Hardcode whence seek value, os.SEEK_END isn't always available. by Daniel Dunbar · 15 years ago
- 1bf0139 lit: Warn when a test suite contains no tests. by Daniel Dunbar · 15 years ago
- ee504b8 lit: Drop require_and_and support. by Daniel Dunbar · 15 years ago
- 16dcaf5 Moved some ManagedStatics out of the SlotIndexes header. by Lang Hames · 15 years ago
- ce306a4 another more interesting test. by Chris Lattner · 15 years ago
- 04ab669 feature test for the new transformation in r86443 by Chris Lattner · 15 years ago
- 9111496 teach a couple of instcombine transformations involving PHIs to by Chris Lattner · 15 years ago
- 3271279 We don't need to byteswap, the interpreter assumes the program is running by Nick Lewycky · 15 years ago
- 474f0df lit: Workaround a Win32/subprocess bug when appending. by Daniel Dunbar · 15 years ago
- 2d01b26 lit: Preserve the PATHEXT variable when running subcommands, this is important on Win32 by Daniel Dunbar · 15 years ago
- 7e89738 Make TargetData::getStringRepresentation spit out native integer types, by Chris Lattner · 15 years ago
- 70a1ce2 Remove test. Execution tests are slow and generally not worth it. by Nick Lewycky · 15 years ago
- 6cf7349 Fix run line. by Nick Lewycky · 15 years ago
- dbf6f51 Fix the interpreter to not crash due to zeroext/signext by Nick Lewycky · 15 years ago
- 3620618 Prevent warning spew about -fPIC when using CMake generated Xcode project files. by Daniel Dunbar · 15 years ago
- 31bc849 Use aligned load/store instructions for spilling Q registers when we know the stack slot is 128 bit aligned by Jim Grosbach · 15 years ago
- fdc8340 Refactor code. by Evan Cheng · 15 years ago
- 5ba331a Fix CMake reporting of target triple. by Daniel Dunbar · 15 years ago
- e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
- f0bb41c Fix MSVC warning ( | with bool and unsigned int). by Daniel Dunbar · 15 years ago
- d711535 Fix class -> struct tag. by Daniel Dunbar · 15 years ago
- 0b10b91 x86 vector shuffle cleanup/fixes: by Nate Begeman · 15 years ago
- 31c24bf 80-column cleanup of file header comments by Jim Grosbach · 15 years ago
- 8a5ec86 Support alignment specifier for NEON vld/vst instructions by Jim Grosbach · 15 years ago
- f80fcd0 Improve tail call elimination to handle the switch statement. by Nick Lewycky · 15 years ago
- bf99281 t2ldrpci_pic can be used for blockaddress as well. by Evan Cheng · 15 years ago
- f1c104f temporarily remove these tests, as they are breaking in the buildbot, by Chris Lattner · 15 years ago
- 918871e make instcombine only rewrite a chain of computation by Chris Lattner · 15 years ago
- 59a9178 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 15 years ago
- 9e496d2 all targets should be required to declare legal integer types. My plan to by Chris Lattner · 15 years ago
- b8391aa remove empty files. by Chris Lattner · 15 years ago
- 1d95725 Revert r86359, it is breaking the self host on the by Chris Lattner · 15 years ago
- 06ac082 First try of the post-inc operands handling... Not fully worked, though :( by Anton Korobeynikov · 15 years ago
- 6534f83 Add some dummy support for post-incremented loads by Anton Korobeynikov · 15 years ago
- 8983da7 Add 8 bit libcalls and make use of them for msp430 by Anton Korobeynikov · 15 years ago
- 8046ef4 Add few pseudo-source-values by Anton Korobeynikov · 15 years ago
- 123ed8f Initial support for addrmode handling. Tests by Brian Lucas! by Anton Korobeynikov · 15 years ago
- 603fce9 Some preliminary variable asmprinting by Anton Korobeynikov · 15 years ago
- 5c192fb Use '.L' for global private prefix (as mspgcc) by Anton Korobeynikov · 15 years ago
- b7790e1 Drop old asmprinter stuff by Anton Korobeynikov · 15 years ago
- e8ea011 It turns out that the testcase in question uncovered subreg-handling bug. by Anton Korobeynikov · 15 years ago
- e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
- 2e07494 more cleanup. by Chris Lattner · 15 years ago
- 8f9b0f6 add some missing #includes by Chris Lattner · 15 years ago
- b7aadfa rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::strings. by Chris Lattner · 15 years ago
- d6e5763 prune #include / layering violation by Chris Lattner · 15 years ago