platform/upstream/llvm.git
2013-06-27 Nadav RotemNo need to use a Set when a vector would do.
2013-06-27 Sean CallananRemove the process's reservation cache and don't
2013-06-27 Michael GottesmanRemoved two logging printf statements from the APFloat...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.multiply that...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.subtract that...
2013-06-26 Eli FriedmanSimplify code.
2013-06-26 Nadav RotemSLP: When searching for vectorization opportunities...
2013-06-26 Nadav RotemSLP: Dont erase instructions during vectorization becau...
2013-06-26 Eli FriedmanHandle all TemplateArguments in trivial TypeLocs.
2013-06-26 Michael GottesmanIn InstCombine{AddSub,MulDivRem} convert APFloat.isFini...
2013-06-26 Michael Gottesman[APFloat] Convert all references to fcNormal to referen...
2013-06-26 Richard SmithPR16467: Teach -Wunsequenced that in C11 (unlike C...
2013-06-26 Han Ming Ong<rdar://problem/14281898>
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Reid KlecknerFix a crash bug in dumping options with groups
2013-06-26 Stephen LinClarify and doxygen-ify comments
2013-06-26 David MajnemerSema: Small cleanup around TemplateParamListContext
2013-06-26 Greg ClaytonUpdate the platform options help strings.
2013-06-26 Greg ClaytonFixed the process_events.py example to be able to speci...
2013-06-26 Chad Rosier[Mips Disassembler] Have the DecodeCCRRegisterClass...
2013-06-26 Fariborz JahanianObjectiveC: diagnose duplicate declaration of
2013-06-26 Stephen LinARM: Proactively ensure that the LowerCallResult hack...
2013-06-26 Joerg SonnenbergerDon't use unnamed local enums as template arguments.
2013-06-26 Aaron BallmanThis patch fixes PR16395, when HandleMSProperty returns...
2013-06-26 David MajnemerAST: small cleanup to FriendObjectKind
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Rafael EspindolaSync file handling logic in RewriterTestContext.h and...
2013-06-26 Eli FriedmanRewrite record layout for ms_struct structs.
2013-06-26 Han Ming Ong<rdar://problem/14262854>
2013-06-26 Stephen LinMinor formatting fix to ARMBaseRegisterInfo::getCalleeS...
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Aaron BallmanUpdating the same comment in a different file, again...
2013-06-26 Aaron BallmanUpdating a link in the comments; no functional change.
2013-06-26 Akira Hatanaka[mips] Do not emit ".option pic0" if target is mips64.
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-26 Matt KopecRemove unneeded limbo state flag.
2013-06-26 Tom Stellardlibclc: Add assembly versions of vstore for global...
2013-06-26 Tom Stellardlibclc: Add assembly versions of vload for global int4...
2013-06-26 Tom Stellardlibclc: Initial vstore implementation
2013-06-26 Tom Stellardlibclc: Initial vload implementation
2013-06-26 Tom Stellardr600: Fix implementations of get_group_id.ll and get_lo...
2013-06-26 Tom Stellardlibclc: Implement clz() builtin
2013-06-26 Tom Stellardlibclc: Add clamp(vec, scalar, scalar) and max(vec...
2013-06-26 Tom Stellardlibclc: Implement the min(vec, scalar) version of the...
2013-06-26 Tom Stellardlibclc: implement initial version of min()
2013-06-26 Tom Stellardlibclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
2013-06-26 Tom StellardAdd a another TODO note.
2013-06-26 Tom StellardAdd a TODO note.
2013-06-26 Tom StellardSimplify rotate implementation a bit..
2013-06-26 Tom Stellardlibclc: implement rotate builtin
2013-06-26 Tom Stellardlibclc: Move max builtin to shared/
2013-06-26 Tom Stellardlibclc: Add clamp() builtin for integer/floating point
2013-06-26 Tom Stellardlibclc: Fix abs_diff builtin integer function
2013-06-26 Tom Stellardlibclc: Add max() builtin function
2013-06-26 Tom Stellardconfigure: Enable building separate libraries for targe...
2013-06-26 Tom Stellardconfigure: fix out-of-source build
2013-06-26 Tom StellardFix build with LLVM 3.3
2013-06-26 Tom StellardImplement ceil() builtin
2013-06-26 Tom StellardImplement fmax() and fmin() builtins
2013-06-26 Tom StellardRemove the static keyword from the _CLC_INLINE macro
2013-06-26 Tom StellardUse brackets around include files in length.cl and...
2013-06-26 Tom StellardFix typo in include/clc/geometric/length.inc
2013-06-26 Tom Stellardr600: Add overrides file
2013-06-26 Tom StellardAllow targets to override generic implementations
2013-06-26 Tom StellardMake libclc more Linux FHS conform.
2013-06-26 Tom StellardR600: Replace cl implementations with LLVM IR implement...
2013-06-26 Tom StellardPTX: move implementations of work-item and synchronisat...
2013-06-26 Tom StellardMove R600 headers into generic directory
2013-06-26 Tom Stellardr600: Add get_global_size() implementation
2013-06-26 Tom Stellardr600: Fix get_global_id implementation
2013-06-26 Tom Stellardr600: Initial support
2013-06-26 Michael Gottesman[APFloat] Removed debugging cruft that snuck in.
2013-06-26 Nadav RotemThe SLP Vectorizer works across basic blocks. Update...
2013-06-26 Nico WeberFix warning: commas at the end of enumerator lists...
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Joey GoulyAdd support for passing '-target armv8' through the...
2013-06-26 Nadav RotemErase all of the instructions that we RAUWed
2013-06-26 Reid KlecknerMatch MSVC's handling of commas during macro argument...
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Nadav RotemDo not add cse-ed instructions into the visited map...
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-26 Sergey Matveev[tsan] Fix build.
2013-06-26 Joey GoulyRemove the 'generic' CPU from the ARM eabi attributes...
2013-06-26 Bob WilsonRevert "Temporarily disable building the armv7 variants...
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaDon't use PathV1.h in IncludeExcludeTest.cpp.
2013-06-26 Rafael EspindolaDon't use PathV1.h in TransformTest.cpp.
2013-06-26 Sergey Matveev[tsan] Move some suppressions-related code to common.
2013-06-26 Rafael EspindolaDon't use PathV1.h in PerfSupport.cpp.
2013-06-26 Rafael EspindolaAdd a convenience functions that don't return if the...
2013-06-26 Rafael EspindolaRemove unused include.
2013-06-26 Ed MasteDon't explicitly set update version
2013-06-26 NAKAMURA Takumiclang/test/Driver/pth.c: Fix r184942, a regexp like...
2013-06-26 Rafael EspindolaRemove last use of PathV1.h from clang.
2013-06-26 Evgeniy Stepanov[sanitizer] readdir and readdir_r interceptors.
2013-06-26 Rafael EspindolaWe only create one file, no need to delete a directory.
2013-06-26 Rafael EspindolaFix the lldb build.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Ulrich Weigand[PowerPC] Accept 17-bit signed immediates for addis
next