platform/upstream/llvm.git
2009-07-28 Owen AndersonUpdate for LLVM API change.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Anders CarlssonRemove the old RecordOrganizer.
2009-07-28 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-28 David GoodwinRemove support for ORN to workaround <rdar://problem...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Ted KremenekFix PR 4631. The compound initializers of unions were...
2009-07-28 Devang PatelAdd DebugInfoEnumerator to collect debug info.
2009-07-28 Andreas BolkaSimplify LDA-internal interface.
2009-07-28 Andreas BolkaAdd LDA statistics.
2009-07-28 Andreas BolkaMinor factoring, naming and formatting cleanups.
2009-07-28 Ted KremenekAdd missing break statement.
2009-07-28 Mike StumpUpdate comments.
2009-07-28 Bruno Cardoso... Handle null and file symbol on doInitialization
2009-07-28 Ted KremenekFix regression in attribute 'nonnull' checking when...
2009-07-28 Anders CarlssonAdd a field for C++ specific data to ASTRecordLayout...
2009-07-28 Fariborz JahanianMore cleanup of data member access and then some.
2009-07-28 Chris Lattnermore simplifications and cleanup. :)
2009-07-28 Owen AndersonUpdate for LLVM API change.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Chris Lattnerfix PR4633: cast to void should silence the 'unused...
2009-07-28 Chris Lattneradd some fixme's
2009-07-28 Chris Lattnerthis test crashes, disable it harder.
2009-07-28 Daniel DunbarSwitch X86 assembly parser to using the generic lexer...
2009-07-28 David GoodwinAdd workaround for <rdar://problem/7098328>.
2009-07-28 Fariborz JahanianSome code cleanup.
2009-07-28 Chris Lattnerfix testcase for previous patch.
2009-07-28 Daniel DunbarExpose Tokens to target specific assembly parsers.
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Anders CarlssonMore CGRecordLayoutBuilder cleanup.
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Fariborz JahanianMore work toward data member access ir-gen.
2009-07-28 Daniel DunbarTweak LLVM emacs style to make default namespace indent...
2009-07-28 Anders CarlssonAdd two more tests.
2009-07-28 David GoodwinAdd Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
2009-07-28 Daniel DunbarSwitch AsmLexer::Lex to returning a reference to the...
2009-07-28 David GreeneAdd reload and remat backscheduling. This is disabled...
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...
next