platform/upstream/llvm.git
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.
2009-07-25 Daniel DunbarMultiTestRunner: Explicitly define child environment...
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarMultiTestRunner.py improvements.
2009-07-25 Daniel DunbarMultiTestRunner.py improvements.
2009-07-25 Daniel DunbarChange these tests to not depend as much on the name...
2009-07-25 Sanjiv GuptaMark attributes of return insn correctly. It was being...
2009-07-25 Chris Lattnerremove this test. It is currently failing because...
2009-07-25 Chris Lattnereventually we should describe string options in the...
2009-07-25 Chris Lattnerminor tweaks.
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 DunbarOk, "most clients should be unaffected" was a lie....
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 John McCallSemantic checking for main().
2009-07-25 John McCallFlesh out the QualifierSet API.
2009-07-25 Eric ChristopherFix 80-col violations.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-25 Dan GohmanUpdate to new syntax.
2009-07-25 Daniel DunbarRewrite examples to use DEBUG instead of DOUT.
2009-07-25 Evan Cheng80 col violation.
2009-07-25 Daniel DunbarTweak svn:ignore
2009-07-25 Dan GohmanConvert a few more things to use raw_ostream.
2009-07-25 Anders CarlssonMore work on the constant struct builder. We can now...
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 Evan ChengI've lost my mind. PR4572 has not been fixed.
2009-07-25 Fariborz JahanianSome code refactoring per Daniel's feedback.
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-25 Daniel DunbarOne more getName -> getNameStr
2009-07-25 Evan ChengAnother TODO.
2009-07-25 Jeffrey YasskinAdd a missing ilist_node.h #include to SparseBitVector...
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-25 Sean CallananMemoryObject - Abstract base class for contiguous addre...
2009-07-25 Anders CarlssonWhoops, did not mean to check this in.
2009-07-25 Anders CarlssonMore work on the constant struct builder. We now try...
2009-07-25 Evan ChengRemove a duplicated test.
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 DunbarTweak, raw_ostream is a ostream, not iostream replacement
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 AndersonUpdate for LLVM API change.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarCodingStandards: Emphasize use of raw_ostream more.
2009-07-24 Dan GohmanAliasAnalysis wants sizes in address-units, not bits.
2009-07-24 Evan ChengForgot this test earlier.
2009-07-24 Evan ChengFix these tests.
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 Douglas GregorTemplate instantiation for static data members that...
2009-07-24 Fariborz JahanianFixes broken test by accident.
2009-07-24 Fariborz JahanianMore Sema check for constructor's member initializer...
2009-07-24 Chris Lattnerfix some predicates
next