oota-llvm.git
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Benjamin KramerMake helper static and fix formatting.
2013-08-09 Mihai PopaThis fixes the Thumb2 CPS assembly syntax.
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-08-09 Benjamin KramerRemove byte order mark from source file.
2013-08-09 Ulrich WeigandAdd back missing PPC relocation types.
2013-08-09 Richard Sandiford[SystemZ] Update README
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-09 Craig TopperAdd missing 'v' prefix in front of palignr on one of...
2013-08-09 Craig TopperChange asserts at the top of getVectorShuffle to check...
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...
2013-08-09 Daniel Dunbar[lit] Inject the lit specific config object as 'lit_con...
2013-08-09 Daniel Dunbar[lit] Split TestingConfig.frompath() into separate...
2013-08-09 Daniel Dunbar[lit] Eliminate mustExist parameter from TestingConfig...
2013-08-09 Daniel Dunbar[lit] Only create config copies when a local config...
2013-08-09 Daniel Dunbar[lit] Eliminate parent argument from TestingConfig...
2013-08-08 Michael J.... Add missing PPC64 relocation types.
2013-08-08 Eric ChristopherUpdate the CMake build files.
2013-08-08 Bill WendlingRevert r185882. This is causing problems with the gold...
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-08-08 Michael J.... llvm isn't C++11 yet :(
2013-08-08 Michael J.... [Object] Split the ELF interface into 3 parts.
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-08 Akira Hatanaka[mips] Mark pseudo instructions as code-gen only.
2013-08-08 Akira Hatanaka[mips] Delete register class HWRegs64.
2013-08-08 David Fangcast fix to appease buildbot
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-08 Daniel Dunbar[tests] Remove dead VALGRIND and CLEANED_TESTSUITE...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
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.
next