oota-llvm.git
2010-08-06 Peter CollingbourneFix missing </a> tag error introduced by addition of...
2010-08-06 Bruno Cardoso... Patterns to match AVX 256-bit horizontal arithmetic...
2010-08-06 Dan GohmanAdd a comment.
2010-08-06 Bruno Cardoso... Patterns to match AVX 256-bit arithmetic intrinsics
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Eric ChristopherMoar words!
2010-08-06 Dan GohmanMove all the logic for function attributes and call...
2010-08-06 Nate BegemanAdd tablegen support for vdup_lane
2010-08-06 Owen AndersonFix botched revert.
2010-08-06 Devang PatelWhile emitting DBG_VALUE for registers spilled at the...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Bruno Cardoso... Remove unused AVX intrinsics
2010-08-05 Eric ChristopherAdd an option to always emit realignment code for a...
2010-08-05 Jakob Stoklund... Be more aggressive about removing joined physreg copies.
2010-08-05 Jakob Stoklund... Don't verify LiveVariables if LiveIntervals is available.
2010-08-05 Dan GohmanFix 80-column violations.
2010-08-05 Dan GohmanMake AA private, since subclasses shouldn't (aren't...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-08-05 Bruno Cardoso... Support very basic (doesn't include ABI support in...
2010-08-05 Dan GohmanImplement AccessesArguments checking in the two-callsit...
2010-08-05 Dan GohmanYes, we can do better, but this is not the place for it.
2010-08-05 Owen AndersonAdd the beginnings of infrastructure for range tracking.
2010-08-05 Eric ChristopherRevert my last commit, apparently it's a runtime issue.
2010-08-05 Jakob Stoklund... Add basic verification of LiveIntervals.
2010-08-05 Eric ChristopherRemove unnecessary include.
2010-08-05 Owen AndersonGive JumpThreading+LVI a long-form cl::opt so that...
2010-08-05 Owen AndersonSplit the tag and value members of LVILatticeVal in...
2010-08-05 Dan GohmanFix memdep's code for reasoning about dependences betwe...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-05 Owen AndersonGive ConstantRange an operator=
2010-08-05 Eric ChristopherDocument results of PR7762.
2010-08-05 Devang PatelMove x86 specific tests into test/CodeGen/X86.
2010-08-05 Eric ChristopherHandle the memory barrier pseudo that goes to nothing...
2010-08-05 Eric ChristopherSet hasSideEffects on the 64-bit no-sse memory barrier.
2010-08-05 Jim GrosbachFor local variables in functions with a frame pointer...
2010-08-05 Bob WilsonFix indentation.
2010-08-05 Jakob Stoklund... Remove double-def checking from MachineVerifier, so...
2010-08-05 Bob WilsonAdd an ARM RSCrr instruction for disassembly only.
2010-08-05 Eric ChristopherBe a little bit more specific about target for the...
2010-08-05 Eric ChristopherHandle the pseudo in MCInstLower.
2010-08-05 Bob WilsonAdd an ARM RSBrr instruction for disassembly only.
2010-08-05 Jakob Stoklund... Avoid using a live std::multimap iterator while editing...
2010-08-05 Dan GohmanMove x86-specific tests out of test/Transforms/LoopStre...
2010-08-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Daniel Dunbartests: CodeGen/X86/GC tests require X86.
2010-08-05 Daniel Dunbartests: Mark MC/AsmParser tests as requiring x86 for...
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Rafael Espindolacheck-lit was failing again on F13 64 bits :-(
2010-08-05 Chandler CarruthSilence a GCC warning about && and || without explicit...
2010-08-05 Rafael EspindolaAdd const to compileProgram and to the various test...
2010-08-05 Oscar FuentesWhen building from git, add ref-id to PACKAGE_VERSION
2010-08-05 Rafael EspindolaAdd a Module argument to the remaining runPasses method...
2010-08-05 Oscar FuentesNew system for choosing CRT type on MSVC.
2010-08-05 Dan GohmanRevert r110270 for now. It appears to uncover a memdep...
2010-08-05 Bob WilsonARM "rrx" shift operands do not have an immediate....
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-08-04 Dan Gohmansvn:ignore
2010-08-04 Dan Gohmansvn:ignore
2010-08-04 Dan GohmanThe trouble with testing for "ModRef" and "NoModRef...
2010-08-04 Bill WendlingThe lower invoke pass needs to have unreachable code...
2010-08-04 Dan GohmanDelete obsolete comments.
2010-08-04 Eric ChristopherMake x86-64 membarriers work without sse and clean...
2010-08-04 Dan GohmanThe two-callsite form of AliasAnalysis::getModRefInfo...
2010-08-04 Jim Grosbachand back in. false alarm on the tests from another...
2010-08-04 Eli FriedmanPR7814: Truncates cannot be ignored for signed comparisons.
2010-08-04 Devang PatelImplement target specific getDebugValueLocation().
2010-08-04 Jakob Stoklund... Coalesce stack slot accesses that arise when spilling...
2010-08-04 Jim Grosbachoops. revert for a moment to clean up tests first.
2010-08-04 Jim GrosbachReserve a stack slot if the function adjusts the stack...
2010-08-04 Jakob Stoklund... Checkpoint SplitKit progress.
2010-08-04 Devang PatelImplement target specific getDebugValueLocation().
2010-08-04 Devang PatelUse location entry only of the location described by...
2010-08-04 Stuart HastingsTest case for r110250. Radar 8264670. Test case by...
2010-08-04 Bill WendlingTestcase for r110248.
2010-08-04 Bill WendlingThe EH prepare passes really want to be the last passes...
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2010-08-04 Devang PatelFix typo in comment.
2010-08-04 Dan GohmanFix a minor bug which resulted in intermediate calculations
2010-08-04 Dan GohmanChange this llvm_unreachable to report_fatal_error...
2010-08-04 Devang PatelTest case for combination of r110234 & r110235.
2010-08-04 Devang PatelWhile spilling live registers at the end of block check...
2010-08-04 Devang PatelIf a variable is spilled by code generator then use...
2010-08-04 Owen AndersonExperiments show that we can safely increase our unroll...
2010-08-04 Owen AndersonAdd a note about the changing pass registration interface.
2010-08-04 Dale JohannesenRemove switch for disabling ARM tail calls. They
2010-08-04 Devang PatelAdd DEBUG message.
2010-08-04 Dan GohmanFix whitespace.
2010-08-04 Dan GohmanUpdate the polygen grammar for linker_private and linke...
2010-08-04 Dan GohmanFix a typo in a comment.
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanRemove CVS artifacts.
2010-08-04 Dan GohmanRemove CVS artifacts.
2010-08-04 Dan GohmanDelete scripts which haven't noticed that CVS has gone...
2010-08-04 Dan Gohmancvsupdate is gone.
2010-08-04 Dan GohmanDelete mkpatch. Everything it does is already done...
2010-08-04 Dan GohmanRemove a link which is no longer relevant.
2010-08-04 Dan GohmanThese tests are no longer stored in *CVS*.
2010-08-04 Benjamin KramerEnable COFF writer on mingw32 and cygwin.
next