platform/upstream/llvm.git
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...
2013-01-22 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Michael J.... [Support][ErrorOr] Make old gcc happy.
2013-01-22 Michael GottesmanFixed typo.
2013-01-22 Michael Gottesman[ObjCARC] Refactored out the inner most 2-loops from...
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Chad RosierAdd a triple, per Ben's suggestion.
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Chad RosierSecond attempt to fix ppc bots.
2013-01-22 Michael J.... [Core] Move Resolver and SymbolTable over to TargetInfo.
2013-01-22 Chad RosierAdd x86 requirement to hopefully fix ppc bots.
2013-01-22 Akira Hatanaka[mips] Clean up code in MipsTargetLowering::LowerCall...
2013-01-22 Adhemerval... PowerPC: fix __builtin_eh_return_data_regno return
2013-01-22 Chad Rosier[ms-inline asm] Remove the -fenable-experimental-ms...
2013-01-22 Ted KremenekSplit "discards qualifiers" warnings of -Wincompatible...
2013-01-22 Dmitri GribenkoUpdate docs: nullptr conversion tool landed
2013-01-22 Fariborz JahanianSmall code change to improve performance
2013-01-22 Eli BenderskyAdd forgotten test case for the x32 commit
2013-01-22 Fariborz JahanianobjectiveC (take two): don't warn when in -Wselector...
2013-01-22 Edwin VaneAdd use-nullptr transform to cpp11-migrate
2013-01-22 Chad Rosier[ms-inline asm] Remove a warning about ms-style inline...
2013-01-22 Benjamin KramerX86: Make sure we account for the FMA4 register immedia...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Howard HinnantSaleem Abdulrasool: If errno is defined as volatile...
2013-01-22 Douglas GregorMake getDefinitiveDeclContext() actually return a DeclC...
2013-01-22 Nico WeberFix a bug in VarDecl::getSourceRange() for static membe...
2013-01-22 Nico WeberFormatter: Remove a fixme klimek fixed in r173168.
2013-01-22 Manuel KlimekImplements more principled comment parsing.
2013-01-22 Shankar Easwaranchange enum class to enum, as g++ doesnot support bitfi...
2013-01-22 Howard HinnantSaleem Abdulrasool: __terminate_handler and __unexpecte...
2013-01-22 Howard HinnantSaleem Abdulrasool: Ensure that __GLIBCXX__ is defined...
2013-01-22 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-22 Evgeniy Stepanov[msan] Remove the trap handler code.
2013-01-22 Daniel JasperLet the formatter be more restrictive for breaking...
2013-01-22 Alexey Samsonovllvm-symbolizer: factor out bits of the tool into separ...
2013-01-22 Evgeniy Stepanov[msan] Follow -msan-keep-going in reports from intercep...
2013-01-22 Evgeniy Stepanov[msan] Fix linkage type of __msan_track_origins.
2013-01-22 Evgeniy Stepanov[msan] Export the value of msan-keep-going flag for...
2013-01-22 Evgeniy Stepanov[msan] Simplify test code.
2013-01-22 Evgeniy Stepanov[msan] Test handling of volatile bitfields.
2013-01-22 Evgeniy Stepanov[msan] Do not insert check on volatile store.
2013-01-22 Evgeniy Stepanov[msan] Stop using volatile assignments as undef checks...
2013-01-22 Tim NorthoverFix truncation of relocation types in Support/ELF.h
2013-01-22 Daniel JasperFix "*" formatting when creating arrays of pointers.
2013-01-22 Alexander Potapenko[ASan] Disable the new/delete implementations for OSX
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-22 Alexey SamsonovASan: add output test for -fsanitize-address-zero-based...
next