platform/upstream/llvm.git
2013-07-16 Rui UeyamaCOFF: Add constants for optional data directory.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-16 NAKAMURA Takumiunittests/Support: Add TimeValue.Win32FILETIME, corresp...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-07-16 Eli FriedmanMerge attributes on typedef decls.
2013-07-16 NAKAMURA TakumiRename Support.TimeValue to TimeValue.time_t in unittes...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-16 Eli FriedmanFix alignment of class derived from empty class.
2013-07-16 Fariborz JahanianObjC migrator: build conforming interface
2013-07-16 Rui Ueyama[PECOFF] Add default argument to addDir32NBReloc()...
2013-07-16 Eli FriedmanFix member refs with using decl + anonymous union.
2013-07-15 Rafael EspindolaRevert "Don't pass llvm::errs() all over the place...
2013-07-15 Rafael EspindolaAdd mingw32 to the XFAIL. I forgot about it when adding...
2013-07-15 Manman RenPEI: Support for non-zero SPAdj at beginning of a basic...
2013-07-15 Sean CallananFixed a problem in IRForTarget where we would not
2013-07-15 Enrico GranataDisabling the introspecting summary for __NSCFSet ...
2013-07-15 Ed MasteRemove unused RunLocker and related code
2013-07-15 Greg Clayton<rdar://problem/13793059>
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-15 Jason MolendaFix typeo in diagnose-unwind.py.
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-07-15 David BlaikieFurther simplify test case from r186119/r186035.
2013-07-15 Rui Ueyama[PECOFF][Writer] Follow up patch for r186336.
2013-07-15 Rafael EspindolaXFAIL on windows too and document the XFAILs.
2013-07-15 Rui Ueyama[PECOFF][Writer] s/dyn_cast/cast/ where we don't expect...
2013-07-15 Rui Ueyama[PECOFF][Writer] Refactoring: Move private methods...
2013-07-15 David BlaikieTest case for r18266 (serialization support for TagDecl...
2013-07-15 Manman RenMachine Verifier: verify FrameSetup and FrameDestroy
2013-07-15 Fariborz JahanianObjC migrator: finding conforming protocol
2013-07-15 Kaelyn UhrainFix a typo in the diagnostic note added in r186342.
2013-07-15 Greg ClaytonFix issues with GCC debugging. GCC emits DWARF in uniqu...
2013-07-15 Rui Ueyama[PECOFF] Fix comment.
2013-07-15 Rafael EspindolaRemove an extra is_directory call.
2013-07-15 Marshall ClowMake std::forward and std::move (and std::move_if_noexc...
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Kaelyn UhrainMove the "->" to "." fixit from r186128 into a separate...
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-15 Samuel BenzaquenAdd support for type traversal matchers.
2013-07-15 Tom StellardR600/SI: Add support for 64-bit loads
2013-07-15 Hal FinkelRemove invalid assert in DAGTypeLegalizer::RemapValue
2013-07-15 Sean CallananActually use the return value we get back when
2013-07-15 Rui Ueyama[PECOFF][Writer] Emit .reloc section.
2013-07-15 Howard HinnantBill Fisher: This patch fixes an ill-formed comparison...
2013-07-15 Howard HinnantA few fixes to tests for Windows port.
2013-07-15 Stephen LinRemove trailing whitespace
2013-07-15 Chandler CarruthRevert r186316 while I track down an ASan failure and...
2013-07-15 Chandler CarruthRe-revert r86040, which was un-reverted in r186199.
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Timur IskhodzhanovFix check_lint warnings in sanitizers' runtime libraries
2013-07-15 Ariel J. BernalFix UseAuto not transforming iterator when non-fully...
2013-07-15 Tom StellardAdd integer-gentype.inc: Missing file from r185839
2013-07-15 Ashok ThirumurthiAdds a passing test for step-over and step-out when...
2013-07-15 Daniel Jasperclang-format: Improve c-style cast detection.
2013-07-15 Marshall ClowAdd macro _LIBCPP_CONSTEXPR_AFTER_CXX11 for functions...
2013-07-15 Daniel JasperImprovement of change r186320.
2013-07-15 Job NoormanTest commit to see if write access works.
2013-07-15 Daniel JasperImprove formatting of operator<< chains.
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-07-15 Aaron BallmanReplacing an empty switch with its moral equivalent...
2013-07-15 Rafael EspindolaXFAIL this on freebsd to bring the bot back.
2013-07-15 Chandler CarruthReimplement SROA yet again. Same fundamental principle...
2013-07-15 Alexey SamsonovDebugInfo: Factor out parsing compile unit DIEs to...
2013-07-15 Craig TopperAdd 'static' and 'const' qualifiers to some arrays...
2013-07-15 Craig TopperAdd 'const' qualifier to some arrays.
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperAdd include to hopefully fix windows build.
2013-07-15 Craig TopperAdd const qualifier to some static arrays.
2013-07-15 Craig TopperAdd 'static' keyword to some const arrays for consistency.
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Serge PavlovFix to PR12262 - assertion when substituting explicit...
2013-07-15 Craig TopperRevert 186302 to fix build bots.
2013-07-15 Jason MolendaBump version number to 310.99.0.
2013-07-15 Craig TopperRevert part of 186302 to fix buildbots.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-15 Jason MolendaCommit Timothee Besset's patch to update Host/linux...
2013-07-15 NAKAMURA TakumiMark llvm/test/Object/extract.ll as XFAIL:mingw32,...
2013-07-14 Eric ChristopherClarify comments.
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-07-14 Eric ChristopherCollapse temporary variable into call.
2013-07-14 Eric ChristopherReformat line.
2013-07-14 Eric ChristopherMove BlockLiteralGeneric earlier in CGDebugInfo and...
2013-07-14 Eric ChristopherUpdate a few comments and reformat a decl for clarity.
2013-07-14 Anton KorobeynikovUse conventional syntax for branches.
2013-07-14 Stephen LinCorrect inaccurate statement in FileCheck docs.
2013-07-14 Tobias GrosserScopDetect: clang-format
2013-07-14 Tobias GrosserDependences: Use ostream printer to print analysis...
2013-07-14 Craig TopperReplace C++0x in a comment with C++11
2013-07-14 Craig TopperChange cxx0x to cxx11 in diagnostic name.
2013-07-14 Craig TopperChange cxx0x to cxx11 in diagnostic name.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-14 Anton KorobeynikovProperly lower jump tables on MSP430. Patch by Job...
2013-07-14 Chandler CarruthThe archive update test has a subtle race condition...
2013-07-14 Tobias GrosserSupport: No need to comment __isl_keep
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-14 Richard SmithMake these tests more robust against IRgen choosing...
2013-07-14 Richard SmithDelete a test that is checking badly for a point bug...
2013-07-14 Nadav RotemSLPVectorizer: change the order in which we search...
next