platform/upstream/llvm.git
2009-07-27 Sanjiv GuptaGenerate a libcall for i8 multiply.
2009-07-27 Sanjiv Guptafixed incorrect lowering of ISD::SUB node. SUB has...
2009-07-27 Anders CarlssonMore work on bitfield support in the new constant struc...
2009-07-27 Mike StumpFix PR4624.
2009-07-27 Evan ChengUse the right instructions to copy between GPR and...
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 Nick LewyckyFix libLTO:
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 Chris LattnerUse the RHS length instead of the LHS length. They...
2009-07-26 Nuno Lopesfix segfault (because of erasing after the vector bound...
2009-07-26 Nuno Lopesadd gentoo 2009.0 g++ header locations
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 DunbarSwitch to getName()
2009-07-26 Daniel DunbarMake sure getName().data() is always null terminated.
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Daniel DunbarSwitch to using llvm::Value::getName()
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 LattnerMake the kind actually be private.
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 DunbarUpdate target registration description in Writing An...
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 Chris Lattnerfix isReadOnly predicate to not include data that has...
2009-07-26 Chris Lattnerremove a dead enum case.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
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 DunbarUpdate for API change.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-26 Chris Lattnereliminate a pointless switch stmt.
2009-07-26 Daniel DunbarLookup targets by Triple instead of Module.
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Daniel DunbarSome clients rely on getName{Start,End} not returning...
2009-07-26 Daniel DunbarRewrite getName{Start,End,Len} in terms of getName...
2009-07-26 Chris Lattnersimplify DarwinTargetAsmInfo::SelectSectionForGlobal...
2009-07-26 Chris Lattnersimplify some predicates, add isMergableString()
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 Mike StumpPreserve qualifiers.
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Ryan FlynnPR3575 - warn on declared variable or function attribut...
2009-07-25 Argyrios KyrtzidisRefactor ObjCImplDecl::getInstanceMethod/getClassMethod...
2009-07-25 Argyrios KyrtzidisRefactor ObjCInterfaceDecl::lookupInstanceMethod/lookup...
2009-07-25 Argyrios KyrtzidisRefactor ObjCProtocolDecl::lookupInstanceMethod/lookupC...
2009-07-25 Argyrios KyrtzidisRefactor ObjCContainerDecl::getInstanceMethod/getClassM...
2009-07-25 Mike StumpImprove comments (Thanks Fariborz).
2009-07-25 Mike StumpAdd noreturn as a type attribute, handle printing for...
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-25 Fariborz Jahanianir-gen for non-virtual base class initialization
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 GohmanFix a few comments to say "backedge-taken count" instead of
2009-07-25 Dan GohmanSCEV objects are no longer reference-counted.
2009-07-25 Dan GohmanUpdate comments to new-style syntax.
2009-07-25 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Dan GohmanRemove spurious semicolons.
2009-07-25 Sebastian RedlImplement C++ semantics for C-style and functional...
2009-07-25 Daniel DunbarMultiTestRunner: Make sure to point at src dir, for...
2009-07-25 Daniel DunbarMultiTestRunner: Cleanup test execution & output.
2009-07-25 Daniel DunbarMultiTestRunner: Drop external script and DejaGNU compa...
2009-07-25 Daniel DunbarMultiTestRunner: Disable valgrind support for now,...
2009-07-25 Daniel DunbarMultiTestRunner/Win32: Add SYSTEMROOT to environment...
2009-07-25 Daniel DunbarMake having no RUN line a failure.
2009-07-25 Daniel DunbarRemove TESTDIR initialization, MultiTestRunner can...
2009-07-25 Daniel DunbarRemove empty tests, left over from an svn revert.
2009-07-25 Daniel DunbarRemove this Makefile, it is unused.
2009-07-25 Daniel DunbarMultiTestRunner: Oops, clang wasn't being substituted...
2009-07-25 Andreas BolkaConvert DOUT to DEBUG.
2009-07-25 Daniel DunbarMultiTestRunner: Always use absolute path names for...
2009-07-25 Daniel DunbarDisable this test: cxx-using-declaration.cpp
2009-07-25 Daniel DunbarMultiTestRunner: Validate '&&' at the end of RUN lines.
next