platform/upstream/llvm.git
2012-11-16 Eric ChristopherAdd some basic support for the fission addr forms to...
2012-11-16 Chad RosierTypo.
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for mingw32 (hopefu...
2012-11-16 Filipe CabecinhasFix expected error message in test.
2012-11-16 Eric ChristopherAdd constant definitions for fission dwarf attributes...
2012-11-16 Bill WendlingRevert r167799. It's not really correct, and it doesn...
2012-11-16 Chad RosierClaim the driver.
2012-11-16 Dmitri GribenkoTestcase overriding-ftemplate-comments.cpp: use [[...
2012-11-16 Chad Rosier[driver] Add the missing TY_PP_ObjCXX_Alias case to...
2012-11-16 Benjamin KramerRemove default public copy ctors.
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for ARM (hopefully...
2012-11-16 Howard Hinnantistreambuf_iterator increment should call sbumpc instea...
2012-11-16 Jakub StaszakRemove trailing spaces.
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-16 Dmitri GribenkoStmtDumper: remove incomplete support for limiting...
2012-11-16 Greg Clayton<rdar://problem/12238339>
2012-11-16 Greg ClaytonFix lldb to compile with top of tree LLVM/clang.
2012-11-16 Andrew TrickUse array_pod_sort instead of std::sort.
2012-11-16 Andrew Tricktypo
2012-11-16 Richard OsborneAdd myself as owner of XCore Backend.
2012-11-16 Anton KorobeynikovMake sure FABS on v2f32 and v4f32 is legal on ARM NEON
2012-11-16 Richard OsborneFix handling of aliases to functions.
2012-11-16 Justin Holewinski[NVPTX] Order global variables in def-use order before...
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-16 Duncan SandsMake this easier to understand, as suggested by Chandler.
2012-11-16 Hemant KulkarniAdded program header emission
2012-11-16 Craig TopperRemove conditions from 'else if' that were guaranteed...
2012-11-16 Greg Clayton<rdar://problem/12712928>
2012-11-16 Will SchmidtReleaseNotes.html updates reflecting PPC64 Elf Linux...
2012-11-16 Duncan SandsInstructionSimplify should be able to simplify A+B...
2012-11-16 Joe AbbeyUsing const cast to alleviate a warning.
2012-11-16 Daniel MaleaUpdate RecordingMemoryManager as per change to RuntimeD...
2012-11-16 Craig TopperFactor out the final FADD that's common to multiple...
2012-11-16 Chris Lattnermove irrelevant attribution.
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-16 Andrew KaylorAdding new tests to test lli's pseudo-remote feature...
2012-11-16 Craig TopperFinally add myself to the credits.
2012-11-16 Daniel JasperFix partial-match-bind-behavior with forEachDescendant...
2012-11-16 Hans WennborgSimplifyCFG: Don't assume non-null ScalarTargetTransfor...
2012-11-16 Jordan Rose[analyzer] SATestBuild.py: fix broken string concatenation
2012-11-16 Benjamin KramerWork around a layering violation from Target to CodeGen.
2012-11-16 Benjamin KramerMake libASTMatchers link its dependencies. libRewriteFr...
2012-11-16 NAKAMURA Takumillvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu...
2012-11-16 Alexey Samsonovubsan: fix broken test case by using brand new [[@LINE...
2012-11-16 Alexey SamsonovUBSan: enable CMake build on Darwin. Fix two failing...
2012-11-16 Alexey SamsonovUBSan: enable proper linking with UBsan runtime on...
2012-11-16 Alexey SamsonovUBSan: fix support on Darwin in 'make' build system...
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
2012-11-16 Chandler CarruthUpdate credits file regarding SROA work... Also include...
2012-11-16 Chandler CarruthAdd myself as the code owner for a bunch of stuff.
2012-11-16 Dmitry Vyukovasan: sync with gcc r193553
2012-11-16 Alexey Samsonov[TSan] use explicit ctor for BlockingCall
2012-11-16 Amara EmersonAdd MCJIT test case for running global constructors.
2012-11-16 Amara EmersonAdd R_ARM_TARGET1 relocation to MCJIT and ensure that...
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-16 Alexey Samsonov[TSan] use llvm-symbolizer to run tsan tests
2012-11-16 Nick LewyckyStore this Decl* as a Decl* instead of a uintptr_t...
2012-11-16 Alexey Samsonov[DebugInfo] Generate address ranges for compile units...
2012-11-16 Craig TopperFactor some common code to reduce compile size.
2012-11-16 Nadav RotemLoopVectorize: Division reductions generate incorrect...
2012-11-16 Craig TopperUse roundps/pd for llvm.ceil, llvm.trunc, llvm.rint...
2012-11-16 Jason MolendaChange RegisterContextLLDB's unwind logging to report...
2012-11-16 Craig TopperFix typo in a comment.
2012-11-16 NAKAMURA Takumiclang/unittests: Fixup corresponding to Doug's r168136.
2012-11-16 Douglas GregorSince CreateTargetInfo is taking ownership of the targe...
2012-11-16 Douglas GregorRemove unused diagnostics
2012-11-16 NAKAMURA TakumiRevert r168132, "clang/test/lit.cfg: Suppress the featu...
2012-11-16 Argyrios Kyrtzidis[libclang] When caching code-completion results, pass...
2012-11-16 NAKAMURA Takumiclang/test/lit.cfg: Suppress the feature 'dev-fd-fs...
2012-11-16 Akira Hatanaka[mips] Fix delay slot filler so that instructions with...
2012-11-16 Daniel DunbarCPP Output: Do not emit an enter file marker for the...
2012-11-16 Richard TrieuTake into account the zero sign bit for positive number...
2012-11-16 Matt Beaumont-GayFix PR14321, a crash when Clang is built with GCC 4...
2012-11-16 Jason MolendaA change in how we search for saved register values...
2012-11-16 Michael IlsemanRemove trailing whitespace
2012-11-16 Richard SmithA step towards sorting out handling of triviality of...
2012-11-16 Argyrios KyrtzidisMention the lldb formatters in the clang wiki under...
2012-11-16 Argyrios Kyrtzidis[ClangDataFormat.py] Add summary for QualType.
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Eli BenderskyAdd some tests for the FileCheck utility.
2012-11-15 Eli FriedmanMake sure CodeGenTypes correctly reconverts function...
2012-11-15 Galina KistanovaAdded myself as owner of LLVM Buildbot.
2012-11-15 Eric ChristopherClarify.
2012-11-15 Owen AndersonClaim ownership of everyone's favorite part of the...
2012-11-15 Richard SmithPR9903: Recover from a member functon declared with...
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
2012-11-15 Jim InghamDon't lock the thread list during ThreadList::ShouldSto...
2012-11-15 Anna Zaks[analyzer] CmpRuns: move the clang_version info into...
2012-11-15 Eric ChristopherMore ownership, no one likes these things anyways.
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-11-15 Nadav RotemUpdate the code ownership.
2012-11-15 Dmitri GribenkoComment to XML conversion test: correct filename.
2012-11-15 Jordan Rose[analyzer] SATestBuild.py: correctly add -j option...
2012-11-15 Dmitri GribenkoSplit annotate-comments.cpp into a fragile (that uses...
2012-11-15 Daniel Dunbartests: Mark the /dev/fd test as requiring Darwin until...
2012-11-15 Jyotsna VermaFix typo.
2012-11-15 Sebastian Popautoconf: isl depends on gmp include files
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-11-15 Joel JonesAdd description of how to build docs
2012-11-15 Argyrios Kyrtzidis[utils/ClangDataFormat.py] For invalid source locations...
next