platform/upstream/llvm.git
2012-11-12 Daniel MaleaFix minor typo on build page.
2012-11-12 Michael LiaoFix test case added in patch fixing PR14314
2012-11-12 Daniel MaleaUpdate platform section to mention Linux/FreeBSD local...
2012-11-12 Rafael EspindolaRemove duplicated line.
2012-11-12 David BlaikieFix more try scoping bugs introduced by r167650.
2012-11-12 Eric ChristopherAdd an option to enable prototype "fission" capabilitie...
2012-11-12 Daniel MaleaReplace const_iterator with iterator to build against...
2012-11-12 Bill WendlingThat's causing an error.
2012-11-12 Anna Zaks[analyzer] Fix a regression (from r 165079): compare...
2012-11-12 Bill WendlingDon't test for incomplete types.
2012-11-12 Chad RosierUpdate test case for r167754/r167755.
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
2012-11-12 Andrew TrickAdded a temporary option to avoid critical edges splitting.
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Richard SmithRemove abuse of hasTrivial*, and fix miscompile wherein...
2012-11-12 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-12 Chad RosierIf we encounter a fatal error, exit with status 70...
2012-11-12 Andrew Trickmisched: rename interfaceto avoid gcc warnings
2012-11-12 Greg Clayton<rdar://problem/12153915>
2012-11-12 Filipe Cabecinhass/BCPLComment/LineComment/ (llvm r167690)
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Ted KremenekPer discussion on cfe-dev, re-enable suppression of...
2012-11-12 Bill WendlingUpdate testcase to show that we don't emit an error...
2012-11-12 Daniel MaleaFix libstdc++ build
2012-11-12 Andrew Trickmisched: Target-independent support for MacroFusion.
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-12 Chad RosierIf we encounter a fatal error, call the interrupt handl...
2012-11-12 Shuxin YangThis change is to fix rdar://12571717 which is about...
2012-11-12 David Blaikie80 cols & unnecessary braces from r167736.
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-12 Ulrich WeigandMake TOC order deterministic by using MapVector instead...
2012-11-12 David BlaikieCorrect printing of nested anonymous type member accesses.
2012-11-12 Bill WendlingThe register constraint could mean a 16- or 8-bit register.
2012-11-12 Nadav Rotemfix a spelling mistake
2012-11-12 Howard HinnantWen-Han Gu: Fix for llvm.org/bugs/show_bug.cgi?id...
2012-11-12 Sean CallananFixed a potential crash in the Darwin platform.
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-12 Alexander PotapenkoDon't use __cxa_demangle under MSVC (which doesn't...
2012-11-12 Alexey Samsonov[ASan] fixup for r167725: Don't fetch name of StructTyp...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-12 Alexey Samsonov[ASan] test blacklist functionality for global-init...
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-12 Alexey Samsonov[ASan]: Add minimalistic support for turning off initia...
2012-11-12 Gabor Greifdo not play preprocessor tricks with 'private', use...
2012-11-12 Alexander Potapenko[ASan] Add llvm-symbolizer from to tools/
2012-11-12 Alexander Potapenko[ASan] Remove llvm-symbolizer from compiler-rt/utils/
2012-11-12 Alexander Potapenko[ASan] Fix the golden stack for use-after-free.cc.
2012-11-12 Gabor Greifadd unit test for waymarking algorithm (Use::getUser)
2012-11-12 Eric ChristopherRemove unused field.
2012-11-12 Michael LiaoFix PR14314
2012-11-12 Bill WendlingCheck that the input size is correct for the given...
2012-11-12 Craig TopperAdd --enable-werror and --enable-cxx11 to projects...
2012-11-12 Rafael EspindolaRemove calls to getMostRecentDecl. The case they were...
2012-11-12 Rafael EspindolaIn Sema::MergeVarDecl we handle merging of storage...
2012-11-12 Justin Holewinski[NVPTX] Fix const modifier on builtins
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-11-12 Meador IngeDelete a stale comment. No functional change.
2012-11-11 Craig TopperMove some helper methods to being static functions...
2012-11-11 Daniel JasperFix binding of nodes in case of forEach..() matchers.
2012-11-11 Nico WeberRemove unneeded includes from IdentifierTable
2012-11-11 Nico WeberDelete comment reference to non-existent method
2012-11-11 Meador IngeRemove hard-coded constant in Transforms/InstCombine...
2012-11-11 Nico Webers/BCPLComment/LineComment/
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Nadav RotemUpdate the vectorizer docs.
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Nadav RotemUse the isTruncFree and isZExtFree API to figure out...
2012-11-11 Nadav RotemFix a comment typo and add comments.
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-11 Meador IngeAdd method for replacing instructions to LibCallSimplifier
2012-11-11 Nico WeberFileCheckize test
2012-11-11 Richard SmithFix a typo which Matt pointed out.
2012-11-10 Fariborz Jahanianobjective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT...
2012-11-10 Daniel MaleaTest commit: clean up C++11 options in lldb (on Linux...
2012-11-10 Benjamin KramerProvide definitions for all functions.
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Benjamin KramerSimplify the SmallVector pretty printer for LLDB a...
2012-11-10 Craig TopperRemove unnecessary subtraction and addition by 1 around...
2012-11-10 Duncan SandsRemove empty directory.
2012-11-10 Craig TopperTidy up spacing. No functional change.
2012-11-10 Craig TopperRemoved unimplemented method declaration.
2012-11-10 Craig TopperSimplify custom emitter code for pcmp(e/i)str(i/m)...
2012-11-10 Douglas GregorRework my implementation of circular-reference finding...
2012-11-10 Jason MolendaAdd support for libdispatch version 4 structure layout...
2012-11-10 Jason MolendaDon't assume that Modules have directories. They may...
2012-11-10 Michael LiaoAdd clang support of RTM from TSX
2012-11-10 Richard Smith-momit-leaf-frame-pointer is a -m option, not a -f...
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-10 Ted KremenekRevert "Disable -Wimplicit-fallthrough when not using...
2012-11-10 Meador IngeAdd a few more test cases for verifying -fno-builtin.
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-10 Meador IngeAdd more functions to the target library information.
2012-11-10 Evan Chengxfail a bad test. This is a MC test but it's dependent...
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-10 Jim Inghamhow to do it correctly.
2012-11-10 Ted KremenekDisable -Wimplicit-fallthrough when not using C++.
2012-11-10 Jordan Rose[analyzer] When invalidating symbolic offset regions...
next