platform/upstream/llvm.git
2012-09-15 Richard Smithconst _Atomic(T) is not an atomic type, so do not allow...
2012-09-15 Ted KremenekRevert "Utilize new build system support in Xcode 4...
2012-09-15 Jordan Rose-Warc-retain-cycles: warn at variable initialization...
2012-09-15 Jason MolendaUpdate LLDB_DISABLE_PYTHON #ifdefs in FormatManager...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-09-15 Craig TopperRevert r163878 as it breaks on targets with alternate...
2012-09-15 Argyrios KyrtzidisAllow disabling PCH validation when loading an AST...
2012-09-15 Sean CallananMore runtime work. We now successfully traverse
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-15 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-14 Daniel Dunbarcmake: Fix file path.
2012-09-14 Howard HinnantUpdate CREDITS.TXT
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-09-14 Bill WendlingSome small reorganization to get read for Attributes...
2012-09-14 Enrico GranataFixing a potential crasher where the new C++ synthetic...
2012-09-14 Bill WendlingRemove comment.
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-09-14 Jim InghamRemove a duplicate frame_sp local that was shadowing...
2012-09-14 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Daniel Dunbarcompiler-rt/darwin: Install asan_osx_dynamic with the...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-14 Argyrios KyrtzidisIn StringLiteral::setString make sure that we copy...
2012-09-14 Jim InghamSBThread::StepOut and SBThread::StepOutOfFrame should...
2012-09-14 Jim Ingham"thread step-out" should run all threads by default.
2012-09-14 Jim InghamUse the frame index passed into "thread until" rather...
2012-09-14 Andrew Trickcomment typo
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-14 Andrew Trickwhitespace
2012-09-14 Argyrios Kyrtzidis[libclang] When loading an AST file, make sure to apply...
2012-09-14 Bill WendlingRemove unused variable.
2012-09-14 Sid ManningFix environment path problem
2012-09-14 Alex RosenbergReview feedback from Duncan Sands. Alphabetize includes...
2012-09-14 Ted KremenekUtilize new build system support in Xcode 4.5 for easie...
2012-09-14 Manman RenTry to fix the bots by detecting inconsistant branch...
2012-09-14 Jordan Rosescan-build: Determine the location of the clang binary...
2012-09-14 Jim InghamSBThread::StepOverUntil should run all threads. It...
2012-09-14 Bill WendlingAdd support for reading the GCDA file and merging the...
2012-09-14 Andrew TrickImplement getNumLDMAddresses and expose through ARMBase...
2012-09-14 Andrew TrickCortex-A9 instruction-level scheduling machine model.
2012-09-14 Richard SmithFix some dead stores which the static analyzer warned...
2012-09-14 Richard SmithWhen diagnosing multiple mem-initializers in a delegati...
2012-09-14 Fariborz JahanianTest removed.
2012-09-14 Fariborz Jahanianobjective-C arc: remove -Warc-abi in its entirety.
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-14 Ted KremenekFix copy-paste error in manpage. Should be -stdlib...
2012-09-14 Sean CallananExtended the "watchpoint set variable" code to
2012-09-14 Filipe CabecinhasFixed some problems with SWIG bindings.
2012-09-14 Filipe CabecinhasDon't force libc++ and c++11 on everyone.
2012-09-14 Douglas GregorAdd missing test from r163874.
2012-09-14 Dmitri GribenkoComment parsing: don't parse comment marker followed...
2012-09-14 Hemant KulkarniELF support for LLD writer. The writer at present emits...
2012-09-14 Dmitri GribenkoComment parsing: support the "\invariant" command.
2012-09-14 Micah VillmowAdd in comments that explain what the indexing and...
2012-09-14 Sergei LarinDAG post-process for Hexagon MI scheduler
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Benjamin KramerSROA: Silence unused variable warnings in Release builds.
2012-09-14 Benjamin KramerRemove redundant private field.
2012-09-14 Simon AtanasyanDo not use "lib32" directory to create a library/object...
2012-09-14 Chandler CarruthRework the computation of a sub-structure natural type...
2012-09-14 Chandler CarruthRely on the recursive check for pointer types rather...
2012-09-14 Chandler CarruthBe a bit more aggressive in bailing out of this routine...
2012-09-14 Chandler CarruthAdd some comments clarifying that the GEP analysis...
2012-09-14 Chandler CarruthMove an instance variable to a local variable based...
2012-09-14 Chandler CarruthAdd a comment about debug intrinsics that I *really...
2012-09-14 Chandler CarruthAdd two asserts that Duncan thought would help ensure...
2012-09-14 Chandler CarruthActually keep the flag default-off for now. =/ That...
2012-09-14 Chandler CarruthRemove some dead, commented out code Duncan spotted...
2012-09-14 Chandler CarruthWrap the dumping and printing routines in NDEBUG and...
2012-09-14 Chandler CarruthLots of comment fixes and cleanups from Duncan's review.
2012-09-14 NAKAMURA TakumiSROA.cpp: Unbreak gcc, sorry!
2012-09-14 NAKAMURA TakumiSROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come...
2012-09-14 Chandler CarruthSpeculative change to try to fix older GCC versions...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-14 Duncan SandsRemove silly dead store. Patch by Ettl Martin.
2012-09-14 Evgeniy StepanovRemove some debugging code.
2012-09-14 Craig TopperAllow the second opcode info table to be 8, 16, or...
2012-09-14 Kostya Serebryany[asan] fix the va_arg usage
2012-09-14 Craig TopperReduce size of register name index tables by using...
2012-09-14 Andrew Trickmisched: Generic tablegen classes for the new machine...
2012-09-14 Andrew Trickcomment
2012-09-14 Andrew Trickcomment
2012-09-14 Douglas GregorFix warning on qualified typedef with 'unused' attribut...
2012-09-14 Douglas GregorIn debugger mode, allow comparisons between pointers...
2012-09-14 Kostya Serebryany[asan] add asan option log_path=PATH to let users redir...
2012-09-14 Douglas GregorAs we do with base and member initializers in a depende...
2012-09-14 Bob WilsonImprove the driver title as shown in the --help message...
2012-09-14 Akira Hatanakamips16 fixes.
2012-09-14 Greg Clayton<rdar://problem/11374963>
2012-09-14 Jim InghamMake the unwinding of the stack part of "thread return...
2012-09-14 Eli FriedmanFix thunk emission for covariant virtual functions...
2012-09-14 Eli FriedmanFix line endings.
2012-09-14 Sean CallananUpdated the demangler to take the fix for a crasher.
2012-09-14 Eli FriedmanFix abbreviation for CharacterLiteral in AST serializat...
2012-09-14 Howard HinnantDimitry Andric: many visibility fixes. Howard: Much...
2012-09-14 Hemant KulkarniTest commit
next