platform/upstream/llvm.git
2009-07-28 Daniel DunbarUpdate CMakeLists
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Devang PatelClarify getName() comment.
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Daniel DunbarMake expression parsing and error/warning reporting...
2009-07-28 Benjamin KramerFix a fixme; don't take binaries from the working direc...
2009-07-28 Devang PatelRemove unused method.
2009-07-28 Mike StumpAdd noreturn support for blocks.
2009-07-28 Bill WendlingOutput the correct format for Darwin.
2009-07-28 Benjamin Kramerfix unittest
2009-07-28 Fariborz Jahanianir-gen derived-to-base conversion in implicit casts.
2009-07-28 Bill WendlingUse the preferred EH data format for the preferred...
2009-07-28 Bill WendlingDarwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect...
2009-07-28 Bill WendlingRemove unused parameter name.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Evan ChengFix a typo.
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.
next