platform/upstream/llvm.git
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-14 Rui UeyamaELF: Remove redundant namespace qualifiers.
2015-04-14 Reid Kleckner[Inliner] Don't inline functions with frameescape calls
2015-04-14 Rui UeyamaELF: Simplify ELFDefinedAtom::contentType().
2015-04-14 Rui UeyamaELF: Split Atoms.h to Atoms.{h,cpp}.
2015-04-14 Rui UeyamaELF: Split SegmentChunks.h to SegmentChunks.{h,cpp}.
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
2015-04-14 Rui UeyamaELF: Split HeaderChunks.h to HeaderChunks.{h,cpp}.
2015-04-14 Rui UeyamaELF: Split SectionChunks.h to SectionChunks.{h,cpp}.
2015-04-14 Daniel BerlinMake updateDFSNumbers API public
2015-04-14 Duncan P. N... verify-uselistorder: More outs() and errs(), less dbgs()
2015-04-14 Simon Atanasyan[ELF] Use type helper Elf_Word instead of plain uint32_...
2015-04-14 Simon Atanasyan[ELF] Write whole std::vector using a single `memcpy...
2015-04-14 Simon Atanasyan[ELF] Remove redundant type cast to `char*` before...
2015-04-14 Simon Atanasyan[Mips] Write _DYNAMIC symbol on MIPS targets
2015-04-14 Simon Atanasyan[Mips] Make tests more tolerant to the program and...
2015-04-14 Sean CallananAdded some documentation for ForEachMacro.
2015-04-14 Sean CallananAdded support to ClangUserExpression for importing
2015-04-14 Duncan P. N... IR: Set -preserve-bc-uselistorder=false by default
2015-04-14 Duncan P. N... IR: Change clang to set -preserve-bc-uselistorder
2015-04-14 Duncan P. N... IR: Rename 'use-list-order' options to 'uselistorder'
2015-04-14 Sean CallananUpdated IRForTarget to change the way we generate
2015-04-14 Daniel BerlinAdd ladder graph utility
2015-04-14 Rui UeyamaELF: Split OutputELFWriter.h to OutputELFWriter.{h...
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 Rui UeyamaELF: Split TargetLayout.h into TargetLayout.{h,cpp}.
2015-04-14 Rui UeyamaELF: Remove ELFT template argument when referring the...
2015-04-14 Fariborz Jahanian[SemaCXX patch] Patch to fix a crash when a 'delete...
2015-04-14 David BlaikieUpdate test case to include the original source code...
2015-04-14 Lang Hames[RuntimeDyld] Make SectionEntry's Name field a std...
2015-04-14 Rui UeyamaAttempt to fix MSVC warning.
2015-04-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 Zachary Turner[msvc] Strip /W[0-4] before appending /W4
2015-04-14 Duncan P. N... DebugInfo: Add implicit conversion from DISubprogram...
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Chad RosierImprove RefreshCallGraph to remove invalid call graph...
2015-04-14 Alexander KornienkoRefactor: Simplify boolean expressions in ARM target
2015-04-14 Krzysztof ParzyszekChange the testcase mtriple to x86_64-unknown-unknown
2015-04-14 Rafael EspindolaFix MSVC build.
2015-04-14 Daniel JasperThe code that originally made me discover this is:
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2015-04-14 Bradley Smith[AArch64] Allow non-standard INS/DUP encodings
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-14 Tom StellardR600: Add GCC reg names
2015-04-14 Tom StellardR600/SI: Fix verifier error caused by SIAnnotateControlFlow
2015-04-14 Aaron BallmanFixing a compile error with MSVC 2013 where there is...
2015-04-14 Anton Yartsev[analyzer] This implements potential undefbehavior...
2015-04-14 Ilia KFix handling of the executable arg which contains space...
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-04-14 Marshall ClowQualify an internal call in is_assignable to prevent...
2015-04-14 Ilia KSimplify some lldb-mi tests by using the Base.addTearDo...
2015-04-14 Aaron BallmanSilencing a -Wreturn-type warning, as the switch is...
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-14 Petar Jovanovic[Mips] Generate warning for invalid '-mnan' and '-march...
2015-04-14 Nikola SmiljanicRemove useless statement.
2015-04-14 Daniel Jasper[MachineLICM] Use newer model of register pressure...
2015-04-14 NAKAMURA TakumiRoll back llvm/test/ExecutionEngine/MCJIT/cross-module...
2015-04-14 Dmitry Vyukovtsan: fix parsing of second_deadlock_stack flag
2015-04-14 Oleksiy VyalovFix XCode build after r234870.
2015-04-14 Denis Protivensky[ARM] Implement mapping symbols for PLT0 entry
2015-04-14 Anders WaldenborgFix crash in DebugInfoFinder when adding a module with...
2015-04-14 Denis Protivensky[ARM] Move out mapping atom functionality to a separate...
2015-04-14 Denis Protivensky[ARM] Rename IFUNC-related tests
2015-04-14 Denis Protivensky[ARM] Improve IFUNC PLT test
2015-04-14 Colin RileyAdditions to RenderScriptRuntime in prep for detection...
2015-04-14 Omair JavaidAdds Register Context Linux/POSIX for ARM Architecture
2015-04-14 Rui UeyamaSimplify short switch-cases.
2015-04-14 Rui UeyamaRemove excessive parentheses.
2015-04-14 Rui UeyamaELF: Remove a header which is used only by one .cpp...
2015-04-14 Rui UeyamaFix indentation.
2015-04-14 Rui UeyamaELF: Fix odd initialization code.
2015-04-14 Rui Ueyamatemporary
2015-04-14 Rui UeyamaELF: Move function definitions from .h to .cpp.
2015-04-14 Rui UeyamaELF: Inline ELFReader typedefs which are used only...
2015-04-14 Rui UeyamaELF: Make common strings file-scoped constants.
2015-04-14 Rui UeyamaELF: Make ARMELFMappingAtom a non-template class.
2015-04-14 Rui UeyamaELF: Remove this-> as much as we can.
2015-04-14 Rui UeyamaELF: Remove ELFT parameter from ARMELFFile.
2015-04-14 Rui UeyamaELF: Make HexagonFile a non-template class.
2015-04-14 Alexey Bataev[OPENMP] Fixed codegen for arrays in 'copyprivate'...
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-14 Rui UeyamaRemove dead code.
2015-04-14 Rui UeyamaELF: Remove ELFT and LinkingContext template parameters...
2015-04-14 Duncan P. N... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Dmitri GribenkoLinkAllPasses.h: also link in parts of libLLVMSupport
2015-04-14 Duncan P. N... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Alexey Bataev[OPENMP] Initial codegen for 'parallel sections' directive.
2015-04-14 Duncan P. N... DebugInfo: Prepare for DISubprogram/DILexicalBlock...
2015-04-14 Sanjoy Das[SCEVExpander] Fix comments for functions. NFC.
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-14 Sanjoy Das[SCEV] Strengthen SCEVExpander::isHighCostExpansion.
2015-04-14 Sanjoy Das[SCEV] Refactor out isHighCostExpansion. NFCI.
2015-04-14 Duncan P. N... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N... DebugInfo: Add MDLexicalBlockBase::getLine(), etc.
2015-04-14 Rui UeyamaDefine make_dynamic_error_code(const char *).
2015-04-14 Duncan P. N... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-14 Duncan P. N... DebugInfo: Move DIVariable::printExtendedName() to...
2015-04-14 Duncan P. N... DebugInfo: Inline DIVariable::isBlockByrefVariable...
2015-04-14 Duncan P. N... DebugInfo: Gut DIObjCProperty and DIImportedEntity
next