platform/upstream/llvm.git
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-21 Ted KremenekFlip "faux-bodies" in the analyzer on by default to...
2012-09-21 Ted KremenekSimplify getRuntimeDefinition() back to taking no argum...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/X86/pr5145.ll: Tweak expressions...
2012-09-21 Andrew TrickCortex-A9 latency fixes (w/ -schedmodel only).
2012-09-21 Craig TopperDoxygen-ify a comment.
2012-09-21 David BlaikiePR13890: Warn on abstract final classes.
2012-09-21 Michael LiaoAdd missing i8 max/min/umax/umin support
2012-09-21 Michael LiaoRevise td of X86 atomic instructions
2012-09-21 Sean Silvadocs: Fix Sphinx warning over Atomics.rst.
2012-09-21 Sean Silvadocs: Fix Sphinx warning over yaml2obj.rst.
2012-09-21 NAKAMURA TakumiMips16FrameLowering.cpp: Remove unused TII introduced...
2012-09-21 Sean CallananFixed an oddity in the Objective-C class descriptors
2012-09-21 Greg Clayton<rdar://problem/9959501>
2012-09-21 Argyrios Kyrtzidis[PCH] After deserializing a DeclContext, if it has...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos...
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-21 Ted KremenekAdd faux-body support for dispatch_once().
2012-09-21 Chad RosierTestcase does not need to be this strict.
2012-09-21 Chad RosierAdd newline.
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Jim GrosbachTidy up. Whitespace.
2012-09-21 Jim GrosbachTidy up. Formatting.
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-21 Jim GrosbachTidy up. Trailing whitespace and 80 columns.
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-21 Ted KremenekImplement faux-body-synthesis of well-known functions...
2012-09-21 Ted KremenekConstify method.
2012-09-21 Ted KremenekEnsure that the Decl* wrapped by an AnalysisDeclContext...
2012-09-21 Ted KremenekRemove unused fields.
2012-09-20 Douglas GregorSerialize the 'IsConstexpr' bit of VarDecls. Fixes...
2012-09-20 Enrico GranataFixing a logic error where we would incorrectly show...
2012-09-20 Sean CallananFixed a problem where persistent variables did
2012-09-20 DeLesley HutchinsThread-safety analysis: fix bug where shared trylock...
2012-09-20 Greg ClaytonRe-adding this previously removed file.
2012-09-20 Jakob Stoklund... Ignore PHI-defs for -new-coalescer interference checks.
2012-09-20 Jakob Stoklund... Extend -new-coalescer SSA update to handle mapped value...
2012-09-20 Greg ClaytonThis file is causing problems. I am going to remove...
2012-09-20 Greg ClaytonShow the size of what we are dematerializing in the...
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-20 Manman RenSimplifyCFG: sink common codes from IF, ELSE blocks...
2012-09-20 DeLesley HutchinsThread safety analysis: properly canonicalize calls...
2012-09-20 Richard SmithIf the range in a for range statement doesn't have...
2012-09-20 Greg ClaytonCompile shared libraries with dSYM files when requested...
2012-09-20 Greg Clayton<rdar://problem/12315386>
2012-09-20 Evan ChengTry to make these tests more portable.
2012-09-20 David BlaikieFix typo. (s/Explided/Exploded/)
2012-09-20 Benjamin KramerFix broken check lines.
2012-09-20 Fariborz JahanianImprovements to my patch in r164143 per
2012-09-20 David BlaikieMake the wchar_t promotion test consistent across diffe...
2012-09-20 David BlaikieRemove a test that is non-portable (cannot be execute...
2012-09-20 David BlaikieInclude types when a definition's type differs from...
2012-09-20 Andrew TrickFix function names in coding style examples
2012-09-20 Sean CallananMore work for reading the Objective-C runtime.
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Bill WendlingRemove more bare uses of the different Attribute enums.
2012-09-20 Roman DivackySpecify cpu to get the correct instruction ordering...
2012-09-20 Bill WendlingMake the 'getAsString' function a method of the Attribu...
2012-09-20 Daniel JasperAdd some matchers for basic AST nodes.
2012-09-20 Benjamin KramerStmtPrinter: Print floating point literals with the...
2012-09-20 Nico WeberBe more consistent about ending suggestions with a '?'
2012-09-20 NAKAMURA Takumiclang/test/Analysis: Fix the declaration of strlen...
2012-09-20 Alexander PotapenkoDisable source fortification on Darwin with AddressSani...
2012-09-20 Daniel JasperProvide better error messages for incorrect matchers.
2012-09-20 Nadav RotemFix 80-col violations.
2012-09-20 Tim NorthoverMake sure lli compiles all code before invalidating...
2012-09-20 NAKAMURA Takumitest/Analysis/malloc-interprocedural.c: Mark it as...
2012-09-20 Jason MolendaBump to lldb-168, debugserver-193.
2012-09-20 Eric ChristopherBoth OpenBSD and Bitrig need to include machine/endian...
2012-09-20 Craig TopperChange enum type in a static table to uint8_t instead...
2012-09-20 Jason MolendaUpdate the LLDB_DISABLE_PYTHON ifdef in FormatManager...
2012-09-20 Michael LiaoSpecify CPu to prevent failure on ATOM due to different...
2012-09-20 Sean SilvaFix Sphinx warnings.
2012-09-20 Michael LiaoRe-work X86 code generation of atomic ops with spin...
2012-09-20 Sean SilvaSphinxify DebuggingJITedCode
2012-09-20 Eli FriedmanThe keywords "true" and "false" shouldn't warn under...
2012-09-20 Andrew TrickFix static function names in CodingStandards examples.
2012-09-20 Jordan Rose[analyzer] MallocChecker should not do post-call checks...
2012-09-20 Jordan RoseRevert "[analyzer] Remove constraints on dead symbols...
2012-09-20 Eli FriedmanHandle lambdas where the lambda-declarator is an explic...
2012-09-20 Richard SmithPer C++11 [class.friend]p3, the 'friend' keyword must...
2012-09-20 Richard SmithPR13881: Add -Wzero-length-array for zero length array...
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-19 Eli FriedmanFix a small FIXME involving template partial ordering and
2012-09-19 Howard HinnantAdd overflow check to tanh(complex) and reduce to finit...
2012-09-19 Jim GrosbachARM: Tidy up IntrinsicsARM.td a bit.
2012-09-19 Bill WendlingAdd predicates for queries on whether an attribute...
2012-09-19 Eli FriedmanFix function template partial ordering rules for static...
2012-09-19 Benjamin Kramerccc-analyzer: pass -stdlib=libc++ through to the analyzer.
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-09-19 Eric ChristopherGrammar.
2012-09-19 Greg ClaytonA patch that allows for mach-o architectures to be...
2012-09-19 Greg ClaytonDon't get everything when resolving the symbol context...
2012-09-19 Owen AndersonSoften the pattern-can-never-match error in TableGen...
2012-09-19 Sean CallananFix to the project file, to prevent it from using
2012-09-19 Eric ChristopherUpdate and expand comment.
2012-09-19 Eric ChristopherHandle a captured this for the debug information as...
2012-09-19 Eric ChristopherFix awkward comment.
2012-09-19 Owen AndersonImplement a correct copy constructor for Record. Now...
next