platform/upstream/llvm.git
2009-07-29 Devang PatelAdd NamedMDNode.
2009-07-29 Bill Wendling- Temporarily unbreak the build by forcing the TType...
2009-07-29 Eric ChristopherAdd support for gcc __builtin_ia32_ptest{z,c,nzc} intri...
2009-07-29 Mike StumpBe sure to turn on -fblocks.
2009-07-29 Dan GohmanRemove another F_OK.
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-29 Andreas BolkaFix a few typos and add links.
2009-07-28 Mike StumpSome minor cleanups, thanks Chris.
2009-07-28 David GoodwinThumb-2: fix typo that caused incorrect stack eliminati...
2009-07-28 Mike StumpSome style fixes, thanks Chris.
2009-07-28 Bill WendlingCleanup code to use iterators instead of ".size()".
2009-07-28 Andreas BolkaSlightly reformat LDA tests to ease grepping.
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
2009-07-28 David GreeneAdd some protected interfaces to allow subclass access...
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Dan GohmanIt isn't necessary to use F_OK when using R_OK or similar.
2009-07-28 Mike StumpAdd support for -Wmissing-noreturn.
2009-07-28 David GoodwinAdd a bugpoint flag to disable block extraction.
2009-07-28 Douglas GregorRefactor the code that produces a TemplateSpecializatio...
2009-07-28 Chris Lattnerdiscourage else after "noreturn" statements.
2009-07-28 Chris Lattnerremove extraneous braces
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.
next