When generating a vector the really slow way, via loads
[oota-llvm.git] / include /
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-20 David GoodwinRestructure code to allow renaming of multiple-register...
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Sean CallananReverting PALIGNR fix until I figure out how this
2009-11-20 Sean CallananFixed PALIGNR to take 8-bit rotations in all cases.
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-20 Jakob Stoklund OlesenAdd MachineBasicBlock::getName, and use it in place...
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Benjamin Kramercstdlib is not automatically included with StringRef...
2009-11-19 Benjamin KramerRemove the now obsolete algorithm include from StringRef.h.
2009-11-19 Torok EdwinWorkaround PR5482, because all the gcc versions that...
2009-11-19 Edward O'CallaghanAdd PS3 Triple class, Credit to John Thompson.
2009-11-19 Jim GrosbachMake EliminateDuplicatePHINodes() available as a utilit...
2009-11-19 Daniel DunbarTwine: Stores kinds as uchar instead of bitfield to...
2009-11-18 Jeffrey YasskinRemove spurious @verbatim. Patch by Timo Juhani Lindfors!
2009-11-18 Jakob Stoklund OlesenAllow the machine verifier to be run outside the PassMa...
2009-11-18 Jakob Stoklund OlesenRemove the -early-coalescing option
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-18 Bill WendlingThe llvm-gcc front-end and the pass manager use two...
2009-11-18 Dan GohmanSimplify ComputeMultiple so that it doesn't depend...
2009-11-17 Devang PatelRemove dead code.
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
2009-11-17 Evan ChengAdd a WriteAsOperand for MachineBasicBlock so MachineLo...
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Nuno Lopesadd Case() with 5 args
2009-11-17 Duncan Sands1. Allow SCCIterator to work with GraphT types that...
2009-11-17 Duncan SandsFollowing a suggestion of Daniel Dunbar, stop people...
2009-11-17 Lang HamesFixed call to wrong constructor.
2009-11-17 Jeffrey YasskinIn GlobalVariable::setInitializer, assert that the...
2009-11-16 Eric ChristopherFix unused variables warnings.
2009-11-16 Dan GohmanRevert 88957. This file uses CodeGenOpt, which is defin...
2009-11-16 Dan GohmanRemove an unnecessary #include.
2009-11-16 Dan GohmanSink a #include <map> to where it's actually needed.
2009-11-16 Dan GohmanMake PseudoSourceValue's classof recognize
2009-11-16 Rafael EspindolaAdd configure options for specifying where to look...
2009-11-16 Douglas GregorMake ERROR_IF_USED macro work with GCC <= 4.2, Apple...
2009-11-16 Duncan SandsMake sure that if anyone passes a name by accident...
2009-11-15 Chris Lattnerdisable copying, enforce some invariants.
2009-11-15 Chris Lattnermark getIntrinsicID() 'readonly'. This allows various...
2009-11-15 Chris Lattneradd attributes for readnone/readonly functions.
2009-11-15 Chris Lattneradd a version of array_pod_sort that takes a custom...
2009-11-15 Edward O'CallaghanAdd PSP OS Target to Triple, Credit to Bruno Cardoso...
2009-11-14 Jim GrosbachAdd function to replace a destination MBB in a single...
2009-11-14 Benjamin KramerRemove dead variable found by clang++.
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
2009-11-14 Benjamin KramerMake NORETURN working with MSVC. MSVC only accepts...
2009-11-14 Daniel DunbarAdd llvm::sys::getHostCPUName, for detecting the LLVM...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Dan GohmanAdd an option for running GVN with redundant load proce...
2009-11-14 Lang HamesAdded an API to the SlotIndexes pass to allow new instr...
2009-11-13 Dan GohmanMove the FixedStackPseudoSourceValueVal enum value...
2009-11-13 Jakob Stoklund OlesenAdd MachineFunction::verify() to call the machine code...
2009-11-13 Dan GohmanUse .data() instead of .c_str() when nul-termination...
2009-11-13 Devang PatelDo not use value handle to wrap MDNode in DIDescriptor.
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-13 David GreeneRemove duplicate APIs and state WRT spill objects.
2009-11-13 Devang PatelRevert r87059 for now. It is failing clang tests.
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Dale JohannesenAdjust isConstantSplat to allow for big-endian targets.
2009-11-13 Victor HernandezRemove unnecessary llvm.dbg.declare bitcast
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-13 David GreeneFix a bootstrap failure.
2009-11-12 David GreeneDo some cleanups suggested by Chris.
2009-11-12 Daniel DunbarStringRef(const char*) should not be used to turn null...
2009-11-12 Daniel DunbarRemove my Value.h build fix.
2009-11-12 David GreeneFix a build error by providing a missing enum value.
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd hasLoadFromStackSlot and hasStoreToStackSlot to...
2009-11-12 Daniel DunbarAttempt to unbreak LLVM build, David G. please check.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-12 David GreeneMake FixedStackPseudoSourceValue a first-class PseudoSo...
2009-11-12 David GreeneAdd AsmPrinter comment flags to machine instructions...
2009-11-12 David GreeneAdd comment flags so AsmPrinter can output additional...
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-12 Dan GohmanMark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicabl...
2009-11-12 Benjamin KramerSilence a warning on targets with unsigned chars.
2009-11-12 Nuno Lopesimplement shl, ashr, and lshr methods. shl is not fully...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-12 Oscar FuentesCMake: Hopefully unbreak the build by mimicking the...
2009-11-12 Rafael EspindolaAdd the --with-c-include-dirs to llvm's configure.
2009-11-12 Oscar FuentesCMake: Pass -lm to check_symbol_exists for detecting...
2009-11-12 Chris LattnerAdd a new getPredicateOnEdge method which returns more...
2009-11-12 Jim GrosbachMove the utility function UpdateTerminator() from CodeP...
2009-11-12 Nick LewyckyAdd CreateNUWAdd and CreateNUWSub to complement the...
2009-11-12 Chris Lattnerexpose edge information and switch j-t to use it.
2009-11-12 Devang PatelDo not use StringRef in DebugInfo interface.
2009-11-11 Jakob Stoklund OlesenFix liveness calculation when splitting critical edges...
2009-11-11 Devang PatelAdd SetDebugLocation() variant to
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-11 Dan GohmanFix a copy+pasto in a comment.
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-11-11 Daniel DunbarAdd StringRef::split(StringRef), to complement StringRe...
next