platform/upstream/llvm.git
2013-09-09 Sean Silva[docs] End users should see just "Clang"
2013-09-09 Sean Silva[docs] Fix Sphinx toctree warning.
2013-09-09 Sean Silva[docs] Fix some finicky Sphinx warnings.
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Sean Silva[docs] Typographical and rewording fixes.
2013-09-09 Rui UeyamaRename GnuLDInputGraph.h -> GnuLdInputGraph.h for consi...
2013-09-09 Bob WilsonUpdate CMake file to fix buildbots.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Rui UeyamaUse _isWholeArchive to silence -Wunused-private-field...
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Sean Silva[docs] Fix Sphinx warning.
2013-09-09 Sean Silva[docs] Fix some Sphinx toctree warnings.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Sean Silva[docs] Some typographical fixes.
2013-09-09 Hans Wennborgclang-cl: parse (but don't support) the /o flag
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-09 Manman RenDebug Info: Update isScope to make sure DIType is a...
2013-09-09 Marshall ClowUpdate synopsis for list/forward_list/deque to match...
2013-09-09 Ed MasteApply Linux C++ global/anonymous function call workound...
2013-09-09 Akira Hatanaka[mips] When double precision loads and stores are split...
2013-09-09 Benjamin Kramer[stackprotector] Modernize code with IRBuilder
2013-09-09 Ted KremenekMove checker downloads to llvm.org.
2013-09-09 Richard SmithC++ modules: if a class is defined in multiple modules...
2013-09-09 Benjamin KramerCGDebugInfo: Hoist string allocation in a helper functi...
2013-09-09 Benjamin KramerSema: Don't crash on visibility attributes with an...
2013-09-09 Benjamin KramerFix constructor-related typos.
2013-09-09 Aaron WatryParenthesize arguments for mad_hi
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-09-09 Aaron BallmanA better way to silence the warning in MSVC (replaces...
2013-09-09 Ed Mastetest: Handle libc++ shared lib name on FreeBSD
2013-09-09 Evgeniy Stepanov[msan] Intercept fstatat / fstatat64.
2013-09-09 Aaron BallmanSilencing an MSVC warning about an empty control statem...
2013-09-09 Aaron BallmanSilencing a warning about control flow reaching the...
2013-09-09 Aaron BallmanRemoving the endian attribute and updating associated...
2013-09-09 Joerg SonnenbergerHandle _DYNAMIC correctly in the x86_64 backend.
2013-09-09 Joerg SonnenbergerRecognize -Bstatic as alias for -static, clang uses it.
2013-09-09 Robert LyttonXCore handling of thread local lowering
2013-09-09 Robert LyttonXCore target: change to Sched::Source
2013-09-09 Robert LyttonXCore target: fix weak linkage attribute handling
2013-09-09 David TweedCommit 190296 missed out the tests; add them now. Note...
2013-09-09 David TweedThe OpenCL standard specifies the sizes and alignments...
2013-09-09 Evgeniy Stepanov[sanitizer] Fix PR17138.
2013-09-09 Stepan DyatkovskiyAdditional fix for PR16752 and for commit 190044:
2013-09-09 Richard SmithC++ modules: fix a bug where loading a declaration...
2013-09-09 Evgeniy Stepanov[sanitizer] Delete extra whitespace.
2013-09-09 Bill WendlingUpdate to the new API interface which requires the...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-09 Ed MasteEnable register log for FreeBSD tests
2013-09-09 Ed MasteSet shared library path on FreeBSD as on Linux for...
2013-09-09 Ed MasteSet shared library path on FreeBSD as on Linux for...
2013-09-09 Manman RenDebug Info Testing: use null instead of an empty string...
2013-09-08 Marshall ClowRemove a tab that snuck in
2013-09-08 Renato GolinCross-compilation doc
2013-09-08 Renato GolinAdding cross-compilation instructions to Clang
2013-09-08 Howard HinnantFix minor type-o in tests.
2013-09-08 Marshall ClowLWG Issue 2210 (Part #2 & #3): list and forward_list
2013-09-08 Daniel Jasperclang-format: Keep empty lines and format 1-line nested...
2013-09-08 Alexey Samsonov[ASan] fix one more memory leak in test case
2013-09-08 Alexey Samsonov[Sanitizer] Use generic configs for running sanitizer_c...
2013-09-08 Joerg SonnenbergerDrop the context forceLoadAllArchives() support. Rename...
2013-09-08 Alexey Samsonov[ASan] turn on leak checking for ASan tests and fix...
2013-09-08 Sylvestre LedruBring back the build of libprofile_rt on Sparc. It...
2013-09-08 Manman RenRevert r190269 to fix dragonegg failures.
2013-09-08 Manman RenDebug Info: use null instead of "i32 0" in DIBuilder.
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-08 Craig TopperAdd neverHasSideEffects=1 on a couple move instructions.
2013-09-08 Craig TopperUsing popcount should check the popcount feature flag...
2013-09-07 David MajnemerCorrect typo.
2013-09-07 Adrian PrantlAuto-detect the architecture of the executable instead...
2013-09-07 Joerg SonnenbergerUpdate documentation.
2013-09-07 Joerg SonnenbergerRun clang-format.
2013-09-07 Joerg SonnenbergerChange the parseFile argument from MemoryBuffer pointer...
2013-09-07 Adrian PrantlSet the architecture when creating a target.
2013-09-07 Marshall ClowLWG Issue 2210 (Part #1): deque
2013-09-07 Bill WendlingRun clang-format on these header files. Part of a WIP.
2013-09-07 Enea ZaffanellaFixed bug in call to CXXTemporaryObjectExpr ctor.
2013-09-07 Sylvestre Ledruadd OCLint to the list of projects based on clang
2013-09-07 Sylvestre Ledruadd he 'include what you use' project
2013-09-07 Sylvestre Ledruremove the description about clang & llvm in the freebs...
2013-09-07 Sylvestre Ledruabout the debian effort to rebuild the archive with...
2013-09-07 Sylvestre LedruClang event are now part of the llvm events. Add a...
2013-09-07 Sylvestre LedruUpdate the link to the current code coverage reports...
2013-09-07 David Majnemer'return' before 'else' is bad style
2013-09-07 David MajnemerAST: __uuidof should leak through templated types
2013-09-07 Enea ZaffanellaFix missing source location in CXXTemporaryObjectExpr...
2013-09-07 Virgile BelloAdded some MSVC required functions in Windows.cpp....
2013-09-07 Tobias GrosserScopInfo: Correctly handle true/false conditions
2013-09-07 Akira Hatanaka[mips] Fix typos.
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-09-07 Akira Hatanaka[mips] Place parentheses around && to silence warning.
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-09-07 Akira Hatanaka[mips] Add definition of instruction "drotr32" (double...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-07 Akira Hatanaka[mips] Use uimm5 and uimm6 instead of shamt and imm...
2013-09-06 Manman RenDebug Info: pass in VTableHolder as DIType instead...
next