platform/upstream/llvm.git
2014-04-04 Ben LangmuirAdd a test where the module map is overriden in the vfs
2014-04-04 Kai Nacke[mips] Add Octeon cnMips instructions seqi/snei and...
2014-04-04 Hal Finkel[PowerPC] Add a full condition code register to make...
2014-04-04 Aaron BallmanIn preparation for being able to use simple Boolean...
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-04-04 Evgeniy Stepanov[sanitizer] Intercept a subset of sunrpc interface...
2014-04-04 Tim NorthoverDAGLegalize: add last-ditch type-legalization for VSELECT.
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Joey GoulyWhen printing types for the OpenCL kernel metadata...
2014-04-04 Alexey Samsonov[ASan] Explicitly specify -ldl/-lpthread in RUN-lines...
2014-04-04 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-04 NAKAMURA TakumiTweak unconditional-branch.ll passing on any hosts...
2014-04-04 Alexey Bataev[OPENMP][C++11] Renamed loop vars properly.
2014-04-04 Dmitry Vyukovtsan: improve error message in test
2014-04-04 Evgeniy Stepanov[msan] Introduce MsanThread. Move thread-local allocato...
2014-04-04 Kostya Serebryany[asan] fix a leak in __tls_get_addr handler; introduce...
2014-04-04 Tim NorthoverARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
2014-04-04 Tim NorthoverARM64: add 128-bit MLA operations to the custom selecti...
2014-04-04 Evgeniy StepanovRevert r205613.
2014-04-04 Evgeniy Stepanov[msan] Fix compilation of a disabled test.
2014-04-04 Stepan DyatkovskiyFixed register class in STRD instruction for Thumb2...
2014-04-04 Daniel Jasperclang-format: Don't merge simple blocks in case statements.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Saleem AbdulrasoolBasic: rename VisualStudio to Windows
2014-04-04 Richard TrieuExtend -Wtautological-constant-out-of-range-compare...
2014-04-04 Saleem Abdulrasoolsweep up -Wformat warnings from gcc
2014-04-04 Justin BognerCodeGen: Don't create branch weight metadata from empty...
2014-04-04 Jim GrosbachFix spelling. Sigh.
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."
next