platform/upstream/llvm.git
2013-06-28 Rui Ueyama[PECOFF][Writer] Support DIR32NB and REL32 relocation...
2013-06-28 Richard SmithLazily deserialize function template specializations...
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-28 Rui Ueyama[PECOFF][Writer] Fix a bug that the contents of .data...
2013-06-28 Rui Ueyama[PECOFF][Writer] Skip ".debug$S" section in the input...
2013-06-28 Rui Ueyama[PECOFF][Writer] Use a constant instead of a magic...
2013-06-28 Rafael EspindolaUpdate for llvm::sys::fs::unique_file not creating...
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-28 Rui Ueyama[PECOFF][Writer] Templatize connectAtomsWithLayoutEdge()
2013-06-28 Matt ArsenaultConvert tests to FileCheck
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-28 Arnold SchwaighoferLoopVectorize: Preserve debug location info
2013-06-28 Matt ArsenaultFix using arg_end() - arg_begin() instead of arg_size()
2013-06-28 Matt ArsenaultFix typo
2013-06-28 Eli FriedmanDelete dead code.
2013-06-27 Eli FriedmanSwitch Decl instantiation to DeclNodes.inc.
2013-06-27 Richard SmithFix nested lifetime extension when a std::initializer_l...
2013-06-27 Peter CollingbourneUse the zero-argument DIBuilder::createNullPtrType...
2013-06-27 Peter CollingbourneRename DIBuilder::createNullPtrType to createUnspecifie...
2013-06-27 Michael GottesmanAt the request of Richard Smith, swapped the order...
2013-06-27 John McCallEnsure that debugger calls to signature-less functions...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
2013-06-27 Michael GottesmanRevert "Revert r184787: "Added arm_neon intrinsic tests.""
2013-06-27 Richard SmithRemove bogus VarDecl::extendsLifetimeOfTemporary functi...
2013-06-27 Eli FriedmanRemove unnecessary check.
2013-06-27 Tim NorthoverPrevent race in when stopping a "read thread"
2013-06-27 Bill WendlingRevert hack that omits errno on Darwin platforms. We...
2013-06-27 Bill WendlingDeclare 'strerror' so that we can use it with errno.
2013-06-27 Bill WendlingAdd 'errno.h' to the Darwin SDK.
2013-06-27 Eli FriedmanDelete dead code.
2013-06-27 Rui Ueyama[PECOFF][Writer] Fix DLLCharacteristic flag in image...
2013-06-27 Eli FriedmanDelete dead code.
2013-06-27 Douglas GregorUnder -fms-extensions, only inject a friend tag name...
2013-06-27 Michael GottesmanRevert "[APFloat] Removed APFloat constructor which...
2013-06-27 Eli FriedmanSimplify StmtIterator.
2013-06-27 Arnold SchwaighoferLoopVectorize: Cache edge masks created during if-conve...
2013-06-27 Chad RosierRemove unnecessary conditional checks.
2013-06-27 Michael Gottesman[APFloat] Removed APFloat constructor which initialized...
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-06-27 Howard HinnantImplement full support for non-pointer pointers in...
2013-06-27 John ThompsonRan clang-format on Modularize.cpp to get a baseline...
2013-06-27 Rafael EspindolaSmall improvements to createOutputFile.
2013-06-27 Greg ClaytonA bit more cleanup on the process_events.py to use...
2013-06-27 Sean CallananCleanup of IRForTarget. Removed some relics of
2013-06-27 Argyrios Kyrtzidis[Support/Registry.h] Include llvm/Support/Compiler.h.
2013-06-27 Nadav RotemGet rid of the unused class member.
2013-06-27 Nadav RotemCostModel: improve the cost model for load/store of...
2013-06-27 Tom StellardR600: Remove alu-split.ll test
2013-06-27 Sergey Matveev[sanitizer] Support padding with spaces in Printf.
2013-06-27 Arnold SchwaighoferLoopVectorize: Use vectorized loop invariant gep index...
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-06-27 Sergey Matveev[lsan] Fix flaky test.
2013-06-27 Dmitry Vyukovtsan: revert dynamic symbols file to the old incorrect one
2013-06-27 Dmitry Vyukovtsan: remove non-existent functions from syms file
2013-06-27 Evgeniy Stepanov[msan] Optionally disable 2 tests (dlopen & gethostbyname).
2013-06-27 Joey GoulyAdd support for passing v8fp options via -mfpu.
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-27 Benjamin KramerRemove unused variable.
2013-06-27 Benjamin KramerDon't cast away constness.
2013-06-27 Richard Sandiford[SystemZ] Fix some embarrassing test typos
2013-06-27 Richard Sandiford[SystemZ] Allow LA and LARL to be rematerialized
2013-06-27 Richard Sandiford[SystemZ] Allow immediate moves to be rematerialized
2013-06-27 Evgeniy Stepanov[sanitizer] Fix dirent interceptors.
2013-06-27 Alexey Samsonov[LSan] Add the way to disable LSan at link time
2013-06-27 Richard Sandiford[SystemZ] Add conditional store patterns
2013-06-27 Kostya SerebryanyAdd more owners to CODE_OWNERS.TXT (Kostya Serebryany...
2013-06-27 Alexey Samsonov[TSan] try to fix Go build
2013-06-27 Alexey Samsonov[MSan] Rename __msan_unpoision_param to __msan::Unpoiso...
2013-06-27 Manman RenUpdate testing case to make DI nodes have the correct...
2013-06-27 Bob WilsonAdd CXXFLAGS back to the Link command.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-27 Larisse VoufoA bit of program simplification from r185056
2013-06-27 Sean CallananFixed the IRInterpreter to reject any code that
2013-06-27 Larisse VoufoFix a conversion to incomplete type bug -- The error...
2013-06-27 Enrico GranataAdding support for extracting line table information...
2013-06-27 Sean CallananFixed IRExecutionUnit so that it looks up addresses
2013-06-27 Eli FriedmanDelete dead code.
2013-06-27 Arnold SchwaighoferFix spelling.
2013-06-27 Arnold SchwaighoferLoopVectorize: Don't store a reversed value in the...
2013-06-27 Michael Gottesman[APFloat] Added unittest for APFloat.divide that checks...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-27 Greg Clayton<rdar://problem/14195566>
2013-06-27 Nadav RotemNo need to use a Set when a vector would do.
2013-06-27 Sean CallananRemove the process's reservation cache and don't
2013-06-27 Michael GottesmanRemoved two logging printf statements from the APFloat...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.multiply that...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.subtract that...
2013-06-26 Eli FriedmanSimplify code.
2013-06-26 Nadav RotemSLP: When searching for vectorization opportunities...
2013-06-26 Nadav RotemSLP: Dont erase instructions during vectorization becau...
2013-06-26 Eli FriedmanHandle all TemplateArguments in trivial TypeLocs.
2013-06-26 Michael GottesmanIn InstCombine{AddSub,MulDivRem} convert APFloat.isFini...
2013-06-26 Michael Gottesman[APFloat] Convert all references to fcNormal to referen...
2013-06-26 Richard SmithPR16467: Teach -Wunsequenced that in C11 (unlike C...
2013-06-26 Han Ming Ong<rdar://problem/14281898>
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Reid KlecknerFix a crash bug in dumping options with groups
2013-06-26 Stephen LinClarify and doxygen-ify comments
2013-06-26 David MajnemerSema: Small cleanup around TemplateParamListContext
2013-06-26 Greg ClaytonUpdate the platform options help strings.
next