platform/upstream/llvm.git
2013-08-07 Rafael EspindolaAdd the common begin/end naming convention to the codin...
2013-08-07 Manuel KlimekFixes a couple of bugs with the Allman brace breaking.
2013-08-07 Michael Sartainclean up about 22 warnings messages
2013-08-07 Eric ChristopherMove assert above first use of variable that we'd be...
2013-08-07 John ThompsonFixed incorrect header guard/nested header mechanism.
2013-08-07 Rafael EspindolaCorrectly allign arrays on 32 bit systems.
2013-08-07 NAKAMURA Takumilit/LitConfig.py: Fixup for msys bash.
2013-08-07 Andrew TrickConfusing comment typo.
2013-08-07 Fariborz JahanianPatch to fix doxygen trailing comments for ObjectiveC...
2013-08-07 Daniel Jasperclang-format: Fix corner case in OpenMP pragma formatting.
2013-08-07 Jordan RoseEliminate CXXConstructorDecl::IsImplicitlyDefined.
2013-08-07 Daniel MaleaRe-enable check previously disabled due to llvm.org...
2013-08-07 Alexander Potapenko[TSan] Fix free_race.c by removing `not` from the test...
2013-08-07 Rafael EspindolaIndicate success for simple options when clang called...
2013-08-07 NAKAMURA TakumiLit: Fixup in r187886.
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
2013-08-07 Alexander Potapenko[TSan] Let the users suppress use-after-free errors...
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-07 Richard Sandiford[SystemZ] Optimize floating-point comparisons with...
2013-08-07 Richard Sandiford[SystemZ] Add floating-point load-and-test instructions
2013-08-07 Alexey SamsonovASan: fix one more test case for pipefail
2013-08-07 Benjamin KramerJumpThreading: Turn a select instruction into branching...
2013-08-07 Chandler CarruthCommit a no-op change to StringRef to (hopefully) trigg...
2013-08-07 Alexey SamsonovDistinguish 32-bit ASan from 64-bit ASan in lit configs
2013-08-07 Alexey SamsonovEnable pipefail for ASan tests
2013-08-07 Evgeniy Stepanov[sanitizer] Intercept sched_getaffinity.
2013-08-07 Alexey SamsonovEnable pipefail for TSan tests
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Alexey SamsonovEnable pipefail for LSan tests
2013-08-07 Eric ChristopherRemove some parens. No functional change.
2013-08-07 Alexey SamsonovDocumentation for sanitizer special case list format...
2013-08-07 Craig TopperSimplify code. No functional change intended.
2013-08-07 Evgeniy StepanovInitialize SIInsertWaits::ExpInstrTypesSeen in the...
2013-08-07 Dmitri GribenkoRemove the assertion for now. This breaks lld.
2013-08-07 Elena DemikhovskyLLVM Interpreter: MIPS tests should pass
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-07 Daniel Jasperclang-format: Improve formatting of builder-type calls.
2013-08-07 Shuxin YangChange public functions of LTOCodeGenerator from ret...
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-07 Daniel Dunbar[lit] Use py2&3 compatible exec() syntax.
2013-08-07 Daniel Dunbar[lit] Use newer StringIO class.
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Avoid __cmp__ and cmp().
2013-08-07 Daniel Dunbar[lit] Avoid use of iterator .next() method.
2013-08-07 Daniel Dunbar[lit] Use .write() methods instead of print statement.
2013-08-07 Daniel Dunbar[lit] Use dual-compatible print() syntax where possible.
2013-08-07 Daniel Dunbar[lit] Remove use of deprecated parameter tuple unpacking.
2013-08-07 Daniel Dunbar[lit] Remove uses of deprecated except syntax.
2013-08-07 Daniel Dunbar[lit] Use more modern syntax for constructing exceptions.
2013-08-07 Daniel Dunbar[lit] Drop --no-execute, which isn't generally useful.
2013-08-07 Daniel Dunbar[lit] tests: Change discovery test to use --show-tests.
2013-08-07 Daniel Dunbar[lit] Add a --show-tests option.
2013-08-07 Daniel Dunbar[lit] Remove dead ignoreStdError argument.
2013-08-07 Alexander KornienkoDisabled columnWidth test for OSX, need someone with...
2013-08-07 Alexander KornienkoUse correct platform detection macro: __MACOSX__ -...
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-08-07 Eric ChristopherMove somewhat messy conditional out of line.
2013-08-07 Alexander KornienkoDisable tests on WIN32 (which has incorrect implementat...
2013-08-07 David BlaikieRevert "[sanitizer] Intercept sched_getaffinity."
2013-08-07 Hans Wennborgclang-cl: Use .obj as object file extension instead...
2013-08-07 Reid KlecknerCheck for _strtoi64 in the cmake build if strtoll is...
2013-08-07 David BlaikieRemove unused functions introduced in r172685 to unbrea...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Aaron BallmanReplacing /GR with /GR- instead of applying both option...
2013-08-06 Fariborz JahanianPatch to fix doxygen trailing comments for ObjectiveC...
2013-08-06 Tom StellardR600: Add new file from r187831 to CMakeLists.txt
2013-08-06 Jason MolendaTest to see if logging is enabled before printing
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-08-06 Justin Holewinski[NVPTX] We dont have any target specific flags yet...
2013-08-06 Akira Hatanaka[mips] Mark instructions defined in Mips64InstrInfo...
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Rui UeyamaRename TargetInfo -> LinkingContext.
2013-08-06 Michael SartainInitialize m_leak member variable.
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-08-06 Hans Wennborgclang-cl: Implement support for the /Fo option
2013-08-06 Shuxin YangChange private functions of LTOCodeGenerator from ret...
2013-08-06 Daniel MaleaFix bug in Host::getLLDBPath() due to misusing Twine
2013-08-06 Richard TrieuAdd a new warning to -Wloop-analysis to detect suspicio...
2013-08-06 Daniel MaleaCentralizing Intel compiler detection logic in lldbtest...
2013-08-06 Daniel MaleaSupport one more flavour of Intel compiler in TestThrea...
2013-08-06 Matt KopecMark remaining failing test on icc as expected fail..
2013-08-06 Reid KlecknerUse gnu style builtins in MathExtras.h with clang on...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Sean Silva[LangRef] Alphabetize function attribute listing.
2013-08-06 Fariborz JahanianObjectiveC migration: tweak setting of lifetime attribute
2013-08-06 Marshall ClowImplement tests for NULL iterators for <array> re:...
2013-08-06 Jakub StaszakAdjust file to the coding standard.
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 Jakub StaszakRemove extraneous semicolon.
2013-08-06 Marshall ClowImplement NULL iterators for <forward_list> and <deque...
2013-08-06 Mihai PopaThis corrects creation of operands for t2PLDW. It also...
2013-08-06 Mihai PopaSupport APSR_nzcv as operand for Thumb2 mrc. Deprecate...
2013-08-06 Daniel MaleaAllow building test suite with non-default libc++
next