platform/upstream/llvm.git
2013-06-18 Sean Silva[yaml2obj][ELF] Factor out string table section creation.
2013-06-18 Sean Silva[yaml2obj][ELF] Refer specifically to the section heade...
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure more fields are zero'd.
2013-06-18 Greg ClaytonAdded a troubleshooting page as a place to add commonly...
2013-06-18 Enrico Granata<rdar://problem/13926101>
2013-06-18 Adrian PrantlRemove an ugly hack that was meant to eliminate the...
2013-06-18 Enrico GranataAdding a "cmdline" category to the test suite
2013-06-18 Eli FriedmanDelete dead code.
2013-06-18 Greg ClaytonA collection of 3 patches to the COFF file ObjectFile...
2013-06-18 Eric ChristopherAccept and ignore -fdebug-types-section for now. This...
2013-06-18 Eric ChristopherFileCheck-ize.
2013-06-17 Eli FriedmanAdd a missing testcase for ObjC ivar encoding for a...
2013-06-17 Richard SmithTurn Clang 3.3 boxes on C++ status from yellow to green...
2013-06-17 Richard SmithPoint link at correct location for Clang 3.3 release...
2013-06-17 Enrico GranataRenaming the "--wipe" option to "command history" to...
2013-06-17 Michael SartainAdd new files to CMakeLists.txt to fix cmake build...
2013-06-17 Enrico Granata<rdar://problem/14134716>
2013-06-17 Eli FriedmanFix source range of CXXNewExpr with parentheses around...
2013-06-17 Rafael EspindolaFix the build with gcc 4.7 and -std=c++11.
2013-06-17 Eli FriedmanCompute the visibility of static local variables consis...
2013-06-17 Rafael EspindolaConvert two uses of eraseFromDisk.
2013-06-17 Andrew TrickMI-Sched: handle ReadAdvance latencies as used by Swift.
2013-06-17 Andrew TrickReenable, improve, and add MI-Sched unit tests.
2013-06-17 Andrew TrickGive RegMax higher priority.
2013-06-17 Andrew TrickRemove compareRPDelta.
2013-06-17 Andrew TrickMI Sched: fix a typo in RegPressure heuristics.
2013-06-17 Andrew TrickMI-Sched: Remove another heuristic that is sensitive...
2013-06-17 Andrew TrickMI-Sched: Track multiple candidates with the same prior...
2013-06-17 Sebastian Poprevert r183799: scop detection: remove an iteration...
2013-06-17 Enrico GranataFixing a linking issue when building LLDB with ToT...
2013-06-17 Matt KopecFix breakpoint test to account for full path of source...
2013-06-17 Sean CallananFixed a problem in the expression parser that
2013-06-17 Rui Ueyama[PECOFF] Extract atom definitions as Atoms.h so that...
2013-06-17 Eli FriedmanFix Expr::Classify to correctly classify ExtVectorEleme...
2013-06-17 Rafael EspindolaRemove usage of PathV1.h in FindBugs.cpp.
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-17 Rafael EspindolaReapply r183985 now that the missing check was added...
2013-06-17 Rafael EspindolaOnly delete regular files and directories.
2013-06-17 Howard HinnantTweaks/cleanups provided by Matthew Dempsky
2013-06-17 Vincent LejeuneR600: PV stores Reg id, not index
2013-06-17 Vincent LejeuneR600: Properly set COUNT_3 bit in TEX clause initiating...
2013-06-17 Sean Silva[yaml2obj][ELF] Exit with error status on error.
2013-06-17 Rafael EspindolaCleanup linkage computation for static locals.
2013-06-17 Rafael EspindolaUse atomic instructions on Bitrig armv6. Patch by Patri...
2013-06-17 Dmitry Vyukovtsan: consistently use return pc as top frame pc
2013-06-17 Rafael EspindolaRevert "Remove a use of PathV1.h."
2013-06-17 Manman RenX86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
2013-06-17 Rafael EspindolaDon't use PathV1.h in CrashDebugger.cpp.
2013-06-17 Rafael EspindolaRevert "Updated test cases for contextual conversion"
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-06-17 Rafael EspindolaRemove CBE related code.
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-06-17 Matt KopecFix single whitespace before breakpoint filename in...
2013-06-17 Pekka JaaskelainenFix for a regression caused by the LoopVectorizer when
2013-06-17 Rafael EspindolaDon't use PathV1.h in ExtractFunction.cpp.
2013-06-17 Rui Ueyama[PECOFF] Implement the reader for the import library.
2013-06-17 Larisse VoufoUpdated test cases for contextual conversion
2013-06-17 Rafael EspindolaDon't use PathV1.h in tools/gold/gold-plugin.cpp.
2013-06-17 Edwin Vanecpp11-migrate: Transform now responsible for file conte...
2013-06-17 Howard HinnantDemangler update: This now demangles many more (all...
2013-06-17 Richard SmithAvoid using __SIZE_TYPE__ in a -std=c++98 -pedantic...
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Michael SartainAdd newer Linux AT_ defines from elf.h.
2013-06-17 Fariborz Jahanianunbreak buildbot for now.
2013-06-17 Rafael EspindolaDon't use PathV1.h in llvm-link.
2013-06-17 Rui Ueyama[Passes][GOT] Split perform() into small predicate...
2013-06-17 Rafael EspindolaInclude PathV1.h only where it is used.
2013-06-17 Nadav RotemDisable vectorization for -Oz.
2013-06-17 Serge PavlovClean up empty struct/union recognition.
2013-06-17 Rafael EspindolaDelete declared but not implemented functions.
2013-06-17 Fariborz JahanianObjective-C [qoi]: Provide fixit hint when message...
2013-06-17 Rui Ueyama[PECOFF] Connect defined atoms with layout before/after...
2013-06-17 Nadav RotemEnable the loop vectorizer by default for -Os and -O2.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-17 Michael SartainRemove extra modules.Append() as it causes dupes in...
2013-06-17 Rafael EspindolaDon't link with the archive library programs that don...
2013-06-17 Rafael EspindolaAdd a testcase for r184074.
2013-06-17 Reid Kleckner[Driver] Remove the using namespace directives from...
2013-06-17 Alexander KornienkoFix a problem in ExpressionParser leading to trailing...
2013-06-17 Reid KlecknerTry to fix the bots with a forward decl.
2013-06-17 Alexander KornienkoFixes incorrect indentation of line comments after...
2013-06-17 Reid Kleckner[AST] Don't include RecursiveASTVisitor.h in ASTContext.h
2013-06-17 Manuel KlimekFix incorrectly finding 'executable' directories instea...
2013-06-17 Larisse VoufoCorrected status of support for contextual conversion...
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-17 Shankar Easwaran[ELF] Add more sections to the default section map.
2013-06-17 Richard SmithRemove unused file.
2013-06-17 Richard SmithC++11: don't warn about the deprecated 'register' keywo...
2013-06-17 Richard SmithAdd warning group -Wdeprecated-register for C++11 warni...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-16 David BlaikieMachineOperand::setIsDebug should ensure the register...
2013-06-16 Tobias GrosserUpdate to a newer CLooG version
2013-06-16 Rui Ueyama[lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
2013-06-16 Rui Ueyama[lld] Move AtomLayout from ELF to Core so that it can...
2013-06-16 Rui Ueyama[lld] Move AtomLayout from ELF to ReaderWriter so that...
2013-06-16 Shankar Easwaran[ELF] Add test so that _end value is set appropriately...
2013-06-16 Benjamin KramerSilence warning in Release builds.
2013-06-16 Benjamin KramerFix typo in comment. Found by -Wdocumentation.
2013-06-16 Richard SmithAdd tests for C++ DR100-150.
next