platform/upstream/llvm.git
2014-04-04 Jim GrosbachARM: Range based for-loop over block predecessors.
2014-04-04 Jim GrosbachAdd iterator_ranges for block pred/succ.
2014-04-04 Jim GrosbachARM: Use range-based for loops in frame lowering.
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Reid KlecknerAdd clang-cl alias to allow users to disable c4005
2014-04-04 Rui UeyamaSymbolTable::size() returns an unsigned int.
2014-04-04 Saleem AbdulrasoolARM: fix test case missed in previous roundup
2014-04-04 Saleem AbdulrasoolMIPS: remove vim swap file
2014-04-04 Rui UeyamaUse range-based for loop. No functionality change.
2014-04-04 Rui UeyamaDo not use temporary variables to pass them to forEachU...
2014-04-04 Rafael EspindolaAdd an assert that this is only used with .o files.
2014-04-04 Reid KlecknerPut macro redefinition warnings under -Wmacro-redefined
2014-04-04 Rui UeyamaReturn a vector rather than mutating a given one.
2014-04-04 Rui UeyamaRename getInputGraph() and getNextFile().
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaImplement macho relocation iterators with section numbe...
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Jim GrosbachTidy up. Space before ':' in range-based for loops.
2014-04-03 Jim GrosbachTidy up. 80 columns.
2014-04-03 Jim GrosbachTidy up. Trailing whitespace.
2014-04-03 Jim GrosbachFix typo.
2014-04-03 Rafael EspindolaFix llvm-objdump crash.
2014-04-03 Fariborz JahanianTurn off -Wmissing-noreturn warning for blocks
2014-04-03 Rui UeyamaUpdate comment.
2014-04-03 Rui UeyamaMinor cleanups.
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rui UeyamaReplace a recursion with a loop for speed.
2014-04-03 Rui UeyamaDo not check deadStripNever twice.
2014-04-03 Rui UeyamaMove code into a helper function.
2014-04-03 Joerg SonnenbergerInclude stdlib.h for getenv when !NDEBUG.
2014-04-03 Rafael EspindolaReuse existing variable.
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-04-03 Rui UeyamaMinor cleanup.
2014-04-03 Rui UeyamaSimplify two if's.
2014-04-03 Rui UeyamaFix comments.
2014-04-03 Rui UeyamaEarly return.
2014-04-03 Rui UeyamaFix ELFFileNode::resetNextIndex().
2014-04-03 Lang Hames[ARM64] Teach the ARM64DeadRegisterDefinition pass...
2014-04-03 Rui UeyamaExpand 'auto' that's hard for human to deduce its real...
2014-04-03 NAKAMURA Takumiunconditional-branch.ll is broken for targeting x86_64...
2014-04-03 Tom StellardR600: Correct opcode for BFE_INT
2014-04-03 Tom StellardR600/SI: Lower 64-bit immediates using REG_SEQUENCE
2014-04-03 NAKAMURA TakumiRevert r205551, "Attempt to XFAIL this on mingw and...
2014-04-03 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax...
2014-04-03 Rui UeyamaAdd empty() to atom_collection.
2014-04-03 Fariborz Jahanianvector [Sema]. Check for proper use of 's' char prefix
2014-04-03 Tobias GrosserAdd another hint for fixing check-polly errors to get_s...
2014-04-03 Ed MasteAvoid crash if symbol returns a null name
2014-04-03 Reid Kleckner-fms-extensions: Error out on #pragma init_seg
2014-04-03 Tobias GrosserNote of last Polly phone call
2014-04-03 Rui UeyamaRemove "virtual" and add "override".
2014-04-03 Eric ChristopherAttempt to XFAIL this on mingw and cygwin hosts. The...
2014-04-03 Rui UeyamaRemove "this->".
2014-04-03 Tobias GrosserAdd a paragraph describing how to configure the python...
2014-04-03 Roman DivackyRevert r205436:
2014-04-03 Eli BenderskyFix PR19270 - type mismatch caused by invalid optimization.
2014-04-03 Eric ChristopherLoosen up check so that we can pass on platforms that...
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-03 Jim InghamGet "dis -c -s" working again.
2014-04-03 Faisal ValiTeach getTemplateInstantiationPattern to deal with...
2014-04-03 Dmitri GribenkoArrayRef: use std::vector::data() now that we are build...
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Ed MasteAdd explict dependencies on swig .i files for cmake...
2014-04-03 Daniel Sanders[mips] Add negative tests confirm that supported ISA...
2014-04-03 Daniel Sanders[mips] Implement ehb, ssnop, and pause in assembler
2014-04-03 Logan ChienCode cleanup (re-indent)
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Alexey Samsonov[TSan] Fix a rare deadlock on multithreaded fork.
2014-04-03 Samuel BenzaquenRevert "Add support for named values in the parser."
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-04-03 Alexey Samsonov[TSan] Fix a typo ThreadIgnoreSyncEnd. Found by inspection
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-04-03 Eric ChristopherFix for PR 19261:
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-04-03 Daniel Jasperclang-format: Prefer an additional line-break over...
2014-04-03 Daniel Jasperx
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-03 Stepan DyatkovskiyPR19320:
2014-04-03 Silviu Baranga[ARM] When generating a vpaddl node the input lane...
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
2014-04-03 Stephen CanonImproved semantics for implicit scalar -> extvector...
2014-04-03 Tim NorthoverARM64: add regression test for r205519.
2014-04-03 Tim NorthoverARM64: always use i64 for the RHS of shift operations
2014-04-03 Tim NorthoverRTTI Uniqueness: remove __name_for_load function.
2014-04-03 Daniel Jasperclang-format: Understand that "auto" is a type.
2014-04-03 Oliver StannardARM: Use __STACK_LIMIT symbol for segmented stacks
2014-04-03 Andrew TrickStack map docs. Remove some stray markup.
2014-04-03 Tim NorthoverARM64: don't generate __sincos_stret calls unless on...
2014-04-03 Andrew TrickMinor update to the stack map documentation.
2014-04-03 David BlaikieDebugInfo: Use a 64 bit type for the subrange
2014-04-03 Lang Hames[CodeGen] Fix peephole optimizer bug introduced in...
2014-04-03 Rui UeyamaAdd comment for Linker Script node.
2014-04-03 Rafael EspindolaHandle getting UnknownAddressOrSize or section_end().
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Marshall ClowAdd a section about reporting bugs and contributing...
2014-04-03 Alexey Bataev[OPENMP] Small update for C++11
2014-04-03 Marshall ClowReword C++14 status to match C++11 status
next