2010-08-06 |
Bruno Cardoso... | Patterns to match AVX 256-bit permutation intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Stuart Hastings | Test case for r110459. Radar 8264751. Test case by... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jim Grosbach | Cleanup comment wording |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jim Grosbach | Remove empty processFunctionBeforeFrameFinalized()... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jakob Stoklund... | Keep the MachiuneFunctionPass pointer around. It is... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jakob Stoklund... | Add LiveInterval::RenumberValues - Garbage collection... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Dan Gohman | Implement a proper getModRefInfo for va_arg. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jim Grosbach | spelling |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Dan Gohman | Be more conservative in the face of volatile. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jakob Stoklund... | Add more verification of LiveIntervals. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jakob Stoklund... | Fix swapped COPY operands. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Jakob Stoklund... | Don't try to verify LiveIntervals for physical registers. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Rafael Espindola | Fix eabi calling convention when a 64 bit value shadows r3. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Nick Lewycky | Fix uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Nick Lewycky | Work in progress, cleaning up MergeFuncs. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Peter Collingbourne | Fix missing </a> tag error introduced by addition of... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Bruno Cardoso... | Patterns to match AVX 256-bit horizontal arithmetic... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Bruno Cardoso... | Patterns to match AVX 256-bit arithmetic intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Bill Wendling | Revert r109901. The implementation of <rdar://problem... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Bill Wendling | Add the Optimize Compares pass (disabled by default). |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Eric Christopher | Moar words! |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Dan Gohman | Move all the logic for function attributes and call... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Nate Begeman | Add tablegen support for vdup_lane |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Owen Anderson | Fix botched revert. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Devang Patel | While emitting DBG_VALUE for registers spilled at the... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Bruno Cardoso... | Remove unused AVX intrinsics |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Add an option to always emit realignment code for a... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jakob Stoklund... | Be more aggressive about removing joined physreg copies. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jakob Stoklund... | Don't verify LiveVariables if LiveIntervals is available. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Fix 80-column violations. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Make AA private, since subclasses shouldn't (aren't... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Remove IntrWriteMem, as it's the default. Rename IntrWr... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bruno Cardoso... | Support very basic (doesn't include ABI support in... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Implement AccessesArguments checking in the two-callsit... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Yes, we can do better, but this is not the place for it. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Owen Anderson | Add the beginnings of infrastructure for range tracking. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Revert my last commit, apparently it's a runtime issue. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jakob Stoklund... | Add basic verification of LiveIntervals. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Owen Anderson | Give JumpThreading+LVI a long-form cl::opt so that... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Owen Anderson | Split the tag and value members of LVILatticeVal in... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Fix memdep's code for reasoning about dependences betwe... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Gabor Greif | remove the private hack from CallInst, it was not suppo... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Owen Anderson | Give ConstantRange an operator= |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Document results of PR7762. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Devang Patel | Move x86 specific tests into test/CodeGen/X86. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Handle the memory barrier pseudo that goes to nothing... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Set hasSideEffects on the 64-bit no-sse memory barrier. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jim Grosbach | For local variables in functions with a frame pointer... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bob Wilson | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jakob Stoklund... | Remove double-def checking from MachineVerifier, so... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bob Wilson | Add an ARM RSCrr instruction for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Be a little bit more specific about target for the... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eric Christopher | Handle the pseudo in MCInstLower. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bob Wilson | Add an ARM RSBrr instruction for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jakob Stoklund... | Avoid using a live std::multimap iterator while editing... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Move x86-specific tests out of test/Transforms/LoopStre... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bob Wilson | Revert bugpoint change due to buildbot breakage. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Daniel Dunbar | tests: CodeGen/X86/GC tests require X86. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Daniel Dunbar | tests: Mark MC/AsmParser tests as requiring x86 for... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Rafael Espindola | Run opt instead of bugpoint itself. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Rafael Espindola | check-lit was failing again on F13 64 bits :-( |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Chandler Carruth | Silence a GCC warning about && and || without explicit... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Rafael Espindola | Add const to compileProgram and to the various test... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Oscar Fuentes | When building from git, add ref-id to PACKAGE_VERSION |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Rafael Espindola | Add a Module argument to the remaining runPasses method... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Oscar Fuentes | New system for choosing CRT type on MSVC. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Dan Gohman | Revert r110270 for now. It appears to uncover a memdep... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bob Wilson | ARM "rrx" shift operands do not have an immediate.... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Rafael Espindola | Make EmitProgressBitcode const and add a Module argumen... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | svn:ignore |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | svn:ignore |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | The trouble with testing for "ModRef" and "NoModRef... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bill Wendling | The lower invoke pass needs to have unreachable code... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | Delete obsolete comments. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Eric Christopher | Make x86-64 membarriers work without sse and clean... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | The two-callsite form of AliasAnalysis::getModRefInfo... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jim Grosbach | and back in. false alarm on the tests from another... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Eli Friedman | PR7814: Truncates cannot be ignored for signed comparisons. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Devang Patel | Implement target specific getDebugValueLocation(). |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jakob Stoklund... | Coalesce stack slot accesses that arise when spilling... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jim Grosbach | oops. revert for a moment to clean up tests first. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jim Grosbach | Reserve a stack slot if the function adjusts the stack... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jakob Stoklund... | Checkpoint SplitKit progress. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Devang Patel | Implement target specific getDebugValueLocation(). |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Devang Patel | Use location entry only of the location described by... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Stuart Hastings | Test case for r110250. Radar 8264670. Test case by... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bill Wendling | Testcase for r110248. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bill Wendling | The EH prepare passes really want to be the last passes... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Torok Edwin | Use indirect calls in PowerPC JIT. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Devang Patel | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | Fix a minor bug which resulted in intermediate calculations |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Dan Gohman | Change this llvm_unreachable to report_fatal_error... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Devang Patel | Test case for combination of r110234 & r110235. |
commit | commitdiff | tree | snapshot |
next |