platform/upstream/llvm.git
2013-01-24 Bill WendlingAdd a profile for uniquifying the AttributeSet with...
2013-01-24 Bill WendlingCleanup the AttributeSetNodes that we create.
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-23 Richard SmithMicro cleanup: use an array of const char, rather than...
2013-01-23 Jim InghamCheck for NULL breakpoint option thread name & queue...
2013-01-23 Bill WendlingDon't check lines beginning with '#', since they could...
2013-01-23 Bill WendlingDon't check lines beginning with '#', since they could...
2013-01-23 Bill WendlingThe diagnostic is now a warning instead of an error...
2013-01-23 Bill WendlingPush down the conversion of the alignment from the...
2013-01-23 Douglas GregorFix for case-sensitive file systems. Ugh
2013-01-23 Bill WendlingRemove dead methods.
2013-01-23 Douglas GregorImplement the writer side of the global module index.
2013-01-23 Nick KledzikAdd SectionPosition and OrderPass
2013-01-23 Michael J.... [ELF] Read IFUNC symbols correctly as typeResolver.
2013-01-23 Eli BenderskyFix small typo
2013-01-23 Tom StellardR600: Add a llvm.R600.store.swizzle intrinsics
2013-01-23 Tom StellardR600: Simplify stream outputs intrinsic
2013-01-23 Ted KremenekAdd a test case for 'analyzer_noreturn' on category...
2013-01-23 Ted KremenekAlways process an index.html file if we have HTML outpu...
2013-01-23 Benjamin KramerConstantFolding: Tweak r173289, it should evaluate...
2013-01-23 Ted KremenekAdd missing null check. Not sure why my tests passed...
2013-01-23 Ted KremenekHonor attribute 'analyzer_noreturn' on Objective-C...
2013-01-23 Daniel JasperAdd extra indent for nested calls inside if's.
2013-01-23 Benjamin KramerConstantFolding: Evaluate GEP indices in the index...
2013-01-23 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-23 Michael J.... Add PassManager.
2013-01-23 Dmitri GribenkoImplement -Wvla correctly
2013-01-23 Chad RosierInitialize SSPBufferSize. PR14999. Patch by Vinson...
2013-01-23 Bill WendlingRemove unused methods and ivars.
2013-01-23 Douglas GregorFactor the trait for lookup into the on-based hash...
2013-01-23 Sean Silvadocs: clear up ambiguity
2013-01-23 Argyrios Kyrtzidis[PCH] Temporarily disable the "ambiguous macro" warning...
2013-01-23 Dmitri GribenkoDocumentation: add a note that -cc1 options are not...
2013-01-23 Benjamin KramerRevert "InstCombine: Clean up weird code that talks...
2013-01-23 Dmitri Gribenkolibclang: change return type of getCursorDecl() to...
2013-01-23 Dmitri GribenkoUse 'const Decl *' throughout code completion in Sema
2013-01-23 Benjamin KramerInstCombine: Clean up weird code that talks about a...
2013-01-23 Eli BenderskyFix powerpc test failure - forgot to initialize stack...
2013-01-23 Dmitri GribenkoAdd constness for NestedNameSpecifier::Create parameter
2013-01-23 Daniel JasperDon't try to align builder-type continuations on assign...
2013-01-23 Dmitri GribenkoConstify some getters in RedeclarableTemplateDecl
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-23 Dmitri GribenkoRemove uneeded casts
2013-01-23 Daniel JasperDon't try to do a hanging ident after assignments.
2013-01-23 Benjamin KramerNVPTX: Stop leaking memory by using a managed constant...
2013-01-23 Shankar Easwaranchange from using 2 bits to 4 bits, as 2 bits arent...
2013-01-23 Anton KorobeynikovMake sure metarenamer won't rename special stuff (intri...
2013-01-23 Manuel KlimekFix handling of macro definitions.
2013-01-23 Evgeniy Stepanov[msan] Allow waitpid while in __msan_init().
2013-01-23 Manuel KlimekFixes layouting regression and invalid-read.
2013-01-23 Kostya Serebryany[sanitizer] increase the minimal mmap size in allocator...
2013-01-23 Kostya Serebryany[asan] initialize kHighMemEnd at startup (instead of...
2013-01-23 Daniel JasperFix the formatting of pointer/reference types in range...
2013-01-23 Kostya Serebryany[asan] use ADD instead of OR when applying shadow offse...
2013-01-23 Daniel JasperRemoving the penalty for breaking after "=".
2013-01-23 Daniel JasperFix another regression for pointer types.
2013-01-23 Dmitry Vyukovtsan: add stubs for malloc introspection (similar to...
2013-01-23 Joey GoulyAdd a new LangOpt NativeHalfType. This option allows...
2013-01-23 Dmitry Vyukovtsan: add missing interceptors
2013-01-23 Daniel JasperFix regression in formatting pointer types.
2013-01-23 Kostya Serebryany[asan] simplify the code that poisons global redzones...
2013-01-23 Manuel KlimekFixes incorrect handling of the declaration context...
2013-01-23 Evgeniy Stepanov[msan] gethostbyname interceptor.
2013-01-23 Manuel KlimekFix segfaults in the formatter.
2013-01-23 Daniel JasperAdd option to allow putting all parameters onto the...
2013-01-23 Manuel KlimekAllow us to better guess the context of an unwrapped...
2013-01-23 Duncan SandsInitialize the components of this class. Otherwise...
2013-01-23 Bill WendlingExplicitly cast away the const-ness instead of doing...
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/WaymarkTest.cpp: Fix in --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yours...
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: Let GV added to the module.
2013-01-23 NAKAMURA TakumiIRTests/ConstantsTest.cpp: AsInstructionsTest: Delete...
2013-01-23 NAKAMURA TakumiUntabify.
2013-01-23 NAKAMURA TakumiWhitespace.
2013-01-23 NAKAMURA TakumiDominatorTreeTest.cpp: Add the file header.
2013-01-23 Bill WendlingExplicitly cast away the const-ness instead of doing...
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Nick LewyckyMake __attribute__((nonnull)) use the general expressio...
2013-01-23 Jason MolendaRemove a compile time warning in RNBRemote::HandlePacke...
2013-01-23 Jason MolendaChange the container-regs kv pair in the qRegsiterInfo
2013-01-23 Sean Silvadocs: Update title of external tutorial.
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-23 Tom StellardR600: Add a CONST_ADDRESS node to model constant buf...
2013-01-23 Tom StellardR600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
2013-01-23 Nadav RotemAdd support for reverse pointer induction variables...
2013-01-23 NAKAMURA Takumiclang/test/Driver/output-file-is-dir.c: This requires...
2013-01-23 Michael J.... Move everything over to TargetInfo.
2013-01-23 Enrico Granata<rdar://problem/12711206>
2013-01-23 Daniel Dunbar[Driver] Don't remove non-regular files that were outputs.
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 James DennettDocumentation cleanup: fixing documentation for Fronten...
2013-01-23 Michael J.... [Support][ErrorOr] Don't use nullptr :(
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-23 Michael J.... [Support][ErrorOr] Add optimized specialization of...
2013-01-22 Douglas GregorFix compilation on Linux, which defines PATH_MAX in...
next