platform/upstream/llvm.git
2015-06-13 Sanjay Patelremove function names from comments and clean up; NFC
2015-06-13 Simon Pilgrim[SelectionDAG] Added assertions + UNDEF handling for...
2015-06-13 Sanjay Patelremove unnecessary casts; NFCI
2015-06-13 Simon Atanasyan[Mips] Support R_MIPS_PC16 relocation handling
2015-06-13 Simon Atanasyan[Mips] Use standard relocations R_MIPS_HI16/LO16 instea...
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Benjamin Kramer[LinkerTest] Don't leak error string.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-13 Eric FiselierCleanup result_of tests and fix issues with the C+...
2015-06-13 Eric FiselierRemove warnings about old CMake options
2015-06-13 Eric FiselierFix PR12999 - unordered_set::insert calls operator...
2015-06-13 Eric FiselierAdd `-verify-ignore-unexpected` option to ignore unexpe...
2015-06-13 Eric Fiselier[libcxx] Fix detection of __is_final.
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2015-06-13 Eric Fiselier[libcxx] Use __decltype instead of __typeof__
2015-06-13 Tom StellardAMDGPU: s/R600/AMDGPU/ in the Makefiles
2015-06-13 Tom Stellardconfigure: Remove non-portable fall-through operator: ;&
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-13 Hans WennborgRevert r239213: "clang-cl: Implement /GL in terms of...
2015-06-13 Eric FiselierMake __void_t unary and always provide it.
2015-06-13 Eric FiselierLWG2442: call_once() shouldn't DECAY_COPY(). Patch...
2015-06-13 Eric FiselierEnable __is_trivially* intrinsics for GCC 5.1
2015-06-13 Saleem Abdulrasooldocs: grammar adjustments in clang manpage
2015-06-13 Ahmed Bougacha[CodeGen] Don't evaluate immediate inlineasm arguments...
2015-06-13 Matt WalaRevert 239644.
2015-06-13 Eric FiselierRefactor is_member_function_pointer to use is_function...
2015-06-13 Eric FiselierPrevent dependancy on libatomic when using GCC to provi...
2015-06-12 Tim NorthoverAArch64: map bare-metal arm64-macho triple to MachO...
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-06-12 Lang Hames[Orc] Tidy up initialization based on review feedback...
2015-06-12 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-06-12 Alexey Samsonov[CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.
2015-06-12 Lang Hames[Orc] Tidy up the CompileOnDemand layer based on commit...
2015-06-12 Davide Italiano[COFF] Spell the namespace correctly.
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Hans Wennborg[ms] Don't try to delay lookup for failures in SFINAE...
2015-06-12 Alexey Samsonov[CGCall] Fix potential invalid iterator decrement in...
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-12 Yaron KerenRangify several for loops in ValueEnumerator constructor.
2015-06-12 Eric ChristopherQuote the user provided string in the warning message...
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Tim NorthoverDriver: only set -mlinker-version based on host if...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 Ahmed Bougacha[builtins] Hide long double fp_test.h helpers if it...
2015-06-12 David BlaikieRefix a use of explicit pointer types in GEP constant...
2015-06-12 Matt WalaFix a typo in a comment in MemCpyOpt (test commit)
2015-06-12 Yaron KerenRangify two for loops in BitcodeReader.cpp.
2015-06-12 Pete CooperRemove unnecessary MCExpr.h include from MCSymbol.h
2015-06-12 David Majnemer[MS ABI] Lock-in the derived memptr rep. for base-to...
2015-06-12 Pete CooperRemove a bunch of inline keywords from User. NFC.
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-12 Gabor BallabasAllow case-insensitive values for -mcpu for AArch64...
2015-06-12 Rafael EspindolaHave the ELF symbol predicates match more directly...
2015-06-12 Greg BedwellUse Clang version numbers for the Windows VERSIONINFO...
2015-06-12 Pete CooperDon't create instructions from ConstantExpr's in CFLAli...
2015-06-12 Simon Atanasyan[Mips] Handle TLS relocations in -static linking mode
2015-06-12 Simon Atanasyan[Mips] Define _gpxxx symbols in both static/dynamic...
2015-06-12 Simon Atanasyan[Mips] Setup EI_ABIVERSION flag
2015-06-12 Greg BedwellIn MSVC builds embed a VERSIONINFO resource in our...
2015-06-12 Luke CheesemanThis patch makes the NEON intrinsics vget_lane_f16...
2015-06-12 Sylvestre Ledruscan-build: Remove useless whitespace in File path
2015-06-12 Douglas KatzmanAllow ToolChain to decide if Clang is not the right...
2015-06-12 Benjamin Kramerpush_back() loop -> append() for random access iterators.
2015-06-12 Benjamin Kramer[clang-format] Use in-class initializers to simplify...
2015-06-12 Benjamin Kramer[clang-format] Reorder and pack ParenState members...
2015-06-12 Benjamin Kramer[clang-format] Hoist vector allocation out of loop...
2015-06-12 Rafael EspindolaRemove a hack that tries to align '*'.
2015-06-12 Rafael EspindolaDon't depend on the interleaving of stdout and stderr.
2015-06-12 Alexander Potapenko[ASan] format AddressSanitizer.cpp with `clang-format...
2015-06-12 Daniel Jasperclang-format: Always add space before lambda-{
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-12 Yaron KerenReplace duplicated iplist<T> types with the correspondi...
2015-06-12 Daniel Jasperclang-format: Understand C-style case in case label.
2015-06-12 Yaron KerenRangify for loops, NFC.
2015-06-12 Daniel Jasperclang-format: [JS] Support "export enum" declarations.
2015-06-12 Daniel Jasperclang-format: [JS] Add tests to ensure clang-format...
2015-06-12 Daniel Jasperclang-format: [JS] Fix regression caused by r239592.
2015-06-12 Daniel Jasperclang-format: [JS] fix incorrectly collapsed lines...
2015-06-12 Nico WeberWrap to 80 columns. No behavior change.
2015-06-12 Peter CollingbourneLowerBitSets: Give names to aliases of unnamed bitset...
2015-06-12 Teresa JohnsonRevert commit r239480 as it causes https://code.google...
2015-06-12 Teresa JohnsonRevert commit r239481 as it is dependent on reverted...
2015-06-12 Richard SmithAdd missing #include, found by modules build.
2015-06-12 Alexey Samsonov[SanitizerCoverage] Use llvm::getDISubprogram() to...
2015-06-12 Alexey Samsonov[GVN] Use a simpler form of IRBuilder constructor.
2015-06-12 Alexey Samsonov[GVN] Use IRBuilder more actively instead of creating...
2015-06-12 Eric ChristopherAdd a warning for unsupported elements of the target...
2015-06-12 Eric ChristopherHandle fpmath= in the target attribute.
2015-06-12 Eric ChristopherHandle -mno-<feature> in target attribute strings by...
2015-06-12 Eric ChristopherAdd support for tune= to the target attribute support...
next