Merge isLoadFromStackSlot into one since it behaves the same regardless of sub-target.
[oota-llvm.git] / lib /
2009-07-27 Evan ChengMerge isLoadFromStackSlot into one since it behaves...
2009-07-27 Evan ChengJust use a single isMoveInstr to catch all the cases.
2009-07-26 Evan ChengRename tMOVhi2lor to tMOVgpr2tgpr. It's not moving...
2009-07-26 Eli FriedmanReorganize code a bit to reduce indentation. No visibl...
2009-07-26 Daniel DunbarDon't use llvm_report_error in libSystem, this is a...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Evan ChengRefactor. Get rid of a few more getOpcode() calls.
2009-07-26 Chris Lattnerreduce indentation
2009-07-26 Sanjiv GuptaFix the breakage caused by 76950.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarMake sure getName().data() is always null terminated.
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Nick LewyckyMove MSILModule and MSILWriter into the 'llvm' namespac...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnersimplify SectionFlagsForGlobal, even though I want...
2009-07-26 Chris Lattnermake SectionKind keep track of whether a global had...
2009-07-26 Chris Lattnersimplify this code now that SectionKind knows if a...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnertwo files I missed in the last commit.
2009-07-26 Chris Lattnerremove a bunch of helper functions, just use SectionKin...
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-26 Chris Lattnerprecreate 4/8/16 byte mergable sections to simplify...
2009-07-26 Chris Lattnerintroduce specialized mergable const sectionkinds for...
2009-07-26 Chris Lattnerimprove the default impl of getSectionForMergableConsta...
2009-07-26 Chris Lattnermake elf targets correctly handle constant pool entries...
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Daniel DunbarSort list of targets in --version.
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarOops, forgot XCore. Sorry XCore!
2009-07-26 Daniel DunbarUpdate for API change.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
2009-07-26 Daniel DunbarRemove unused header
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-26 Chris Lattnereliminate a pointless switch stmt.
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Daniel DunbarRewrite getName{Start,End,Len} in terms of getName...
2009-07-26 Chris Lattnersimplify DarwinTargetAsmInfo::SelectSectionForGlobal...
2009-07-26 Daniel DunbarSimplify.
2009-07-26 Bob WilsonAdd support for ARM Neon VREV instructions.
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
2009-07-26 Daniel DunbarRemove Value::setName(const char*).
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Chris Lattnerdocument some invariants.
2009-07-25 Chris Lattneradd the most expedient hack to fix PR4619, along with...
2009-07-25 Dan GohmanSCEV objects are no longer reference-counted.
2009-07-25 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Andreas BolkaConvert DOUT to DEBUG.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Sanjiv GuptaMark attributes of return insn correctly. It was being...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Eric ChristopherFix 80-col violations.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-25 Evan Cheng80 col violation.
2009-07-25 Dan GohmanConvert a few more things to use raw_ostream.
2009-07-25 Evan ChengGet rid of a couple of unnecessary getOpcode calls.
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-25 Dan GohmanInstead of eagerly creating new SCEVs to replace all...
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-25 Evan ChengAnother TODO.
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-25 Evan ChengARM code emitter can't handle Thumb2 instructions yet...
2009-07-24 Daniel DunbarFix build for GCC 4.0?
2009-07-24 Daniel DunbarFix compile with 4.4 (I hope?); PR4617.
2009-07-24 Andreas BolkaForward-declare raw_ostream.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Dan GohmanAliasAnalysis wants sizes in address-units, not bits.
2009-07-24 Eli FriedmanFix assert assembling zero-argument constant GEP.
2009-07-24 Evan ChengUh. It would be useful to actually print the operand.
2009-07-24 Chris Lattnerfix some predicates
2009-07-24 Chris Lattnerchange SectionKindForGlobal from being a public (and
2009-07-24 Evan ChengDisable my constant island pass optimization (to make...
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
2009-07-24 Evan ChengAdd a workaround for Darwin assembler bug where it...
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnermake SectionForGlobal non-virtual, add a hook for pic16...
2009-07-24 Dan GohmanFix this condition I accidentally inverted.
2009-07-24 Jakob Stoklund OlesenAdd support for promoting SETCC operations.
2009-07-24 Evan ChengMake sure thumb2 jumptable entries are aligned.
2009-07-24 Evan ChengClean up.
2009-07-24 Evan ChengReplace use of std::set with SmallPtrSet.
2009-07-24 Dan GohmanConvert several more passes to use getAnalysisIfAvailab...
2009-07-24 Chris Lattnerstart refactoring pic16 section selection logic.
2009-07-24 Chris Lattnermove ELF-specific code into ELFTargetAsmInfo.
2009-07-24 Chris Lattnertidy up
2009-07-24 Chris Lattnersplit the ELF-specific section flag inference-from...
2009-07-24 Chris Lattnermake SectionFlagsForGlobal a private static function...
2009-07-24 Chris Lattnermove a method up in the file, GV is always non-null...
2009-07-24 Chris LattnerThere is no need to pass the name into lib/Target...
2009-07-24 Chris Lattnerremove a use of SectionFlagsForGlobal.
next