platform/upstream/llvm.git
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...
2013-08-09 Benjamin KramerRemove "static" on simple temporary StringRef.
2013-08-09 Stephen LinCHECK-LABEL-ify tests
2013-08-09 Hans Wennborgclang-cl: Don't pass /defaultlib to the linker
2013-08-09 David BlaikieOnly emit debug info for implicit members that actually...
2013-08-09 Benjamin KramerAdd a convenient way to compare GCCVersions without...
2013-08-09 Benjamin KramerDirectIvarAssignment: Replace vtable'd objects with...
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
2013-08-09 Benjamin KramerMake directory iterator sentinels free.
2013-08-09 Howard HinnantAdd a check for arrays of unknown bounds to is_destruct...
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-09 Daniel MaleaAdd support for building debugserver with CMake (on...
2013-08-09 Howard HinnantPartial implementation of N3665. This paper was not...
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Matt KopecHandle SI_KERNEL signal code for SIGSEGV exceptions.
2013-08-09 Benjamin KramerMake helper static and fix formatting.
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 Mihai PopaThis fixes the Thumb2 CPS assembly syntax.
2013-08-09 John ThompsonFixed coding convention naming issue - variable names...
2013-08-09 Evgeniy Stepanov[sanitizer] Fix handling of %n in scanf interceptor.
2013-08-09 Alexey SamsonovFixup for r188058: assume hasAsanZeroBaseShadow() is...
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-08-09 Benjamin KramerRemove byte order mark from source file.
2013-08-09 Benjamin KramerAdd lrint to the list of math builtins. It never sets...
2013-08-09 Ulrich WeigandAdd back missing PPC relocation types.
2013-08-09 Benjamin KramerPut back a microoptimization with a comment to make...
2013-08-09 Richard Sandiford[SystemZ] Update README
2013-08-09 David MajnemerSema: Assertion failure during CodeGen in CodeGenModule...
2013-08-09 David Majnemer[-cxx-abi microsoft] Mangle UUIDs correctly, stick...
2013-08-09 Pavel Labath[analyzer] Enable usage of temporaries in InitListExprs
2013-08-09 Alexey SamsonovMake SanitizerArgs parsing toolchain-independent
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-09 Alexander KornienkoUse isCharInSet from llvm/Support/UnicodeCharRanges...
2013-08-09 David MajnemerRevert "[-cxx-abi microsoft] Mangle UUIDs correctly...
2013-08-09 Craig TopperAdd missing 'v' prefix in front of palignr on one of...
2013-08-09 David Majnemer[-cxx-abi microsoft] Mangle UUIDs correctly, stick...
2013-08-09 Rui Ueyama[PECOFF] Create __ImageBase symbol.
2013-08-09 Craig TopperChange asserts at the top of getVectorShuffle to check...
2013-08-09 Richard SmithImplement [class.friend]p11's special name lookup rules...
2013-08-09 Rui UeyamaFix spelling error. s/Libary/Library/g.
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-09 Rui Ueyama[PECOFF] Fully cover the switch for COMDAT attributes...
next