platform/upstream/llvm.git
2013-08-20 Michael Gottesman[autotools->cmake] Added support for building clang...
2013-08-20 Craig TopperChange 'avx512' to 'avx-512' to match llvm backend.
2013-08-20 Michael GottesmanRemove unused variables that crept in.
2013-08-20 Michael Gottesman[autotools->cmake] Move add_subdirectory(test) inside...
2013-08-20 Michael Gottesman[autotools->cmake] Added support for creating the clang...
2013-08-20 Craig TopperAdd AVX-512 feature flag and knl cpu to clang.
2013-08-20 Craig TopperRevert r188756 because some other changes snuck in...
2013-08-20 Craig TopperAdd AVX-512 feature flag and knl cpu to clang.
2013-08-20 Michael GottesmanTeach selectiondag how to handle the stackprotectorchec...
2013-08-20 Craig TopperFix formatting. No functional change.
2013-08-20 Craig TopperAdd AVX-512 and related features to the CPUID detection...
2013-08-20 Craig TopperMove AVX and non-AVX replication inside a couple multic...
2013-08-20 Craig TopperAdd an error check for a typo I accidentally made in...
2013-08-20 Bill Schmidt[PowerPC] More refactoring prior to real PPC emitProlog...
2013-08-20 Andrew KaylorMarking MCJIT PIC tests as XFAIL on AArch64
2013-08-20 David BlaikieRevert "Revert "Revert "Revert "DebugInfo: Omit debug...
2013-08-20 Venkatraman... [Sparc] Use HWEncoding instead of unused Num field...
2013-08-20 Eli FriedmanFix name lookup with dependent using decls.
2013-08-20 Andrew KaylorFixing XPASSes among MCJIT PIC test on i686
2013-08-20 Andrew KaylorSecond attempt to mark Large/PIC MCJIT test as XFAIL...
2013-08-20 Andrew KaylorMarking two MCJIT PIC tests as XFAIL on Darwin
2013-08-20 Fariborz JahanianObjectiveC migrator: More work towards
2013-08-19 Reid Klecknerclang-cl: Ignore the /wd n flag for disabling a warning
2013-08-19 Jordan Rose[analyzer] Note that deadcode.UnmodifiedVariable would...
2013-08-19 Andrew KaylorTrying again with PIC tests for MCJIT
2013-08-19 Reid Klecknerclang-cl: Add /MP[n] to the list of unsupported and...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Hal FinkelDon't form PPC CTR-based loops around a copysignl call
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Peter CollingbourneIntroduce non-const overloads for GlobalAlias::{get...
2013-08-19 Juergen RibutzkaFix last commit.
2013-08-19 Jakub StaszakUse pop_back_val() instead of both back() and pop_back().
2013-08-19 Juergen RibutzkaSimplify code by using CreateMemTemp. No functional...
2013-08-19 Matt ArsenaultTeach InstCombine visitGetElementPtr about address...
2013-08-19 Matt ArsenaultCleanup visitGetElementPtr to make address space change...
2013-08-19 Matt ArsenaultcommonPointerCast cleanups to make address space change...
2013-08-19 Eli FriedmanHandle init lists and _Atomic fields.
2013-08-19 Jakub StaszakMake sure that pop_back_val() result is used.
2013-08-19 Richard SmithPR16727: don't try to evaluate a potentially value...
2013-08-19 Andrew KaylorReverting r188709 until I can figure out the proper...
2013-08-19 Fariborz JahanianObjectiveC migrator: Start inserting
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-19 Howard HinnantG M: minor fix to silence warning in cmake version...
2013-08-19 Eric ChristopherUse less verbose code and update comments.
2013-08-19 Matt ArsenaultRevert non-test parts of r188507
2013-08-19 Andrew KaylorAdding tests for PIC with MCJIT
2013-08-19 Eric ChristopherTurn on pubnames by default on linux.
2013-08-19 David BlaikiePR16933: Don't try to codegen things after we've seen...
2013-08-19 Jason MolendaChange the sidebar to link directly to the C++ API...
2013-08-19 Robert Wilhelmconst'ify Sema::ActOnCompoundStmt by
2013-08-19 Jason MolendaMake the link to the Python API docs more explicit...
2013-08-19 Jason MolendaMake it explicit what "API Documentation" is documentin...
2013-08-19 Reid KlecknerSuppress an annoying CMake warning in ChooseMSVCCRT...
2013-08-19 Bob WilsonBump the value of the __APPLE_CC__ predefined macro...
2013-08-19 Paul RedmondImprove the widening of integral binary vector operations
2013-08-19 Richard MittonFixed DataExtractor to correctly display Intel extended...
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-19 Fariborz JahanianObjectiveC migrator. Start auditing CF functions
2013-08-19 Akira Hatanaka[mips] Fix instruction definitions that were incorrectl...
2013-08-19 Jakub StaszakAdd definition of __warn_unused_result__ attribute...
2013-08-19 Peter CollingbourneIntroduce SpecialCaseList::isIn overload for GlobalAliases.
2013-08-19 Michael GottesmanRevert "Revert "Revert "DebugInfo: Omit debug info...
2013-08-19 David BlaikieSimplify assert-neutral matching in test case.
2013-08-19 Hans Wennborgclang-cl: Expose the -Xclang option
2013-08-19 Aaron WatryAdd mul_hi implementation [v2]
2013-08-19 Jordan Rose[analyzer] Add a triple to test/Analysis/cfg.cpp
2013-08-19 Jordan Rose[analyzer] Don't run unreachable code checker on inline...
2013-08-19 Jordan Rose[analyzer] Add "unmodified variable" checker to the...
2013-08-19 Jordan Rose[analyzer] Assume that strings are no longer than SIZE_...
2013-08-19 Jordan RoseOmit arguments of __builtin_object_size from the CFG.
2013-08-19 Dmitri GribenkoUse cstdio instead of stdio.h
2013-08-19 Pavel Labath[analyzer] Fix inefficiency in dead symbol removal
2013-08-19 Mihai PopaThumb2 add immediate alias for SP
2013-08-19 Alexey SamsonovRe-apply r188666
2013-08-19 Alexey SamsonovAdd dependencies on TransformUtils library in preparati...
2013-08-19 Elena DemikhovskyAVX-512: added arithmetic and logical operations.
2013-08-19 Alexey SamsonovFix -Wcovered-switch-default warning from r188664
2013-08-19 Richard Sandiford[SystemZ] Add negative integer absolute (load negative)
2013-08-19 Richard Sandiford[SystemZ] Add integer absolute (load positive)
2013-08-19 Richard Sandiford[SystemZ] Add support for sibling calls
2013-08-19 NAKAMURA Takumiclang/Driver: [PR12920] Don't forward any -W arguments...
2013-08-19 Alexey SamsonovRevert r188666: it breaks the buildbots
2013-08-19 Alexey SamsonovFix PR16768: properly report malformed sanitizer blackl...
2013-08-19 Daniel Jasperclang-format: Fix return type line break decision.
2013-08-19 Robert LyttonXCore target: Add target specific EmitVAArg
2013-08-19 Robert LyttonXCore target: correct test layout
2013-08-19 Alexey SamsonovExplicitly specify triple in driver test from r188660
2013-08-19 NAKAMURA Takumiclang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak...
2013-08-19 Alexey SamsonovMove SanitizerArgs to the clang Driver
2013-08-19 Robert WilhelmOmit llvm:: before makeArrayRef. We have using directiv...
2013-08-19 Dmitri GribenkoComment parsing tests: move tests where they belong
2013-08-19 Dmitri GribenkoComment parsing tests: move tests where they belong
2013-08-19 Michael KupersteinAdds missing TLI check for library simplification of
2013-08-19 Hal FinkelAdd ExpandFloatOp_FCOPYSIGN to handle ppcf128-related...
2013-08-19 Elena DemikhovskyAVX-512: compiler intrinsics
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-08-19 Craig TopperFix indentation. No functional change.
2013-08-19 David BlaikieDebugInfo: Do not include line/file info for artificial...
2013-08-19 David Blaikiellvm-dwarfdump: Do not include address offsets for...
2013-08-19 David BlaikieDebugInfo: don't emit zero-length names for parameters
next