summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-30[CMake] Ensure that compiler-rt is added firstChris Bieneman
2016-08-30Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...Kevin Enderby
2016-08-30llvm-readobj: speculative fix for MSVCSaleem Abdulrasool
2016-08-30GlobalISel: combine extracts & sequences created for legalizationTim Northover
2016-08-30AMDGPU: Relax SGPR asm constraint register classMatt Arsenault
2016-08-30[libfuzzer] simplified unit truncation; do not write trunc items to discMike Aizatsky
2016-08-30Revert "ELFDumper: Unversioned symbols must not have trailing @"Hemant Kulkarni
2016-08-30[LoopVectorizer] Predicate instructions in blocks with several incoming edgesMichael Kuperstein
2016-08-30[COFFObjectFile] Ignore broken symbol tableDavid Majnemer
2016-08-30IntrArgMemOnly is only defined (and current AA machinery only sanely supports...Daniel Berlin
2016-08-30Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with aLang Hames
2016-08-30ELFDumper: Unversioned symbols must not have trailing @Hemant Kulkarni
2016-08-30CodeGen: Fixup for r280128, since GCC isn't as permissive as ClangDuncan P. N. Exon Smith
2016-08-30GlobalISel: forbid physical registers on generic MIs.Tim Northover
2016-08-30llvm-readobj: add support for printing GNU NotesSaleem Abdulrasool
2016-08-30Support: add some more ELF constantsSaleem Abdulrasool
2016-08-30Fix unit test after function name change.Zachary Turner
2016-08-30ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith
2016-08-30Rename ArrayRef::keep_front / keep_back to take_front / take_back.Zachary Turner
2016-08-30TailDuplication: Extract Indirect-Branch block limit as option. NFCKyle Butt
2016-08-30ADT: Guarantee transferNodesFromList is only called on transfersDuncan P. N. Exon Smith
2016-08-30Appease buildbots after r280114.Zachary Turner
2016-08-30IR: Appease MSVC after r280107 with an & or twoDuncan P. N. Exon Smith
2016-08-30[InstCombine] replace divide-by-constant checks with asserts; NFCSanjay Patel
2016-08-30Add StringRef::take_front and StringRef::take_backZachary Turner
2016-08-30Add StringRef::contains()Zachary Turner
2016-08-30[InstCombine] clean up foldICmpDivConstant; NFCISanjay Patel
2016-08-30ADT: Clean up docs and formatting for ilist_traits, NFCDuncan P. N. Exon Smith
2016-08-30ADT: Split out simple_ilist, a simple intrusive listDuncan P. N. Exon Smith
2016-08-30Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisManager,LazyCallGra...NAKAMURA Takumi
2016-08-30[AMDGPU] Refactor SOP instructions TD files.Valery Pykhtin
2016-08-30Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rat...Reid Kleckner
2016-08-30[libFuzzer] fix a bug when running a single unit of N bytes with -max_len=M, ...Kostya Serebryany
2016-08-30[libFuzzer] stop using bits for memcmp's value profile -- seems to blow up th...Kostya Serebryany
2016-08-30[MC] Move parser helper functions from Asmparser to MCAsmParserNirav Dave
2016-08-30[Reassociate] Add additional debug output. NFC.Chad Rosier
2016-08-30SILoadStoreOptimizer.cpp: Fix a warning in r279991. [-Wunused-variable]NAKAMURA Takumi
2016-08-30[SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEndJames Molloy
2016-08-30docs: mention that clobbering output regs in inline asm is illegal.Peter Zotov
2016-08-30[llvm-cov] Use the native path in the coverage report.Ying Yi
2016-08-30[Support][Error] Suppress warning about unused result.Lang Hames
2016-08-30[Support] Add a conditionally defined default constructor (available on MSVCLang Hames
2016-08-30Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".James Y Knight
2016-08-30[libFuzzer] use bits instead of bytes for memcmp/strcmp value profile -- the ...Kostya Serebryany
2016-08-30[RewriteStatepointsForGC] Update comment for same PHI node check. NFCAnna Thomas
2016-08-30[ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitiveLang Hames
2016-08-30[PowerPC] Force entry alignment in .got2Hal Finkel
2016-08-30Fix coding style; NFCSanjoy Das
2016-08-30ADT: Explode include/llvm/ADT/{ilist,ilist_node}.h, NFCDuncan P. N. Exon Smith
2016-08-30[libFuzzer] use trace-div and trace-gep for guided fuzzing, add testsKostya Serebryany