oota-llvm.git
2015-08-10 Rafael EspindolaAdd a test showing that objdump (and so ObjectFIle...
2015-08-10 JF Bastienx86: Emit LAHF/SAHF instead of PUSHF/POPF
2015-08-10 Rafael EspindolaUse higher level functions in llvm-objdump.
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patel[x86, SSE]]add missing tests for load folding with...
2015-08-10 Rafael EspindolaDelete getDotSymtabSec.
2015-08-10 Simon Pilgrim[InstCombine] Move SSE2/AVX2 arithmetic vector shift...
2015-08-10 Tyler NowickiRemoved unused and incorrectly implemented classof...
2015-08-10 Colin LeMahieu[TableGen] NFC improving comments about what the tokeni...
2015-08-10 Jonathan RoelofsFix a few more cases of 'CHECK[^:]*$'. NFCI
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-10 Jonathan RoelofsFix another case of 'CHECK[^:]*$'. NFCI
2015-08-10 Tyler NowickiModify diagnostic messages to clearly indicate the...
2015-08-10 James Y Knight[Sparc] Implement i64 load/store support for 32-bit...
2015-08-10 Rafael Espindolarename toELFShdrIter to getSection and move it closer...
2015-08-10 Rafael EspindolatoELFSymIter and getSymbol are now the same thing....
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-10 Rafael EspindolaUse continue to reduce indentation. NFC.
2015-08-10 Chad Rosier[AArch64] Convert a conditional check that will always...
2015-08-10 Yaron KerenRecommit r244470+ r244471 together, the bot failed...
2015-08-10 Igor Laevsky[IndVarSimplify] Make cost estimation in RewriteLoopExi...
2015-08-10 Yaron KerenRevert r244470 and 244471 while looking into it.
2015-08-10 Yaron KerenSecond part of r244470 (source file was unsaved in...
2015-08-10 Yaron KerenReally implement David Blaikie suggestion in full of...
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata.
2015-08-10 Chad RosierTypo. Move comment closer to relevant code. NFC.
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Yaron KerenFully apply David Blaikie suggestion and add comment...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Yaron KerenAdd missing include guard to FuzzerInternal.h, NFC.
2015-08-10 Yaron KerenModify r244405 to clearer code, per David Blaikie sugge...
2015-08-10 Aaron BallmanSilence a sign mismatch warning; NFC.
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-08-10 Fraser CormackPrevent the scalarizer from caching incorrect entries
2015-08-10 Rafael Espindolaelf2yaml: Use existing section walk to find the symbol...
2015-08-10 Michael Kruse[RegionInfo] Fix typo
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-08-10 Michael Kruse[RegionInfo] Use RegionInfo* instead of RegionInfoPass...
2015-08-10 Michael Kruse[RegionInfo] Update old-style comments
2015-08-10 Michael Kruse[RegionInfo] More descriptive error messages in verifier
2015-08-10 Robert LougherTrace copies when checking for rematerializability...
2015-08-10 Marina YatsinaTest commit to verify commit access
2015-08-10 Yaron KerenRangify for loop, NFC.
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-08-10 NAKAMURA Takumillvm/include/llvm/Support/Memory.h: Fix comment header.
2015-08-09 Craig Topper[TableGen] Make StringInit constructor take a StringRef...
2015-08-09 Saleem AbdulrasoolX86: remove a dead store (NFC)
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 David Majnemer[PHITransAddr] Don't assume that instruction operands...
2015-08-09 David Majnemer[IR] Remove unused declaration
2015-08-08 Justin Bognercmake: Error on invalid CMAKE_BUILD_TYPE
2015-08-08 Yaron KerenFix dangling reference in DwarfLinker.cpp. The original...
2015-08-08 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 David Majnemer[IR] Cleanup some formatting issues in the EH instructions
2015-08-08 Rafael EspindolaReturn early on error. Should fix the asan bots.
2015-08-08 Craig Topper[X86] Add ADX and RDSEED to Skylake processor.
2015-08-08 Craig TopperAdd SlowBTMem to Sandy Bridge and newer Intel CPUs...
2015-08-08 David Majnemer[InstCombine] Don't try to sink EH pad instructions
2015-08-08 NAKAMURA Takumi244368: Fix a comment line introduced in r244368. ...
2015-08-08 David Majnemer[IR] Stop hacking around a bug in GCC 4.5
2015-08-08 Craig TopperAdd model numbers for Skylake CPUs and an additional...
2015-08-08 Craig TopperAdd Intel family 6 model 93 as Silvermont.
2015-08-08 Tom StellardAMDGPU/SI: Another attempt to fix Windows bots broken...
2015-08-08 Matt ArsenaultRemove unnecessary includes
2015-08-08 Matt ArsenaultAMDGPU: Implement AMDGPUOperand::print()
2015-08-08 Matt ArsenaultAMDGPU/SI: Remove VCCReg
2015-08-08 Matt ArsenaultAMDGPU/SI: Remove source uses of VCCReg
2015-08-08 Rafael EspindolaDelete dead code. NFC.
2015-08-08 Tom StellardAMDGPU/SI: Attempt to fix Windows bots broken by r244372
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Sanjay Pateladd a missing regression test for a DAGCombiner FDIV...
2015-08-07 Tom StellardAMDGPU: Add pass to lower OpenCL image and sampler...
2015-08-07 James Y Knight[SPARC] Disable unsupported ExecutionEngine tests,...
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-08-07 Quentin Colombet[AArch64][LoadStoreOptimizer] Turn a test into an asser...
2015-08-07 Tom StellardAMDGPU/SI: Use InstAlias instead of MnemonicAlias for...
2015-08-07 Sanjay Patelredo r244360 (tighten checks...) after specifying triple
2015-08-07 Sanjay Pateltighten checks using update_llc_test_checks.py
2015-08-07 Alex LorenzMIR Serialization: Serialize the base alignment for...
2015-08-07 Alex LorenzMIR Serialization: Serialize the offsets for the machin...
2015-08-07 Alex LorenzMIR Parser: Extract the parsing of the operand's offset...
2015-08-07 Matt ArsenaultAMDGPU: Assume SMRD access for constant address space
2015-08-07 Rafael EspindolaDon't look for a SHT_DYNSYM in the ELFFile's constructor.
2015-08-07 Craig TopperAdd Intel family 6 model 90 as Silvermont. Fixes PR24392.
2015-08-07 Rafael EspindolaRemove the symbol iteration functions that don't take...
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Chen Li[ConstantFoldTerminator] Preserve make.implicit metadat...
2015-08-07 Frederic Riss[MCDwarf] Use more idiomatic [u]int8_t types.
2015-08-07 Simon Pilgrim[InstCombine] Fix SSE2/AVX2 vector logical shift by...
2015-08-07 Cong HouNFC.
2015-08-07 Nico WeberAdd functions to save and restore the PrettyStackTrace...
2015-08-07 Nico WeberAdd a comment.
2015-08-07 Rafael EspindolaDelete dead code. NFC.
next