platform/upstream/llvm.git
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Nick LewyckyBulk erasing instructions without RAUWing them is unsaf...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Evan ChengRevert AsmWriterEmitter.cpp to 74742. The recent change...
2009-07-29 Chris Lattnerconstant prop a utostr.
2009-07-29 Chris Lattnerremove some completely wrong code. 1 is never < 16...
2009-07-29 Daniel DunbarRevert r77397, it causes significant regressions in...
2009-07-29 Daniel DunbarMultiTestRunner: Reenable --vg option.
2009-07-29 Daniel DunbarDestroy the ASTConsumer prior to the Context, HTMLPrint...
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
2009-07-29 Daniel DunbarBlockScopeInfo::hasPrototype was uninitialized.
2009-07-29 Daniel DunbarCharLiteralParser::IsMultiChar was sometimes uninitialized.
2009-07-29 Daniel DunbarAdd missing '"'
2009-07-29 Eric ChristopherFix comment.
2009-07-29 Bill WendlingChange the "PreferredEHDataFormat" from "absptr" if...
2009-07-29 Eric ChristopherAdd a couple more tests for the ptest intrinsics to...
2009-07-29 Bill WendlingMove comment to above method.
2009-07-29 Fariborz JahanianCode refactoring to define getCXXRecordDeclForPointerType
2009-07-29 Devang PatelParse named metadata.
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.
next