[fuzzer] Add a gtest-style test
[oota-llvm.git] / lib /
2015-01-30 Kostya Serebryany[fuzzer] Add a gtest-style test
2015-01-30 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2015-01-30 David BlaikieAdd ARM test for r227489, but XFAIL because this is...
2015-01-30 Chris BienemanNFC. Making printOptionValues an API on the parser...
2015-01-30 Alexey SamsonovFix memory leak in WinEHPrepare introduced in r227405.
2015-01-30 Eric ChristopherRemove unused function.
2015-01-30 Eric ChristopherRemove extraneous forward declaration.
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-30 Colin LeMahieu[Hexagon] Adding vector shift instructions and tests.
2015-01-30 Tom StellardR600/SI: Handle SI_SPILL_V96_RESTORE in SIRegisterInfo...
2015-01-30 Reid KlecknerSilence "not all paths return a value" warning in MSVC
2015-01-30 Colin LeMahieu[Hexagon] Adding vector predicate instructions.
2015-01-30 Colin LeMahieu[Hexagon] Adding vector permutation instructions and...
2015-01-30 Reid KlecknerWin64: Put a REX_W prefix on all TAILJMP* instructions
2015-01-30 Colin LeMahieu[Hexagon] Adding vector multiplies. Cleaning up tests.
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/COMPLEX instructions and cleanin...
2015-01-30 Chad Rosier[AArch64] Make AArch64A57FPLoadBalancing output stable.
2015-01-30 Adrian PrantlRemove a redundant dyn_cast.
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-30 Saleem AbdulrasoolARM: further correct .fpu directive handling
2015-01-30 Renato GolinRevert "Revert "Matching ARM change for r227481: DebugI...
2015-01-30 Renato GolinRevert "Matching ARM change for r227481: DebugInfo...
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/ALU vector instructions. Organi...
2015-01-30 Saleem AbdulrasoolARM: improve caret diagnostics for invalid FPU name
2015-01-30 Filipe CabecinhasCheck bit widths before trying to get a type.
2015-01-30 Colin LeMahieu[Hexagon] Adding a number of vector load variants and...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-30 Saleem AbdulrasoolARM: correct handling of .fpu directive
2015-01-30 Sanjay Pateltidy up; NFC
2015-01-30 Chandler Carruth[PM] Sink the population of the pass manager with targe...
2015-01-30 Chandler CarruthFix a warning introduced by r227557 due to a default...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Toma Tabacu[mips] Manually replace JAL pseudo-instructions with...
2015-01-30 Filipe Cabecinhas[bitcode reader] Fix an assert on invalid type tables
2015-01-30 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
2015-01-30 Hao Liu[AArch64]Fix PR21675, a bug about lowering llvm.ctpop...
2015-01-30 Eric ChristopherUse the cached subtarget in PPCFrameLowering.
2015-01-30 Eric ChristopherMigrate some of PPC away from the use of bare getSubtar...
2015-01-30 Eric ChristopherMigrage PPCRegisterInfo to use the cached subtarget.
2015-01-30 Adrian PrantlFix PR22386. The inliner moves static allocas to the...
2015-01-30 Eric ChristopherMigrate a bare getSubtarget call to query the MachineFu...
2015-01-30 Eric ChristopherMigrate NVPTXISelLowering to take the subtarget that...
2015-01-30 Eric ChristopherRemove unused argument.
2015-01-30 Eric ChristopherMigrate NVPTXISelDAGToDAG's getSubtarget to a runOnMach...
2015-01-30 Eric ChristopherRemove calls to bare getSubtarget and clean up the...
2015-01-30 Akira Hatanaka[LTO] Scan all per-function subtargets when collecting...
2015-01-30 Eric ChristopherRemove a few getSubtarget calls in AArch64 pass manager...
2015-01-30 Eric ChristopherClean up some uses of getSubtarget in AArch64.
2015-01-30 Eric ChristopherThis only needs TargetInstrInfo, not the specialized...
2015-01-30 Chris BienemaniOS doesn't have crt_externs.h available, so we fall...
2015-01-30 Reid Klecknerx86: Remove unused variables not caught by MSVC =P
2015-01-29 Reid Klecknerx86: Fix large model calls to __chkstk for dynamic...
2015-01-29 Eric ChristopherRemove unnecessary calls to getSubtarget/getSubtargetIm...
2015-01-29 Eric ChristopherRemove unused header.
2015-01-29 Sanjay PatelChange SmallVector param to the more general ArrayRef...
2015-01-29 Eric ChristopherGet rid of a few calls through the subtarget to get...
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2015-01-29 Reid Klecknerx86: Remove the W64ALLOCA pseudo
2015-01-29 Kostya Serebryany[fuzzer] add -use_full_coverage_set=1 which solves...
2015-01-29 Chad Rosier[AArch64] Add INITIALIZE_PASS macros to AArch64A57FPLoa...
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2015-01-29 James Molloy[LoopReroll] Alter the data structures used during...
2015-01-29 Colin LeMahieu[Hexagon] Organizing tests and adding a few missing...
2015-01-29 Colin LeMahieu[Hexagon] Adding missing instruction encodings and...
2015-01-29 Colin LeMahieu[Hexagon] Adding alu vector instructions
2015-01-29 Sanjay Patel[GVN] don't propagate equality comparisons of FP zero...
2015-01-29 Aaron BallmanAll signal handlers are required to have C language...
2015-01-29 David BlaikieMatching ARM change for r227481: DebugInfo: Teach Fast...
2015-01-29 Matt ArsenaultR600/SI: Implement enableAggressiveFMAFusion
2015-01-29 Matt ArsenaultR600/SI: Add subtarget feature for if f32 fma is fast
2015-01-29 Matt ArsenaultR600/SI: Fix tonga's basic scheduling model
2015-01-29 David BlaikieDebugInfo: Teach Fast ISel to respect the debug locatio...
2015-01-29 Kostya Serebryany[fuzzer] fix warning in a test
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Colin LeMahieu[Hexagon] Deleting old variants of intrinsics and addin...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-29 Kostya Serebryany[fuzzer] minor cleanup based on reviews: remove redunda...
2015-01-29 Kostya Serebryany[fuzzer] add FAQ section to the README.txt
2015-01-29 Aaron BallmanReverting r227452, which adds back the fuzzer library...
2015-01-29 Colin LeMahieu[Hexagon] Adding CR intrinsic tests.
2015-01-29 Tom StellardR600/SI: Remove stray debug statements
2015-01-29 Tom StellardR600/SI: Define a schedule model and enable the generic...
2015-01-29 Colin LeMahieu[Hexagon] Deleting unused classes.
2015-01-29 Robert Lougher[X86] Use single add/sub for large stack offsets
2015-01-29 Colin LeMahieu[Hexagon] Adding XTYPE/PRED intrinsic tests. Convertin...
2015-01-29 Bill Schmidt[PowerPC] Complete setting the baseline for ppc64le
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Aaron BallmanAdding missing #includes to try to get this to compile...
2015-01-29 Sean SilvaRemove unused tokens in the ll lexer.
2015-01-29 Rafael EspindolaUse isMergeableConst now that it is sane.
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-29 James Molloy[LoopReroll] Refactor most of reroll() into a helper...
2015-01-29 Benjamin KramerEHPrepare: Remove leftover initialization code for...
2015-01-29 Rafael EspindolaUse enum values. NFC.
2015-01-29 Rafael EspindolaDon't create multiple mergeable sections with -fdata...
2015-01-29 Vladimir Medic[Mips][Disassembler] When disassembler meets cache...
2015-01-29 NAKAMURA TakumiCommandLineParser: Avoid non-static member nitializer(s).
2015-01-29 Owen AndersonFix the preprocessor checks used to determine if backtr...
2015-01-29 Owen AndersonUse the existing build configuration parameter ENABLE_B...
next