oota-llvm.git
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-08 Eric ChristopherRegenerate.
2010-08-08 Eric ChristopherAdd a bit of a hack to avoid multiple defines of variab...
2010-08-08 Nick LewyckyAdd optimization to Target/README.txt.
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-08 Nick LewyckyDo more to modernize MergeFunctions. Refactor in respon...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-08 Eric ChristopherRegenerate.
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-08 Rafael EspindolaUse %shlibext instead of .so
2010-08-08 Rafael EspindolaTry to fix cmake build.
2010-08-08 Eric ChristopherFix a couple of warnings.
2010-08-07 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-07 Rafael EspindolaAnother missing file :-(
2010-08-07 Rafael EspindolaAdd missing file.
2010-08-07 Rafael EspindolaMove the bugpoint test passes to a plugin in preparatio...
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerA reference to the Timer's name is safe, it outlives...
2010-08-07 Benjamin KramerKill rarely used std::sort.
2010-08-07 Benjamin KramerShrink PassNameParser's binary size with array_pod_sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Nick LewyckyFix typo.
2010-08-07 Dan GohmanRemove assignPassManager's default arguments. It's...
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanDelete this explicit assignment operator; it's equivale...
2010-08-07 Dan GohmanOops, check in this file too.
2010-08-07 Dan GohmanTidy up PMStack. Add a bunch of consts, use std::vector...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-07 Dan GohmanMake AnalysisImpls private.
2010-08-07 Dale JohannesenUse sdmem and sse_load_f64 (etc.) for the vector
2010-08-07 Owen AndersonDon't attempt the PRE inline asm calls, since we don...
2010-08-07 Owen AndersonAdd a predicate to determine if a call is an inline...
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-08-06 Jakob Stoklund... Lazily defer duplicating the live interval we are split...
2010-08-06 Bruno Cardoso... Patterns to match AVX 256-bit vzero intrinsics
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-08-06 Michael J.... llc: Clarify -mc-relax-all description.
2010-08-06 Jim Grosbachtidy up
2010-08-06 Daniel DunbarMC: Add default value for AddrSpace argument to EmitValue.
2010-08-06 Bruno Cardoso... Patterns to match AVX 256-bit permutation intrinsics
2010-08-06 Stuart HastingsTest case for r110459. Radar 8264751. Test case by...
2010-08-06 Jim GrosbachCleanup comment wording
2010-08-06 Jim GrosbachRemove empty processFunctionBeforeFrameFinalized()...
2010-08-06 Jakob Stoklund... Keep the MachiuneFunctionPass pointer around. It is...
2010-08-06 Jakob Stoklund... Add LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Jim Grosbachspelling
2010-08-06 Dan GohmanBe more conservative in the face of volatile.
2010-08-06 Dan GohmanFix a comment.
2010-08-06 Jakob Stoklund... Add more verification of LiveIntervals.
2010-08-06 Jakob Stoklund... Fix swapped COPY operands.
2010-08-06 Jakob Stoklund... Don't try to verify LiveIntervals for physical registers.
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Nick LewyckyFix uninitialized variable warning.
2010-08-06 Nick LewyckyWork in progress, cleaning up MergeFuncs.
2010-08-06 Ted KremenekUpdate CMake build.
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...
next