platform/upstream/llvm.git
2013-08-07 Daniel Dunbar[lit] Explicitly convert dict items() result to a list.
2013-08-07 Daniel Dunbar[lit] Make string encoding issues explicit.
2013-08-07 Daniel Dunbar[tests] Make string encoding issues explicit.
2013-08-07 Daniel Dunbar[tests] Avoid deprecated except syntax.
2013-08-07 Howard HinnantZhihao Yuan: Replace operator& with addressof in refere...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Peter CollingbourneDataFlowSanitizer; Clang changes.
2013-08-07 Peter CollingbourneDataFlowSanitizer; compiler-rt changes.
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-07 Hans WennborgFix doxygen function name mismatch.
2013-08-07 Daniel MaleaNew settings: target.use-hex-immediates and target...
2013-08-07 Daniel Dunbar[lit] Report the traceback when config import fails.
2013-08-07 Daniel Dunbar[lit] Avoid comparisons with None.
2013-08-07 Daniel Dunbar[lit] Use list comprehensions instead of map().
2013-08-07 Daniel Dunbar[lit] Avoid deprecated dict.has_key() method.
2013-08-07 Richard SmithPR9992: Serialize and deserialize the token sequence...
2013-08-07 Marshall ClowN3644 support for <unordered_set> and <unordered_map>
2013-08-07 Argyrios Kyrtzidis[PCH] Fix a PCH serialization crash, with invalid code...
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-08-07 Marshall ClowN3644 support for vector<bool>
2013-08-07 Marshall ClowN3644 support for vector<bool>
2013-08-07 Marshall ClowN3644 support for <string> and <vector>
2013-08-07 Howard HinnantCorrect logic bug in find optimization for vector<bool...
2013-08-07 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Howard HinnantWar on tabs
2013-08-07 Howard HinnantRename time.duration.literals step 3
2013-08-07 Howard HinnantRename time.duration.literals step 2
2013-08-07 Howard HinnantRename time.duration.literals step 1
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...
next