platform/upstream/llvm.git
2014-12-02 Sanjay Patelfix typo in comment
2014-12-02 Tim NorthoverAArch64: make register block rules apply to vector...
2014-12-02 Tom StellardR600/SI: Set the ATC bit on all resource descriptors...
2014-12-02 Tom StellardTriple: Add AMDHSA operating system type
2014-12-02 Anton KorobeynikovFix invalid calling convention used for libcalls on...
2014-12-02 Viktor Kutuzov[Tsan] Fix the atomic_race.cc test to pass on systems...
2014-12-02 Viktor Kutuzov[Tsan] Do not flush all streams on exit
2014-12-02 Serge PavlovReverted r223114, it caused failure on on clang-native...
2014-12-02 Bruno Cardoso... [LICM] Avoind store sinking if no preheader is available
2014-12-02 Daniel Jasperclang-format: Escape '*' in generated flag documentation.
2014-12-02 Daniel Jasperclang-format: Add option to suppress operator alignment.
2014-12-02 Justin Holewinski[NVPTX] Fix type error for some builtins in BuiltinsNVP...
2014-12-02 Asiri RathnayakeRemove unused function.
2014-12-02 Serge PavlovEmit warning if define or undef reserved identifier...
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-12-02 Will NewtonAdd ARM relocations to ELFYAML
2014-12-02 Daniel Jasperclang-format: precedence-based indentation when breakin...
2014-12-02 Charlie TurnerEmit Tag_ABI_FP_denormal correctly in fast-math mode.
2014-12-02 Sonam Kumari[signext.ll] Removal Of Duplicate Test Cases
2014-12-02 Bob WilsonRe-apply "Revert r166370 and r166540 now that Xcode...
2014-12-02 NAKAMURA Takumiclang/test/Modules/malformed.cpp REQUIRES shell due...
2014-12-02 Hans WennborgCMake: make the regexes used for setting HOST_LINK_VERS...
2014-12-02 Hans WennborgTry to fix the MSVC build.
2014-12-02 Nick Kledzik[mach-o] Fix TrieEdge leak
2014-12-02 Nick Kledzik[mach-o] add support for arm64 compact unwind info
2014-12-02 Chandler CarruthRely on fewer features of the 'env' command. Darwin...
2014-12-02 Nick LewyckyFix variable used only in assertion.
2014-12-02 Chandler CarruthAdd a test that ensures the Clang driver behaves itself...
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-12-02 Richard SmithUpdate and simplify to match Clang r223095.
2014-12-02 Bob WilsonRemove special case for aarch64 static vs. PIC code...
2014-12-02 Jason MolendaFix the behavior of ${current-pc-arrow} in the default...
2014-12-02 Richard Smith[modules] Track how 'header' directives were written...
2014-12-01 Alexey SamsonovAdd override specifiers to Symbolizer methods. NFC.
2014-12-01 Hal FinkelSimplify pointer comparisons involving memory allocatio...
2014-12-01 Philip ReamesTry to fix a bot failure due to a variable used only...
2014-12-01 Oleksiy VyalovFix several test failures on Linux/FreeBSD caused by...
2014-12-01 Nikola SmiljanicPerform correct lookup when '__super' is used in class...
2014-12-01 Zachary TurnerEnable enabling and disabling breakpoints on Windows.
2014-12-01 Zachary TurnerLink test executables with LLD on Windows.
2014-12-01 Zachary TurnerOnly normalize FileSpec paths *after* resolving them.
2014-12-01 Zachary TurnerMake -fuse-ld=lld work properly on Windows.
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-12-01 Enrico GranataThe register keyword is deprecated in C++11, so clang...
2014-12-01 Greg Claytonlldb can deadlock when launched with an non-existing...
2014-12-01 Greg ClaytonAdded a new regular expression to the "_regexp-break...
2014-12-01 Vince HarronAdded StringExtractor::DecodeHexU8 && GetHexBytesAvail
2014-12-01 Vince HarronStringExtractor unit tests
2014-12-01 Reid KlecknerUse nullptr to silence -Wsentinel when self-hosting...
2014-12-01 Philip Reames[Statepoints 1/4] Statepoint infrastructure for garbage...
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-12-01 Ahmed Bougacha[AArch64] Don't combine "select (setcc i1 LHS, RHS...
2014-12-01 Ahmed Bougacha[AArch64] Fix v2i8->i16 bitcast legalization.
2014-12-01 Shankar Easwaran[Core] Remove function to not override RoundTripPasses.
2014-12-01 Peter Zotov[OCaml] Move Llvm.clone_module to its own Llvm_transfor...
2014-12-01 Peter Zotov[OCaml] [cmake] Add CMake buildsystem for OCaml.
2014-12-01 JF Bastienlibc++: add NaCl and PNaCl support for std::random_device
2014-12-01 Rafael EspindolaUse a continue to reduce indentation and clang-format...
2014-12-01 Rafael EspindolaUse a range loop. NFC.
2014-12-01 Richard SmithAdd missing 'break's, found by inspection. No functiona...
2014-12-01 Pete CooperUse C++ typed enums instead of 'unsigned char' for...
2014-12-01 Ahmed Bougacha[MachineVerifier] Accept a MBB with a single landing...
2014-12-01 Rafael EspindolaDrop SrcStructTypesSet. It is redundant.
2014-12-01 Nico WeberAdd a test for devirtualization of virtual operator...
2014-12-01 Tim NorthoverARM: lower tail calls correctly when using GHC calling...
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2014-12-01 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2014-12-01 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-01 Matt ArsenaultUpdate R600 address space map to include generic
2014-12-01 Rafael EspindolaPartial revert of r222986.
2014-12-01 Matt ArsenaultR600/SI: Various instruction format bit test cleanups
2014-12-01 Samuel BenzaquenMake the function pointer a template argument instead...
2014-12-01 Alexey Bataev[OPENMP] Formating and code improvement for codegen...
2014-12-01 Vladimir MedicThe andi16, addiusp and jraddiusp micromips instruction...
2014-12-01 Evgeniy Stepanov[msan] Add compile-time checks for missing origins.
2014-12-01 Jay Foad[PowerPC] Fix unwind info with dynamic stack realignment
2014-12-01 Arnaud A. de... Revert "Remove threshold for lifetime marker insertion...
2014-12-01 Sonam KumariRemoved extra whitespace. (Testing commit access)....
2014-12-01 Arnaud A. de... Remove threshold for lifetime marker insertion of named...
2014-12-01 Charlie TurnerAdd post-decode checking of HVC instruction.
2014-12-01 Yury Gribov[asan] Change dynamic alloca instrumentation to only...
2014-12-01 Charlie TurnerAdd Thumb HVC and ERET virtualisation extension instruc...
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-12-01 Akira HatanakaFix capitalization. NFC.
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-12-01 Rafael EspindolaChange how we keep track of which types are in the...
2014-12-01 Rafael EspindolaAdd a test showing what the linker IdentifiedStructType...
2014-12-01 Rafael EspindolaRelax an assert a bit to avoid a crash on unreachable...
2014-12-01 Shankar Easwaran[Core] Add flag to check if RoundTripPasses need to...
2014-11-30 Shankar Easwaran[ELF] Fix layout of output sections.
2014-11-30 Alexander Kornienko[clang-tidy] google-explicit-constructor: don't match...
2014-11-30 Tobias GrosserDrop unused enum value
2014-11-30 Tobias GrosserRemove Polly's IndVarSimplify pass
2014-11-30 Tobias GrosserRemove -polly-codegen-scev option and related code
2014-11-30 Tobias Grossercmake: Add polly libraries to LLVMExports
2014-11-30 Hal Finkel[PowerPC] Add asm support for cache-inhibited ld/st...
2014-11-30 Shankar Easwaran[ELF] Rename align2 to alignment.
2014-11-30 Shankar Easwaran[ELF] Fix creation of segments.
next