platform/upstream/llvm.git
2014-02-18 Evgeniy Stepanov[asan] Fix one test on OSX.
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-18 Robert LyttonXCore target: addMemOperand as necessary
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-02-18 Tim NorthoverDarwin builds: handle different possible form for SDKROOT.
2014-02-18 Tim NorthoverGlobalMerge: move "-global-merge" option to the pass...
2014-02-18 Tim NorthoverX86: use vpsllvd (& friends) for 16-bit shifts on Haswell
2014-02-18 Evgeniy Stepanov[asan] Override default sigaltstack setting on Android.
2014-02-18 Alexey Samsonov[CMake] Add top-level target for each compiler-rt libra...
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-18 Kostya Serebryany[tsan] one more lit test for deadlock detector; more...
2014-02-18 Alexey SamsonovSimplify lit test configs for LSan and UBSan by using...
2014-02-18 Alexey SamsonovDrop test/asan/GenericConfig directory
2014-02-18 Craig TopperAdd PS prefix to some classes I missed in r201538.
2014-02-18 Craig TopperAdd a bunch of OpSize32 tags to 64-bit mode only instru...
2014-02-18 Alexey Samsonov[CMake] Check for -fPIE and -ffreestanding flags for...
2014-02-18 Evgeniy Stepanov[asan] Replace rand_r with rand in test.
2014-02-18 Alexey Samsonov[CMake] Simplify setting compile flag disabling RTTI
2014-02-18 Elena DemikhovskyAVX-512: Fixed size of mask registers
2014-02-18 Evgeniy Stepanov[asan] Make __cxa_demangle non-weak symbol on Android.
2014-02-18 Alexey SamsonovRemove debug print
2014-02-18 Alexey Samsonov[CMake] Simplify code for detecting/setting compiler...
2014-02-18 Richard SmithPR18876: The special-case rule that ignores the destruc...
2014-02-18 Jiangning LiuFix a typo about lowering AArch64 va_copy.
2014-02-18 Richard SmithFix a non-error diagnostic that had an err_ name. Also...
2014-02-18 Sean CallananProperly report when a struct is anonymous.
2014-02-18 Craig TopperAdd an x86 prefix encoding for instructions that would...
2014-02-17 Richard SmithPR18839: 'extern "C++"' also adds an implicit 'extern...
2014-02-17 Richard SmithPR18870: Parse language linkage specifiers properly...
2014-02-17 Duncan P. N... PGO: llvm-profdata: tool for merging profiles
2014-02-17 Marshall ClowImplement LWG Issue 2346: integral_constant's member...
2014-02-17 Anders CarlssonDemangle Dc to decltype(auto) as per the Itanium C...
2014-02-17 Richard SmithPR18855: Add support for UCNs and UTF-8 encoding within...
2014-02-17 Kevin EnderbyFix the arm assembler so that this malformed instruction:
2014-02-17 Anders WaldenborgAdd support for assigning to . in AsmParser.
2014-02-17 Bob WilsonChange PGO instrumentation to compute counts in a separ...
2014-02-17 Bob WilsonSome nitpicky comment fixes for "i.e." and "e.g." abbre...
2014-02-17 Bob WilsonFix some minor whitespace issues.
2014-02-17 Anton Yartsev[analyzer] Improved checker naming in CFG dump.
2014-02-17 Aaron BallmanForcing it to be an error when there is no Documentatio...
2014-02-17 Deepak PanickalReplaced custom variable arguments to standard library...
2014-02-17 Deepak PanickalFix Windows build, broken by the inclusion of sys/ioctl...
2014-02-17 Deepak PanickalFix the LLDB prompt for older Editline versions, specif...
2014-02-17 Adrian PrantlRevert "Debug info: Make DWARF4 the default for Darwin...
2014-02-17 Deepak PanickalRemove nativecodegen as it forces the native target...
2014-02-17 Aaron BallmanThe default assignment operator could not be generated...
2014-02-17 Aaron BallmanRemoving a C++11'ism to also fix the build bots.
2014-02-17 Aaron BallmanFixing build bot breakage due to using a local type...
2014-02-17 Aaron BallmanImplements a declarative approach to documenting indivi...
2014-02-17 Kostya Serebryany[sanitizer] add tests for DeadlockDetector, minor fix...
2014-02-17 Alexey SamsonovSimplify defining Clang compile flags in lit configs
2014-02-17 Patrik HagglundFix gcc warning about C++ style comments.
2014-02-17 Evgeniy Stepanov[asan] Add a test for stack unwinding in new and delete.
2014-02-17 Evgeniy StepanovUpdate license.txt to point to the new code in third_pa...
2014-02-17 Kostya Serebryany[sanitizer] implement node removal in Deadlock graph
2014-02-17 Tim NorthoverDarwin: remove buggy assertion
2014-02-17 Craig TopperFix diassembler handling of rex.b when mod=00/01/10...
2014-02-17 Alexey Samsonov[compiler-rt] Fix CompilerTargetTriple for non-English...
2014-02-17 Kostya Serebryany[sanitizer] simplify DeadlockDetectorTLS
2014-02-17 Daniel Jasperclang-format: Don't wrap "const" etc. of function decla...
2014-02-17 Kostya Serebryany[sanitizer] add one more test for deadlock detection...
2014-02-17 Elena DemikhovskyAVX-512: implemented zext fron i1 to i16
2014-02-17 Gerolf Hoflehnerfix for null VectorizedValue assertion in the SLP Vecto...
2014-02-17 Saleem AbdulrasoolMCAsmParser: add some mixed argument tests
2014-02-17 Saleem AbdulrasoolMCAsmParser: better handling for named arguments
2014-02-16 Mark SeabornUse 16 byte stack alignment for NaCl on ARM
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-16 Rafael EspindolaRemove dead code, we already require cmake 2.8.8.
2014-02-16 Rafael EspindolaRemove unnecessary typename.
2014-02-16 Nico RieckFix more broken CHECK lines
2014-02-16 Nico RieckAdd extra CHECK prefix to tests with explicit prefix
2014-02-16 Nico RieckActually call FileCheck in tests
2014-02-16 NAKAMURA Takumillvmbuild: Exclude disabled targets from LLVMExports...
2014-02-16 NAKAMURA TakumiLLVMExports.cmake: Add System libs $(LIBS) to LLVMSuppo...
2014-02-16 NAKAMURA TakumiLLVMExports.cmake: Exclude gtest since they are not...
2014-02-16 Elena DemikhovskyAVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp...
2014-02-16 Gerolf Hoflehnerfixed typo in comment as my test commit
2014-02-16 NAKAMURA Takumiclang/unittests/AST,ASTMatchers: Remove _MSC_VER.
2014-02-16 NAKAMURA Takumicheck-clang: Introduce the feature "non-ms-sdk" to...
2014-02-16 NAKAMURA Takumicheck-clang: Introduce the feature "dw2" to suppress...
2014-02-16 NAKAMURA TakumiIntroduce the feature "can-remove-opened-file" to suppr...
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-16 Nico RieckUse -target instead of ignored -arch to fix x86_64...
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-16 Nico RieckRemove useless XPASS
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-16 Nico RieckFileCheck's -LABEL cannot be combined with -NOT or...
2014-02-16 Nico RieckFix broken RUN lines
2014-02-16 Saleem AbdulrasoolMCAsmParser: relax declaration parsing
2014-02-16 Ed Masteelf-core: Plug latent memory leak
2014-02-16 Marshall ClowRemove tabs that crept in during an earlier refactoring...
2014-02-16 Saleem AbdulrasoolARM IAS: (partially) support .arch_extension directive
2014-02-15 David BlaikieDebugInfo: imported_decl/using declarations at namespac...
2014-02-15 David BlaikieDebugInfo: Deduplicate entries in the fission address...
2014-02-15 Argyrios Kyrtzidis[Sema] Fix assertion hit while trying to do constant...
2014-02-15 David BlaikieDwarfDebug: Remove dead code.
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 Nico RieckCleanup docs about lit substitutions
2014-02-15 Craig TopperAdd opcode extension forms of MOV8ri/MOV16ri/MOV32ri.
next