platform/upstream/llvm.git
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...
2012-11-10 David BlaikieHandle redeclarations of catch variables in catch blocks.
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-11-10 Douglas GregorDiagnostic circular inheritance involving dependent...
2012-11-10 David BlaikiePR14296: function parameter name collisions in function...
2012-11-10 Eli FriedmanMake __LDBL_MAX__ etc. have the correct type on targets...
2012-11-09 Jordan Rose-Wobjc-literal-compare: look through implicit casts.
2012-11-09 Justin Holewinski[NVPTX] Add __nvvm_* intrinsics as Clang builtins
2012-11-09 Justin Holewinski[NVPTX] Use ABI alignment for parameters when alignment...
2012-11-09 Richard SmithDocument -W in clang --help. Also make the help text...
2012-11-09 Richard SmithDon't include the help for -mips* in clang --help....
2012-11-09 Richard Smith-Wlarge-by-value-copy may be awesome, but it really...
2012-11-09 Richard SmithPR13788: Don't perform checks on the initializer of...
2012-11-09 Argyrios KyrtzidisRemove leftover code.
2012-11-09 Argyrios KyrtzidisAdd lldb data formatters for clang classes, starting...
2012-11-09 Richard SmithRemove --help text for deprecated sanitizer options...
2012-11-09 Richard SmithPR14303: Add a NoDriverOption flag to those options...
2012-11-09 Greg ClaytonRemove a debugging printf that was left in the code.
2012-11-09 Filipe CabecinhasRemoved use of non-standard escape character '\%'
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-11-09 Roman DivackySwitch FreeBSD/i386 back to 4byte stack alignment....
2012-11-09 Chad RosierAdd string to try and fix build from r167629.
2012-11-09 Dmitry Vyukovtsan: intercept gettimeofday()
2012-11-09 Argyrios KyrtzidisAdd a SourceLocation::printToString() that returns...
2012-11-09 Argyrios KyrtzidisAdd a FileCharacteristic parameter to SourceManager...
2012-11-09 Argyrios KyrtzidisTurn FrontendInputFile into an immutable class and...
2012-11-09 Argyrios KyrtzidisMake CompilerInstance::InitializeSourceManager accept...
2012-11-09 Jakob Stoklund... Fix assertions in updateRegMaskSlots().
2012-11-09 Rafael EspindolaDon't use so many bits.
2012-11-09 Chad RosierImplement -mstrict-align using '-backend-option -arm...
2012-11-09 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-09 Chad RosierAdd test case for r167619.
2012-11-09 Chad RosierAdd support for -mstrict-align compiler option for...
2012-11-09 Chad Rosier[driver] Add a -mstrict-align compiler option for ARM...
2012-11-09 Benjamin KramerSilence GCC warning about falling off the end of a...
2012-11-09 Alexey Samsonov[Sanitizer] add sanity checks for communication with...
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Andy GibbsImproved support for removing the comma preceding __VA_...
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-11-09 Dmitry Vyukovtsan: add __tsan_atomicX_compare_exchange_val() function
2012-11-09 Alexander PotapenkoAdd a possible underscore before the wrappers to the...
2012-11-09 Nico WeberUse isInvalidDecl() instead of isStatic() as suggested...
2012-11-09 Nadav RotemAdd support for memory runtime check. When we can,...
next