oota-llvm.git
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-08 Daniel Dunbar[lit] Eliminate some nested imports.
2013-08-08 Daniel Dunbar[lit] Remove on_clone member, which is no longer used.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-08 Niels Ole SalscheiderR600/SI: Implement fp32<->fp64 conversions
2013-08-08 Niels Ole SalscheiderR600/SI: Implement sint<->fp64 conversions
2013-08-08 Jakub StaszakUse pop_back() instead of pop_back_val() when the retur...
2013-08-08 Silviu BarangaRemove the now redundant FeatureFP16 from the Cortex...
2013-08-08 Jakub StaszakFix the comment.
2013-08-08 Benjamin KramerUse EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings...
2013-08-08 Andrea Di Biagiotest commit.
2013-08-08 Mihai PopaThe name "tCDP" isn't used anywhere else in the source...
2013-08-08 Eric ChristopherDISubprogram metadata have an MDNode representing which...
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-08-08 Eric ChristopherFor DW_TAG_template_type_parameter the actual passed...
2013-08-08 Craig TopperRemove AllUndef check from one of the loops in getVecto...
2013-08-08 Eric ChristopherThe conversion to bool is fine here, no need to check...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherChange variable name and reflow formatting.
2013-08-08 Craig TopperOptimize mask generation for one of the DAG combiner...
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-08 David MajnemerRevert "coff also doesn't have a ReadOnlySection yet...
2013-08-08 Eric ChristopherReflow for loop.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-08 Chandler CarruthAdd three missing CMake variables that need to make...
2013-08-08 Alexander KornienkoChanged isPrint for U+00AD SOFT HYPHEN to return true.
2013-08-08 Ted KremenekForward resetColor() et al to the underlying stream.
2013-08-08 Michael GottesmanRevert "[objc-arc] Track if we encountered an additive...
2013-08-08 Peter CollingbourneFix ARM build.
2013-08-07 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-07 Michael Gottesman[objc-arc] Change 4 iterator methods which return const...
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-08-07 Peter CollingbourneReally unbreak Mac build.
2013-08-07 Peter CollingbourneUnbreak Mac build.
2013-08-07 Daniel Dunbar[lit] Remove unnecessary list copy.
2013-08-07 Daniel Dunbar[lit] Always list individual UNRESOLVED tests.
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 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
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 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 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Rafael EspindolaAdd the common begin/end naming convention to the codin...
2013-08-07 Eric ChristopherMove assert above first use of variable that we'd be...
2013-08-07 NAKAMURA Takumilit/LitConfig.py: Fixup for msys bash.
2013-08-07 Andrew TrickConfusing comment typo.
2013-08-07 NAKAMURA TakumiLit: Fixup in r187886.
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
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 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 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Eric ChristopherRemove some parens. No functional change.
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 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 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 Tom StellardR600: Add new file from r187831 to CMakeLists.txt
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...
next