platform/upstream/llvm.git
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Douglas GregorAdd a template test that requires canonical expression...
2009-07-28 Douglas GregorFix a typo in a comment
2009-07-28 Daniel DunbarDrop some AsmLexer methods in favor of their AsmToken...
2009-07-28 Daniel Dunbarllvm-mc: Sink token enum into AsmToken.
2009-07-28 Douglas GregorProfiling the pointer of a canonical type is sufficient...
2009-07-28 Douglas GregorFinish profile support for statements.
2009-07-28 Douglas GregorComplete profile support for C++ and Objective-C expres...
2009-07-28 Stefanus Du... Include cmath/math.h in DataTypes.h regardless of wheth...
2009-07-28 Evan ChengtADDrSPI doesn't have a predicate operand, but tADDhirr...
2009-07-28 Nick LewyckyRemove memory corruption bug. string.c_str() was return...
2009-07-28 John McCallBounds checking for address spaces.
2009-07-28 Daniel DunbarCallExpr's SubExprs sometimes were allocated in the...
2009-07-28 Evan ChengCode clean up. No functionality changes.
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-28 John McCallReimplement QualifierSet using a single word, as reques...
2009-07-28 Argyrios KyrtzidisImplement ObjCMethodDecl::getCanonicalDecl().
2009-07-28 Argyrios Kyrtzidis-Add ObjCCategoryImplDecl::getCategoryClass() which...
2009-07-28 Argyrios KyrtzidisUse ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCI...
2009-07-28 Chris Lattnerfix a casting problem on the llvm-x86_64-linux tester
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-28 Chris Lattnerdon't copy TargetLowering.
2009-07-28 Daniel Dunbarllvm-mc: Factor AsmToken class out of AsmLexer.
2009-07-28 Mike StumpMake longjmp a real builtin.
2009-07-28 Dan GohmanTeach instcombine to respect and preserve inbounds...
2009-07-28 Mike StumpFix a small little typo.
2009-07-28 John McCallAllow functions to be marked "implicit return zero...
2009-07-28 Daniel Dunbarllvm-mc: Stop uniqueing string tokens, nothing actually...
2009-07-28 Dan GohmanReplace dyn_castGetElementPtr with dyn_cast<GEPOperator>.
2009-07-28 Dan GohmanGrab the LLVMContext and parent Module of SI ahead...
2009-07-28 Douglas GregorAdd a Profile function for statements so that we can...
2009-07-28 Ted KremenekOnly generate preprocessed files during crashes using...
2009-07-28 Ted KremenekFix helper function GetNextStmt() to look for the first...
2009-07-28 Mike StumpMake sure to move the comment with the code.
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 Mike StumpFix a release-asserts warning. Debug functions should...
2009-07-27 Dan GohmanPass true to the Internalize parameter of createStandar...
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-27 Mike StumpAvoid build warnings.
2009-07-27 Fariborz JahanianPatch for objc's zero-const exception to not assume
2009-07-27 Daniel DunbarAdd a comment on Value explaining the current getName...
2009-07-27 Owen AndersonUpdate for LLVM API change.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Mike StumpEnsure we can work through typedefs.
2009-07-27 Ted Kremenek(1) Enable PlistDiagnostics to take an option "PathDiag...
2009-07-27 Ted KremenekAdd scan-build support for 'plist-html', a hybrid mode...
2009-07-27 Dan GohmanAdd a comment about the "getelementptr null" trick.
2009-07-27 Dan GohmanAdd inbounds to the polygen grammar.
2009-07-27 Dan Gohmanvim syntax highlighting for inbounds keyword.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-27 Dan GohmanOrder unsigned before signed, for consistency.
2009-07-27 Daniel DunbarUnbreak build.
2009-07-27 Dan GohmanMake raw_null_ostream flush its buffer in its destructo...
2009-07-27 Mike StumpAdd knowledge about _longjmp being noreturn.
2009-07-27 Mike StumpAdd builtin knowledge about longjmp being noreturn...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-07-27 Chris Lattnersimplify #includes.
2009-07-27 Owen AndersonUpdate for LLVM API change.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Fariborz JahanianSome minor changes toward support of data
2009-07-27 Dan GohmanAdd an assertion check to raw_ostream's destructor...
2009-07-27 Andreas BolkaFix typo.
2009-07-27 Devang Patel80 columns!
2009-07-27 David GoodwinRemove TPat. No patterns depend on just isThumb()....
2009-07-27 Benjamin Kramerfix test (broken in r77224)
2009-07-27 Sean CallananThanks, Bill!
2009-07-27 Bruno Cardoso... fix comment
2009-07-27 Bruno Cardoso... add module identifier to the elf object file
2009-07-27 Mike StumpAdd noreturn for exit.
2009-07-27 Chris LattnerSink getSectionPrefixForUniqueGlobal down into the TAI
2009-07-27 Argyrios KyrtzidisMake ObjCImplDecl inherit from ObjCContainerDecl.
2009-07-27 Daniel DunbarTweak MultiTestRunner --path argument.
2009-07-27 Chris Lattnerremove dead code.
2009-07-27 Bruno Cardoso... Handle external symbols for ELF and add some static...
2009-07-27 Evan ChengMore DCE.
2009-07-27 Evan ChengconvertToThreeAddress can't handle Thumb2 instructions...
2009-07-27 Devang PatelInitialize mdnNext.
2009-07-27 Devang PatelUse DICompositeType->replaceAllUsesWith()
2009-07-27 Evan ChengGet rid of more dead code.
2009-07-27 Sean CallananMany of Daniel's fixes.
2009-07-27 Douglas GregorFix typo in error message
2009-07-27 Douglas GregorPrepare CMake regression testing for Daniel's upcoming...
2009-07-27 Evan ChengCosmetic change.
2009-07-27 Evan ChengClean up.
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-27 Evan ChengGet rid of some more getOpcode calls.
2009-07-27 Mike StumpFix build.
2009-07-27 Dan GohmanFollowing discussion on llvm-dev ("proposed new rule...
2009-07-27 Sanjiv GuptaRemove duplicate entries while printing decls for exter...
2009-07-27 Douglas GregorCMake: make sure that the *.inc files for libSystem...
2009-07-27 Douglas GregorWhen instantiating a variable without an initializer...
2009-07-27 Chris Lattneradd an explanatory comment about why we drop these...
2009-07-27 Devang PatelDo not seed mstadata into the value map.
2009-07-27 Anders CarlssonUse the CGRecordLayoutBuilder even if there are no...
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerdon't create default text/data sections for all targets.
2009-07-27 Chris LattnerApparently alpha doesn't use ElfTargetAsmInfo (?)
2009-07-27 David GoodwinThumb-2 does not have RSC.
next