platform/upstream/llvm.git
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
2014-03-31 Alexey VolkovAdded _rdtsc intrinsics by Robert Khasanov
2014-03-31 Alexey SamsonovTry to fix MSan bootstrap bot: make ARM64Disassembler...
2014-03-31 Yaron KerenCorrect OS conditionals following r204977 and r204978.
2014-03-31 Dmitri GribenkoRemove unused variable
2014-03-31 Kostya Serebryany[sanitizer] speed up the bitvector-based deadlock detec...
2014-03-31 Tim NorthoverARM64: remove currently trivial switch statement
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-31 Craig TopperMark a couple of the X86 target classes as final. Allow...
2014-03-31 Alexey Bataev[OPENMP] Implemented 'copyin' clause
2014-03-31 Shankar Easwaran[core] support .gnu.linkonce sections
2014-03-31 NAKAMURA TakumiARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]
2014-03-31 Chandler Carruth[ARM64] Fix materialization of an fp128 zero immediate...
2014-03-30 Nico WeberAdd documentation for the pcs attribute, based on r1295...
2014-03-30 Adam Nemet[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
2014-03-30 Tim NorthoverRTTI: refactor the uniqueness question into CGCXXABI.
2014-03-30 Stepan DyatkovskiyPR18929:
2014-03-30 David MajnemerMS ABI: Correct typo in mangleStringLiteral
2014-03-30 David MajnemerMS ABI: Simplify mangleTemplateArgs
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-30 NAKAMURA Takumiclang/test/Preprocessor/headermap-rel2.c: Recognize...
2014-03-30 Tim NorthoverUse defined(__APPLE__) rather than __APPLE__
2014-03-30 Chandler CarruthForce a header file input to the headermap test to...
2014-03-30 NAKAMURA Takumillvm/test/MC/ELF/nocompression.s: Loosen an expression...
2014-03-30 Chandler Carruth[ARM64] Use %clang_cc1 consistently in the new arm64...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-30 Hal Finkel[PowerPC] Make -pg generate calls to _mcount not mcount
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Remove forward declarations of BumpPtrAlloc...
2014-03-30 Chandler Carruth[Allocator] Simplify unittests by using the default...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-30 Tim NorthoverARM64: compare RTTI names as strings
2014-03-30 Tim NorthoverARM64: use the alternate string layout on Apple platforms.
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
2014-03-30 Guillaume Papinclang-modernize: fix invalid assignment in findClangApp...
2014-03-30 Chandler Carruth[ARM64] Fix a heap-use-after-free spotted by ASan.
2014-03-30 Tim NorthoverARM64: uncopy/paste helper function
2014-03-30 Tim NorthoverARM64: remove unused variables
2014-03-30 Tim NorthoverARM64: remove -m32/-m64 mapping with ARM.
2014-03-30 Tim NorthoverARM64: override all the things.
2014-03-30 Saleem AbdulrasoolSupport: correct Windows normalisation
2014-03-30 David MajnemerSema: Implement DR317
2014-03-30 David MajnemerMS ABI: Simplify MangleByte
2014-03-30 Richard SmithTests for dr475-dr500.
2014-03-30 NAKAMURA TakumiSuppress llvm/test/CodeGen/ARM64 for targeting pecoff...
2014-03-30 NAKAMURA Takumillvm/test/Transforms/LoopStrengthReduce/ARM64/lsr-...
2014-03-30 NAKAMURA TakumiX86Subtarget.h: isTargetWindows() should tell whether...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-30 Lang Hames[PBQP] Move invalid graph nodeId/edgeId methods into...
2014-03-30 Rafael EspindolaAdd a missing break.
2014-03-30 Saleem AbdulrasoolSupport: normalize the default triple on Unix
2014-03-30 Rafael EspindolaRemove dead declarations.
2014-03-29 Benjamin KramerRemove outdated comment.
2014-03-29 Dmitri GribenkoFix a few -Wdocumentation warnings
2014-03-29 Jason MolendaInclude string.h for memset() prototype. Thanks Dmitri.
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Jason Molendalldb arm64 import.
2014-03-29 Benjamin KramerARM64: Remove unused helper function, make others static.
2014-03-29 Tim NorthoverInstall: add arm_neon.h header back
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverTableGen: don't save a StringRef to a local std::string.
2014-03-29 Benjamin KramerAvoid storing Twines.
2014-03-29 Benjamin KramerAvoid a local Twine variable.
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Tim NorthoverARM64: format register strings without creating a local...
2014-03-29 Tim NorthoverARM64: Fix GCC warning in CGBuiltin.cpp
2014-03-29 Tim NorthoverRemove stray references to aarch64_simd.h
2014-03-29 Logan Chienllvm-mc: Fix build breakage caused by r205050.
2014-03-29 Tim NorthoverCodeGen: Allow different RTTI emission strategies
2014-03-29 Tim NorthoverARM64: initial clang support commit.
2014-03-29 David MajnemerCodeGen: Don't crash when replacing functions
2014-03-29 Tim NorthoverARM64: parametrise IVar offset type (long on ARM64...
2014-03-29 Tim NorthoverObjC: allow targets to decide when to use stret for...
2014-03-29 Hal Finkel[PowerPC] VSX instruction latency corrections
2014-03-29 Tim NorthoverDriver: implement addClangWarningOptions
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Tim NorthoverARM64: use 64-bit constant even on 32-bit machines
2014-03-29 Tim NorthoverARM64: change format specifier to work on 32-bit targets
2014-03-29 Chandler Carruth[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverTableGen: avoid dereferencing nullptr variable
2014-03-29 Tim NorthoverCodeGen: add sensible defaults for the ISD::FROUND...
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: actually set linker-private prefix at MC level.
2014-03-29 Jason MolendaLink against the zlib solib, required to build against...
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Tim NorthoverMake GetCPISymbol a virtual method.
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-29 Rafael EspindolaForgot to replace a %t1 in the previous commit.
2014-03-29 Rafael EspindolaCheck in binaries to avoid dependency on broken llvm...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-29 Ted Kremenek[-Wunreachable-code] Expand paren-suppression heuristic...
2014-03-29 Argyrios Kyrtzidis[test] Add a triple to the test.
2014-03-29 Argyrios Kyrtzidis[test] Add a RUN line to get a hint on why the test...
2014-03-29 Argyrios Kyrtzidis[HeaderSearch] Make sure we clear the mapped name from...
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
next