platform/upstream/llvm.git
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
2009-07-24 Ted KremenekIn the "use of floating point variable as loop counter...
2009-07-24 Chris Lattnerchange SectionKindForGlobal from being a public (and
2009-07-24 Ted KremenekHave 'clang --analyze' run syntactic static analysis...
2009-07-24 Evan ChengDisable my constant island pass optimization (to make...
2009-07-24 Eric ChristopherMove insertps tests to sse41 combo test file, convert...
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
2009-07-24 Mike StumpFix 80-col violations, reflow a few comments and zap...
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... Add support for promoting SETCC operations.
2009-07-24 Evan ChengMake sure thumb2 jumptable entries are aligned.
2009-07-24 Anders CarlssonFix a release build warning.
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 Dan GohmanAdd specific classes for Add, Sub, and Mul, for conveni...
2009-07-24 Fariborz JahanianMore work toward initialization of objects
2009-07-24 Steve NaroffAllow front-end 'isa' access on object's of type 'id'.
2009-07-24 Anders CarlssonDon't use getLLVMFieldNo for bitfields when constructin...
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.
2009-07-24 Anders CarlssonCheck in a half finished new constant struct builder...
2009-07-24 Daniel DunbarAnother getName -> getNameStr
2009-07-24 Daniel DunbarMore move to raw_ostream.
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Daniel DunbarMove more to raw_ostream.
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-24 Daniel DunbarAllow llvm_report_error to accept a Twine.
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-24 Daniel DunbarFix declaration of obc_enumerationMutation function...
2009-07-24 Daniel DunbarFix constructor types
2009-07-24 Daniel DunbarUpdate CMake
2009-07-24 Daniel DunbarAdd Twine ADT.
2009-07-24 Ted KremenekAdd doxygen comments and simplify expression.
2009-07-24 Evan ChengConvert a test to FileCheck.
2009-07-24 Chris Lattnerhoist section name uniquing logic up to the top-level...
2009-07-24 Chris LattnerImplement getSectionPrefixForUniqueGlobal to return...
2009-07-24 Chris Lattnerreduce indentation
2009-07-24 Chris Lattnersimplify code by making special case more obvious
2009-07-24 Chris Lattnerthe 'isWeakForLinker' code is common between functions...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-24 Ted KremenekIntroduce a new variant type 'TryResult' to represent...
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-24 Chris Lattnerfix indentation.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Daniel DunbarSwitch to raw_ostream.
2009-07-24 Chris Lattnerfix a mysterious and scary failure on test/CodeGen...
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-24 Zhongxing XuAdd getDecl() to CallGraph and CallGraphNode.
2009-07-24 Zhongxing XuConstify methods.
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-24 Chris Lattnerremove more bits of small section support.
2009-07-24 Chris Lattnerremove more remnants of small section support.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 John McCallTest commit: make a little stub routine for semantic...
2009-07-24 Ted KremenekEnable the '-warn-security-syntactic' checker option...
2009-07-24 Mike StumpImplement new warning for functions declared 'noreturn...
2009-07-24 Anders CarlssonGet rid of the size parameter to AppendField. No functi...
2009-07-24 Evan ChengThumb2 should use the register scavenger.
2009-07-24 Dan GohmanFix whitespace.
2009-07-24 Dan GohmanGive SCEVAddRecExpr no-signed-overflow and no-unsigned...
2009-07-24 Dan GohmanGive the SCEV class a SubclassData field.
2009-07-24 Dan GohmanFix whitespace.
2009-07-24 Evan ChengFLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ...
2009-07-24 Ted KremenekMark destructor of Checker virtual.
2009-07-24 Richard OsborneAdd tests for handling of globals and tls on the XCore...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-24 Eric ChristopherUpdate insertps handling based on feedback. Move to...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-24 Douglas GregorWe now do complete semantic checking for unions
2009-07-23 Douglas GregorUpdate C++ status to reflect progress on out-of-line...
2009-07-23 Douglas GregorThis patch fixes the implementations of the __has_trivi...
2009-07-23 Daniel DunbarOutput UTF-16 string literals independent of host byte...
2009-07-23 Sean CallananAdded a 2+-byte NOP instruction to the Intel tables,
next