- 9040c2d Update CMake build. by Ted Kremenek · 15 years ago
- c3086ba Fix missing </a> tag error introduced by addition of LowerAtomic pass. by Peter Collingbourne · 15 years ago
- 9c38064 Patterns to match AVX 256-bit horizontal arithmetic intrinsics by Bruno Cardoso Lopes · 15 years ago
- 13214eb Add a comment. by Dan Gohman · 15 years ago
- 9c09f16 Patterns to match AVX 256-bit arithmetic intrinsics by Bruno Cardoso Lopes · 15 years ago
- 5b55ff0 Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't by Bill Wendling · 15 years ago
- e4ddbdf Add the Optimize Compares pass (disabled by default). by Bill Wendling · 15 years ago
- 5759b9b Moar words! by Eric Christopher · 15 years ago
- 6ce9d8b Move all the logic for function attributes and call attributes out of the by Dan Gohman · 15 years ago
- 59d70cb Add tablegen support for vdup_lane by Nate Begeman · 15 years ago
- e6a4a36 Fix botched revert. by Owen Anderson · 15 years ago
- 31defcf While emitting DBG_VALUE for registers spilled at the end of a block do not use location of MBB->end(). If a block does not have terminator then incoming iterator points to end(). by Devang Patel · 15 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- f6d6df4 Remove unused AVX intrinsics by Bruno Cardoso Lopes · 15 years ago
- e74a088 Add an option to always emit realignment code for a particular module. by Eric Christopher · 15 years ago
- f67202c Be more aggressive about removing joined physreg copies. by Jakob Stoklund Olesen · 15 years ago
- c910c8d Don't verify LiveVariables if LiveIntervals is available. by Jakob Stoklund Olesen · 15 years ago
- 5eeb19d Fix 80-column violations. by Dan Gohman · 15 years ago
- cb74993 Make AA private, since subclasses shouldn't (aren't don't) access it directly. by Dan Gohman · 15 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- 7365c09 Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem by Dan Gohman · 15 years ago
- ac09835 Support very basic (doesn't include ABI support in the front-end, varags, ...) 256-bit argument passing and return for AVX by Bruno Cardoso Lopes · 15 years ago
- 1300739 Implement AccessesArguments checking in the two-callsite form by Dan Gohman · 15 years ago
- 0c3f335 Yes, we can do better, but this is not the place for it. by Dan Gohman · 15 years ago
- 5be2e78 Add the beginnings of infrastructure for range tracking. by Owen Anderson · 15 years ago
- 6387176 Revert my last commit, apparently it's a runtime issue. by Eric Christopher · 15 years ago
- 1fe9c34 Add basic verification of LiveIntervals. by Jakob Stoklund Olesen · 15 years ago
- 4368436 Remove unnecessary include. by Eric Christopher · 15 years ago
- f35b08d Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the default. by Owen Anderson · 15 years ago
- db78d73 Split the tag and value members of LVILatticeVal in preparation for expanding the lattice to something that won't fit in two bits. by Owen Anderson · 15 years ago
- 5fa417c Fix memdep's code for reasoning about dependences between two calls. A Ref by Dan Gohman · 15 years ago
- 3ecf355 remove the private hack from CallInst, it was not supposed to hit the branch anyway by Gabor Greif · 15 years ago
- 9850a28 Give ConstantRange an operator= by Owen Anderson · 15 years ago
- 3aff669 Document results of PR7762. by Eric Christopher · 15 years ago
- baefea4 Move x86 specific tests into test/CodeGen/X86. by Devang Patel · 15 years ago
- 505656c Handle the memory barrier pseudo that goes to nothing for the JIT. by Eric Christopher · 15 years ago
- da93b2c Set hasSideEffects on the 64-bit no-sse memory barrier. by Eric Christopher · 15 years ago
- e3ede5e For local variables in functions with a frame pointer, use FP as a base by Jim Grosbach · 15 years ago
- 751aaf8 Fix indentation. by Bob Wilson · 15 years ago
- 73cf709 Remove double-def checking from MachineVerifier, so a register does not have to by Jakob Stoklund Olesen · 15 years ago
- a1d410d Add an ARM RSCrr instruction for disassembly only. Partial fix for PR7792. by Bob Wilson · 15 years ago
- 280f96c Be a little bit more specific about target for the memory barrier instructions. by Eric Christopher · 15 years ago
- c34ea37 Handle the pseudo in MCInstLower. by Eric Christopher · 15 years ago
- cff7178 Add an ARM RSBrr instruction for disassembly only. Partial fix for PR7792. by Bob Wilson · 15 years ago
- a330d4c Avoid using a live std::multimap iterator while editing the map. It looks like by Jakob Stoklund Olesen · 15 years ago
- a34c885 Move x86-specific tests out of test/Transforms/LoopStrengthReduce and by Dan Gohman · 15 years ago
- b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 15 years ago
- feaac8f tests: CodeGen/X86/GC tests require X86. by Daniel Dunbar · 15 years ago
- 079515f tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them by Daniel Dunbar · 15 years ago
- d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
- 6d50ed6 check-lit was failing again on F13 64 bits :-( by Rafael Espindola · 15 years ago
- a7da3ac Silence a GCC warning about && and || without explicit parentheses. This by Chandler Carruth · 15 years ago
- 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 15 years ago
- 59d5145 When building from git, add ref-id to PACKAGE_VERSION by Oscar Fuentes · 15 years ago
- 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 15 years ago
- 02a8f76 New system for choosing CRT type on MSVC. by Oscar Fuentes · 15 years ago
- 34fa82f Revert r110270 for now. It appears to uncover a memdep bug. by Dan Gohman · 15 years ago
- 1d9125a ARM "rrx" shift operands do not have an immediate. PR7790. by Bob Wilson · 15 years ago
- ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 15 years ago
- 602902a svn:ignore by Dan Gohman · 15 years ago
- 0fa76fa svn:ignore by Dan Gohman · 15 years ago
- 907857d The trouble with testing for "ModRef" and "NoModRef" is that by Dan Gohman · 15 years ago
- af33b7b The lower invoke pass needs to have unreachable code elimination run after it by Bill Wendling · 15 years ago
- f66514a Delete obsolete comments. by Dan Gohman · 15 years ago
- b6729dc Make x86-64 membarriers work without sse and clean up some of the uses. by Eric Christopher · 15 years ago
- 3dcc91e The two-callsite form of AliasAnalysis::getModRefInfo is documented by Dan Gohman · 15 years ago
- abf7bdf and back in. false alarm on the tests from another unrelated local change. by Jim Grosbach · 15 years ago
- 7752442 PR7814: Truncates cannot be ignored for signed comparisons. by Eli Friedman · 15 years ago
- 59135f4 Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
- 1a0f91b Coalesce stack slot accesses that arise when spilling both sides of a COPY. by Jakob Stoklund Olesen · 15 years ago
- 87c0175 oops. revert for a moment to clean up tests first. by Jim Grosbach · 15 years ago
- 936ed54 Reserve a stack slot if the function adjusts the stack but doesn't by Jim Grosbach · 15 years ago
- 7536f72 Checkpoint SplitKit progress. by Jakob Stoklund Olesen · 15 years ago
- 40e0bad Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
- 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
- 009944e Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian! by Stuart Hastings · 15 years ago
- 547b6ed Testcase for r110248. by Bill Wendling · 15 years ago
- 2464d61 The EH prepare passes really want to be the last passes run before code-gen. by Bill Wendling · 15 years ago
- 0e3a1a8 Use indirect calls in PowerPC JIT. by Torok Edwin · 15 years ago
- a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
- ddd3a88 Fix a minor bug which resulted in intermediate calculations by Dan Gohman · 15 years ago
- 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
- 225764b Test case for combination of r110234 & r110235. by Devang Patel · 15 years ago
- 459a36b While spilling live registers at the end of block check whether they are used by DBG_VALUE machine instructions or not. If a spilled register is used by DBG_VALUE machine instruction then insert a new DBG_VALUE machine instruction to encode variable's new location on stack. by Devang Patel · 15 years ago
- b2cf581 If a variable is spilled by code generator then use DW_OP_fbreg to describe its location on stack. by Devang Patel · 15 years ago
- b57e655 Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly by Owen Anderson · 15 years ago
- 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 15 years ago
- a54db0c Remove switch for disabling ARM tail calls. They by Dale Johannesen · 15 years ago
- 5c1d941 Add DEBUG message. by Devang Patel · 15 years ago
- 4eaee28 Fix whitespace. by Dan Gohman · 15 years ago
- a285852 Update the polygen grammar for linker_private and linker_private_weak, by Dan Gohman · 15 years ago
- 4b39384 Fix a typo in a comment. by Dan Gohman · 15 years ago
- 34f68fc Print a message when a test failure is due to stderr output by Dan Gohman · 15 years ago
- 56fb5f9 Remove CVS artifacts. by Dan Gohman · 15 years ago
- d27db32 Remove CVS artifacts. by Dan Gohman · 15 years ago
- 5eaa192 Delete scripts which haven't noticed that CVS has gone away. by Dan Gohman · 15 years ago
- 8f417a8 cvsupdate is gone. by Dan Gohman · 15 years ago
- c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 15 years ago
- b049510 Remove a link which is no longer relevant. by Dan Gohman · 15 years ago
- 1e926f2 These tests are no longer stored in *CVS*. by Dan Gohman · 15 years ago