OSDN Git Service

[llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fields
[android-x86/external-llvm.git] / unittests /
2018-05-09 Pavel LabathAPFloat/x87: Fix string conversion for "unnormal" value...
2018-05-09 Pavel Labath[Support/Path] Make handling of paths like "///" consistent
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-09 Nico WeberMake CMakeLists.txt formatting more consistent with...
2018-05-08 Max Moroz[Coverage] Take filenames into account when loading...
2018-05-07 Clement CourbetRe-land r331622 "[llvm-exegesis] Add a library to clust...
2018-05-07 Clement CourbetRevert r331622 "[llvm-exegesis] Add a library to cluste...
2018-05-07 Clement Courbet[llvm-exegesis] Add a library to cluster benchmark...
2018-05-05 Craig TopperFix a bunch of places where operator-> was used directl...
2018-05-02 Aaron BallmanMove the TestPlugin project into the Tests folder in...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h, removals. Also see r331184.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-27 Roman Lebedev[PatternMatch] Stabilize the matching order of commutat...
2018-04-25 Vedant Kumar[ADT] Make filter_iterator support bidirectional iteration
2018-04-25 Reid KlecknerFix PluginsTests failure on Windows buildbots by enabli...
2018-04-25 Gabor BuellaAvoid a warning on pointer casting, NFC
2018-04-24 Reid KlecknerBring back APInt self-move assignment check for MSVC...
2018-04-24 Francis Visoiu Mistrih[CodeGen] Print user-friendly debug locations as MI...
2018-04-24 Roman LebedevLink to AggressiveInstCombine in a few places. Unbreaks...
2018-04-24 Pavel Labath[Support/Path] Add more tests and improve failure messa...
2018-04-20 Michael ZolotukhinRevert "Revert r330403 and r330413."
2018-04-20 Jonas Devlieghere[ObjectYAML] Add ability for DWARFYAML to calculate...
2018-04-20 Ilya BiryukovRevert r330403 and r330413.
2018-04-20 Michael Zolotukhin[SSAUpdaterBulk] Use SmallVector instead of DenseMap...
2018-04-19 Mikhail Maltsev[Unittests] Fix plugins test
2018-04-19 Florian Hahn[IR/BasicBlockTest] Fix asan failure introduced in...
2018-04-19 Florian Hahn[BasicBlock] Add instructionsWithoutDebug methods to...
2018-04-16 Lang Hames[ORC] Add a MaterializationResponsibility class to...
2018-04-16 Lang Hames[ORC] Merge VSO notifyResolutionFailed and notifyFinali...
2018-04-16 Craig Topper[Attributes] Fix a bug in AttributeList::get so it...
2018-04-13 Clement CourbetRevert r330027: "[llvm-exegesis] re-enable failing...
2018-04-13 Clement Courbet[llvm-exegesis] re-enable failing tests after r330026.
2018-04-13 Clement Courbet[llvm-exegesis][NFC] Add more logging in case target...
2018-04-13 Clement Courbet[llvm-exegesis] Create test files in temporary directory.
2018-04-13 Clement CourbetPartially revert r330008.
2018-04-13 Clement Courbet[llvm-exegesis] Run unit tests on more platforms.
2018-04-13 Erik PilkingtonFix another bot failure from r329951.
2018-04-12 Erik PilkingtonFree a pointer, fix a bot.
2018-04-12 Erik Pilkington[demangler] Add a partial demangling API for LLDB.
2018-04-12 Lang Hames[ORC] Plumb error notifications through the VSO interface.
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-11 Clement Courbet[llvm-exegesis] Add a flag to disable libpfm even if...
2018-04-10 Aaron Smith[DebugInfoPDB] Add missing test for findSymbolByRVA...
2018-04-10 Pavel Labath[Testing/Support] Make Failed() matcher work with abstr...
2018-04-10 Alexandre Ganea[DebugInfo][COFF] Fix reading variable-length encoded...
2018-04-10 Alexandre GaneaFix line endings (CR/LF -> LF) introduced by rL329613
2018-04-09 Michael Zolotukhin[PR16756] Add SSAUpdaterBulk.
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-04-09 Aditya Nandakumar[GISel] Refactor MachineIRBuilder to allow transformati...
2018-04-08 Eric Fiselier[ADT] Fix MapVector when 'Map::mapped_type != unsigned'.
2018-04-07 Philip PfaffeRevert "Followup for r329293: Temporarily disable the...
2018-04-07 Roman Lebedev[unittests] ADT: silence -Wself-assign diagnostics
2018-04-07 Vitaly BukaFix stack-use-after-scope in test previously hidden...
2018-04-07 Mandeep Singh Grang[unittests] Change std::sort to llvm::sort in response...
2018-04-07 Graydon Hoare[Support] Make line-number cache robust against access...
2018-04-06 Philip PfaffeFollowup for r329293: Temporarily disable the breaking...
2018-04-05 Max Moroz[llvm-cov] Prevent llvm-cov from hanging when a symblin...
2018-04-05 Konstantin Zhuravlyovllvm-exegesis: Fix unittests include dirs when llvm...
2018-04-05 Philip PfaffeAnother fix for r329293: Unbreak the windows bots
2018-04-05 Philip PfaffeFix r329293: Add a missing CMake dependency
2018-04-05 Philip PfaffeRe-land r329273: [Plugins] Add a slim plugin API to...
2018-04-05 Pavel Labath[Testing/Support]: Better matching of Error failure...
2018-04-05 Philip PfaffeRevert "[Plugins] Add a slim plugin API to work togethe...
2018-04-05 Philip Pfaffe[Plugins] Add a slim plugin API to work together with...
2018-04-05 Fedor Sergeevallow custom OptBisect classes set to LLVMContext
2018-04-04 Eric Fiselier[Analysis] Support aligned new/delete functions.
2018-04-04 Clement Courbet[llvm-exegesis] Temporarily disable a few tests.
2018-04-04 Clement Courbet[llvm-exegesis] Temporarily disable some tests.
2018-04-04 Clement Courbet[llvm-exegesis] Only run unit tests on x86_64 hosts.
2018-04-04 Clement Courbet[llvm-exegesis][NFC] Fix a few warnings.
2018-04-04 Clement Courbet[llvm-exegesis] Fix build when libpfm is not available.
2018-04-04 Clement CourbetRe-land r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetRevert r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetAdd llvm-exegesis tool.
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-03-29 Rafael EspindolaStyle update. NFC.
2018-03-29 Zachary Turner[MSF] Default to FPM2, and always mark FPM pages allocated.
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-28 Lang Hames[ORC] Restore the narrower check from before r328687.
2018-03-28 Daniel Neilson[PatternMatch] Add matchers for vector operations
2018-03-28 Lang Hames[ORC] Re-add the Windows check that was dropped in...
2018-03-28 Lang Hames[ORC] Fix ORC on platforms without indirection support.
2018-03-27 Graydon Hoare[YAML] Remove unit test of multibyte non-printable...
2018-03-27 Graydon Hoare[YAML] Escape non-printable multibyte UTF8 in Output...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of findLineNumber...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of addressForVA...
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Benjamin Kramer[ORC] Join materialization thread in unit test
2018-03-22 Roman Tereshin[MIR] Making MIR Printing, opt -dot-cfg, and -debug...
2018-03-22 Mircea TrofinRevert "Revert "[InstrProf] Support for external functi...
2018-03-22 Benjamin KramerRevert "[InstrProf] Support for external functions...
2018-03-22 Aaron Smith[DIA] Add IPDBSectionContrib interfaces and DIA impleme...
2018-03-21 David BlaikieFix a couple of layering violations in Transforms
2018-03-21 Mircea Trofin[InstrProf] Encapsulates access to AddrToMD5Map.
2018-03-21 Zachary Turner[PDB] Don't ignore bucket 0 when writing the PDB string...
2018-03-21 Mircea Trofin[InstrProf] Support for external functions in text...
next