platform/upstream/llvm.git
2013-08-12 Kaelyn UhrainForgot to add unittests/Sema/ before committing r188196 :(
2013-08-12 Kaelyn UhrainAdd hooks for typo correction to ExternalSemaSource...
2013-08-12 Michael Gottesman[stack protector] Fixed typo.
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-12 Howard HinnantNico Rieck: this patch series fixes visibility issues...
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-12 Hans Wennborgclang-cl: Expand warning about /TC and /TP override...
2013-08-12 Greg ClaytonChange PowerPC to have the correct byte order.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-08-12 Rui Ueyama[PECOFF] Fixed base images now have the IMAGE_FILE_RELO...
2013-08-12 Nadav RotemFix PR16797 - Support PHINodes with multiple inputs...
2013-08-12 Jack Carter[Mips] MSA frontend option support
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-08-12 Benjamin KramerThis test passes on freebsd after r188178. Not exactly...
2013-08-12 Aaron WatryAdd intN vloadN() implementations for address spaces...
2013-08-12 Aaron WatryEnable assembly vload3 int/uint constant/global for...
2013-08-12 Aaron WatryAdd vload* for addrspace(2) and use as constant load...
2013-08-12 Benjamin KramerSourceManager intialization tweaks.
2013-08-12 Evgeniy Stepanov[sanitizer] Intercept poll/ppoll.
2013-08-12 Vladimir MedicThis patch implements ei and di instructions for mips...
2013-08-12 Daniel Jasperclang-format: Improve stream-formatting.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Daniel Jasperclang-format: Correctly format alias declarations.
2013-08-12 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovUse new llvm::SpecialCaseList API in CodeGenModule
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Nico WeberRemove CRs added in r187370.
2013-08-12 Evgeniy Stepanov[sanitizer] Intercept getgroups.
2013-08-12 Richard SandifordRevert r188164: Stablize MCK_Reg ordering in AsmMatcher...
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Richard SandifordStablize MCK_Reg ordering in AsmMatcherEmitter
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Richard Sandiford[SystemZ] Add a definition of the CLC instruction
2013-08-12 Richard Sandiford[SystemZ] Add a definition of the IPM instruction
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-12 Tim NorthoverAllow compatible extension attributes for tail calls
2013-08-12 Benjamin KramerRemove global construction. const char* is sufficient...
2013-08-12 Alexey SamsonovRelax conditions of test added in r188156 to fix it...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-08-12 Richard SandifordFix big-endian handling of integer-to-vector bitcasts...
2013-08-12 Rui Ueyama[PECOFF] Trim at most one character from imported symbols.
2013-08-12 Manuel KlimekThis change fixes the formatting of statements such...
2013-08-12 Rui UeyamaRevert r188150 to un-break the buildbot.
2013-08-12 Richard SmithFix misindentation.
2013-08-12 Rui Ueyama[PECOFF] It's an error if subsystem is not specified.
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-11 Elena DemikhovskyAVX-512: Added more tests for BROADCAST
2013-08-11 Elena DemikhovskyAVX-512: Added VPERM* instructons and MOV* zmm-to-zmm...
2013-08-11 Chandler CarruthRe-instate r187323 which fast-tracks promotable allocas...
2013-08-11 Chandler CarruthFinish fixing the SSAUpdater-based AllocaPromoter strat...
2013-08-11 Chandler CarruthReformat some bits of AllocaPromoter and simplify the...
2013-08-10 Reed KotlerIncorrect JAL instruction attributes caused the optimiz...
2013-08-10 Arnold SchwaighoferRevert r188119 "Kill some duplicated code for removing...
2013-08-10 Venkatraman... [Sparc] Enable xword directive in sparcv9.
2013-08-10 Matt ArsenaultTeach ValueTracking about address spaces
2013-08-10 Robert WilhelmOmit llvm:: before StringRef and SmallString. We have...
2013-08-10 Robert WilhelmOmit llvm:: before SmallVector and SmallVectorImpl...
2013-08-10 Serge PavlovFix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D...
2013-08-10 Niels Ole SalscheiderR600/SI: FMA is faster than fmul and fadd for f64
2013-08-10 Niels Ole SalscheiderR600/SI: Add FMA pattern
2013-08-10 Enea ZaffanellaAdded source locs for angled parentheses in class/var...
2013-08-10 Serge PavlovAvoid spurious error messages if parent template class...
2013-08-10 Rafael EspindolaFix warning in builds without asserts.
2013-08-10 Tom StellardAdd some missing convert_* functions
2013-08-10 Tom StellardImplement generic rint()
2013-08-10 Tom Stellardconfigure: Fix build when clang is installed to a non...
2013-08-10 Rafael EspindolaSimplify now that llvm::sys::current_path checks $PWD.
2013-08-10 Jordan Rose[analyzer] Update Open Projects and Potential Checkers...
2013-08-10 NAKAMURA Takumiclang/test/Driver/cl-options.c: Suppress this on cygmin...
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-08-10 Greg ClaytonFixed a case where GCC was emitting a DW_TAG_class_type...
2013-08-09 Eli FriedmanCorrectly profile CXXPseudoDestructorExprs.
2013-08-09 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-09 James DennettExpose LambdaIntroducer::DefaultLoc in the AST's Lambda...
2013-08-09 Richard TrieuFix typo in template diffing docs.
2013-08-09 Peter CollingbourneKill some duplicated code for removing unreachable...
2013-08-09 Daniel Dunbar[tests] Add one more lit rename update I missed.
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Peter CollingbourneDataFlowSanitizer: Remove unreachable BBs so IR continu...
2013-08-09 Richard TrieuFix for PR16570: when comparing two function pointers...
2013-08-09 Daniel Dunbar[lit] Remove old ExamplesTests directory.
2013-08-09 Daniel Dunbar[lit] Move ManyTests examples to lit/examples/many...
2013-08-09 Daniel Dunbar[lit] Drop deprecated aliases for lit and old module...
2013-08-09 Daniel Dunbar[lit] Update lit's own tests to use lit_config and...
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-09 Michael Gottesman[stackprotector] Simplify SP Pass so that we emit diffe...
2013-08-09 Jakub StaszakMark obviously const methods. Also use reference for...
2013-08-09 Daniel MaleaDisable debugserver builds on non-Mac platforms
2013-08-09 Argyrios Kyrtzidis[arcmt] When handling unbridged casts, handle the body...
2013-08-09 Daniel Dunbar[docs] Update TestingGuide's note on how to run with...
2013-08-09 Daniel Dunbar[lit] Fix typo.
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-09 Tareq A. Sirajcpp11-migrate: Fixed path problem with include/exclude...
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Andrea Di BiagioAdd description of function attribute 'minsize' in...
2013-08-09 Rui Ueyama[PECOFF] Add a note about underscore symbol prefix.
2013-08-09 Robert WilhelmOmit llvm:: before ArrayRef, as we have using llvm...
next