platform/upstream/llvm.git
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2012-11-07 Bill WendlingWhen we're updating the subprogram scope DIE, we want...
2012-11-07 Jordan Rose[analyzer] Add some examples for the common REGISTER_...
2012-11-07 Jordan Rose[analyzer] Enhance docs for checker callbacks (esp...
2012-11-07 Eli BenderskyFix a broken sentence
2012-11-07 Jim InghamWhen we were calculating the max byte size of ONE instr...
2012-11-07 Ted KremenekAdd -Wmismatched-return-types flag for existing warning...
2012-11-07 Eli BenderskyDocument the -input-file option of FileCheck
2012-11-07 Sean CallananLogging improvements for the Objective-C runtime.
2012-11-07 Ted KremenekAdd -Wmismatched-parameter-types flag for existing...
2012-11-07 Richard SmithPR11851 (and duplicates): Whenever a constexpr function...
2012-11-07 Fariborz Jahanianmodern ObjC translator. Insert line number for @synchro...
2012-11-07 Eli FriedmanAdd missing check to warning for packed attribute....
2012-11-07 Manuel KlimekCreate helper functions in StmtDumper for outputting...
2012-11-07 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-07 David BlaikiePR13552: Fix the end location of a CXXNewExpr.
2012-11-06 Eli FriedmanFix assertion failure with auto and nested initializer...
2012-11-06 Jakub StaszakSimplify code. No functionality change.
2012-11-06 Douglas GregorTease out the routine that reads the control block...
2012-11-06 Eli FriedmanPut something sane in the DWARF offset field for bitfie...
2012-11-06 Greg Clayton<rdar://problem/12647273>
2012-11-06 Nadav RotemMake the helper functions static. No functional change.
2012-11-06 Fariborz Jahanianobjective-C modern rewriter. Insert line numbers in
2012-11-06 Chad RosierMark the Int_eh_sjlj_dispatchsetup pseudo instruction...
2012-11-06 Chad Rosier[regallocfast] Make sure the MachineRegisterInfo is...
2012-11-06 NAKAMURA TakumiRewriteModernObjC.cpp: Use Lexer::Stringify() on the...
2012-11-06 Anton KorobeynikovImplement codegen for init_priority attribute properly...
2012-11-06 Eli FriedmanBack out 167431+167437+167487; I didn't realize how...
2012-11-06 NAKAMURA Takumiclang/lib/Driver/Tools.cpp: Fix abuse of StringRef.
2012-11-06 Howard HinnantDimitry Andric: Silence some miscellaneous warnings.
2012-11-06 Howard HinnantDimitry Andric: Silence some warnings in <locale>.
2012-11-06 Howard HinnantEnable the tuple interface of pair in C++03 mode.
2012-11-06 Howard HinnantUpdate instructions for building and using libc++ on...
2012-11-06 Argyrios Kyrtzidis[libclang] Add some comments about the version constant...
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Eli FriedmanFix a silly mistake in r167437.
2012-11-06 Howard HinnantProvide a way to disable use of extern templates in...
2012-11-06 NAKAMURA Takumiclang/test/Driver/fsanitize.c: Speculative fix to impro...
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-11-06 Douglas GregorRemove C++11-isms I just introduced in r167482
2012-11-06 Douglas GregorIntroduce inferred framework modules into the module...
2012-11-06 Michael HanTeach Clang parser to reject C++11 attributes that...
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-06 Richard SmithUpdates to user's manual and release notes for -fsaniti...
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-11-06 Andrew KaylorFix build error from previous commit.
2012-11-06 Manman RenCleanup: 80-column violation
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-11-06 Greg ClaytonAdded unnamed bitfields to our bitfield test.
2012-11-06 Chad RosierUse the -fsanitize=thread flag to unbreak buildbot.
2012-11-06 Greg ClaytonMake sure to check the module is valid after trying...
2012-11-06 Manuel KlimekAdd unit tests for source locations of AST nodes.
2012-11-06 Fariborz JahanianModern objective-C translator: Start adding line info...
2012-11-06 Daniel DunbarBasic: Windows doesn't define S_IFIFO.
2012-11-06 Daniel DunbarMemoryBuffer: Windows doesn't define S_IFIFO.
2012-11-06 Dmitry Vyukovtsan: slightly relax requirements for lazy shadow memor...
2012-11-06 Alexey SamsonovUse -fsanitize= flag in docs for ASan/TSan
2012-11-06 Dmitry Vyukovtsan: lazily allocate shadow for Go
2012-11-06 Dmitry Vyukovtsan: fix debug output
2012-11-06 Dmitry Vyukovtsan: better diagnostics for failed mmap()
2012-11-06 Alexey SamsonovFollow-up for r167411 to un-break ASan on Mac. Move...
2012-11-06 Alexey Samsonovdocs: use code font for console commands in phabricator...
2012-11-06 Dmitry Vyukovtsan: fix compiler warning
2012-11-06 Dmitry Vyukovtsan: windows platform support
2012-11-06 Dmitry Vyukovtsan: update script to support windows
2012-11-06 Dmitry Vyukovtsan: add shadow mapping for windows
2012-11-06 Dmitry Vyukovtsan: add missing function for windows
2012-11-06 Dmitry Vyukovtsan: fix constant types
2012-11-06 Dmitry Vyukovtsan: windows: less includes, better diagnostics for...
2012-11-06 Dmitry Vyukovtsan: don't release disabled clocks
2012-11-06 Dmitry Vyukovtsan: define missing compier macros for windows
2012-11-06 Dmitry Vyukovtsan: fix non-msvc windows build
2012-11-06 Dmitry Vyukovtasn: improve sanitizer_internal_defs.h
2012-11-06 Dmitry Vyukovtsan: fix windows build
2012-11-06 Dmitry Vyukovtsan: fix Go build
2012-11-06 Michael LiaoRemove tailing whitespaces
2012-11-06 Andrew Trickmisched: TargetSchedule interface for machine resources.
2012-11-06 Andrew Trickmisched: Rename RemainingCount to avoid confusion with...
2012-11-06 Ted KremenekRemove completely irrelevant code from USR generation.
2012-11-06 Nico WeberDelete an outdated comment.
2012-11-06 Manman RenARM byval: when type alignment is bigger than ABI align...
2012-11-06 Anna Zaks[analyzer] Add symbol escapes logic to the SimpleStream...
2012-11-06 Anna Zaks[analyzer] Remove isWithinInlined. It's been replaced...
2012-11-06 Eli FriedmanPropagate CharUnits through CGObjCMac.cpp.
2012-11-06 Eli FriedmanMinor fix to ObjC layout bitmap metadata. Found while...
2012-11-06 Andrew TrickScheduleDAG interface. Added OrderKind to distinguish...
2012-11-06 Richard SmithUpdate compiler-rt tests to match flag renaming/depreca...
2012-11-06 Richard SmithClassify the INT_MIN/-1 check as -fsanitize=signed...
2012-11-06 Argyrios Kyrtzidis[c-index-test] Do install c-index-test because it's...
2012-11-06 Eli FriedmanPropagate CharUnits into ObjC CodeGen. No intended...
2012-11-06 Jim InghamAdd a workaround to problems with the clang debug info for
2012-11-06 Richard SmithPer discussion on cfe-commits, treat -faddress-sanitizer,
2012-11-06 Argyrios Kyrtzidis[PCH] Take into account the 'include' source location...
2012-11-06 Argyrios Kyrtzidis[PCH] Write out the ClassTemplateDecl::Common::Injected...
2012-11-06 Greg Clayton<rdar://problem/12582031>
2012-11-05 Douglas GregorHave the parser initialize Sema before it consumes...
2012-11-05 Nadav RotemRefactor the getTypeLegalizationCost interface. No...
2012-11-05 Nadav RotemCostModel: Add tables for the common x86 compares.
2012-11-05 Douglas GregorSplit the instrinsic header wmmintrin.h into AES and...
2012-11-05 Daniel DunbarFrontend: Add support for reading named pipes as the...
next