oota-llvm.git
2015-10-13 Chad RosierTypo.
2015-10-13 Kevin EnderbyTweak to r250117 and change to use ErrorOr and drop...
2015-10-13 Joseph Tremoulet[WinEH] Add CoreCLR EH table emission
2015-10-13 Duncan P. N... AMDGPU: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N... AArch64: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N... SelectionDAG: Remove implicit ilist iterator conversion...
2015-10-13 Duncan P. N... Scalar: Remove remaining ilist iterator implicit conver...
2015-10-13 Akira Hatanaka[AArch64] Check the size of the vector before accessing...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Xinliang David Li[PGO]: Eliminate calls to __llvm_profile_register_funct...
2015-10-13 Duncan P. N... Scalar: Remove some implicit ilist iterator conversions...
2015-10-13 Duncan P. N... ExecutionEngine: Remove implicit ilist iterator convers...
2015-10-13 Duncan P. N... OrcJIT: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N... IPO: Remove implicit ilist iterator conversions, NFC
2015-10-13 Duncan P. N... Instrumentation: Remove ilist iterator implicit convers...
2015-10-13 Duncan P. N... Interpreter: Remove implicit ilist iterator conversions...
2015-10-13 Kevin EnderbyThe issue with the malformed-machos 00000031.a test...
2015-10-13 Duncan P. N... InstCombine: Remove ilist iterator implicit conversions...
2015-10-13 Duncan P. N... BitcodeReader: Remove ilist iterator implicit conversio...
2015-10-13 Joseph Tremoulet[WinEH] Iterate state changes instead of invokes
2015-10-13 Xinliang David LiFix a couple of comments; NFC
2015-10-13 Sanjay Patelfunction names should start with a lower case letter...
2015-10-13 Sanjay Pateldon't repeat function/class/variable names in comments...
2015-10-13 Simon Pilgrim[InstCombine][SSE4A] Remove broken INSERTQI range combi...
2015-10-13 James Molloy[GlobalsAA] Turn GlobalsAA on again by default
2015-10-13 James Molloy[GlobalsAA] Don't assume anything about functions that...
2015-10-13 Christof DoumaTest commit
2015-10-13 Michael LiaoRemove unnecessary argument in ipo iterator
2015-10-13 Sanjoy Das[IndVars] NFC Cleanup.
2015-10-13 Michael KupersteinFix line-ending issue. NFC.
2015-10-13 Chris Bieneman[CMake] LLVM_PROFDATA_FILE only works if you're using...
2015-10-13 Craig Topper[X86] Mark the AAD and AAM aliases as not valid in...
2015-10-13 Craig Topper[X86] Change all the i8imm operands in XOP instructions...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-13 Duncan P. N... BitcodeWriter: Stop using implicit ilist iterator conve...
2015-10-13 Sanjoy Das[SCEV] Put some utilites in the ScalarEvolution class
2015-10-13 Duncan P. N... TransformUtils: Remove implicit ilist iterator conversi...
2015-10-13 Kevin EnderbyLooks like malformed-machos 00000031.a test is just...
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-13 JF Bastienx86: preserve flags when folding atomic operations
2015-10-13 Matt ArsenaultAMDGPU: Refactor isVGPRToSGPRCopy
2015-10-13 Kevin EnderbyRemove the correct unstable malformed-machos test mem...
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Simon Pilgrim[InstCombine] Tidied up SSE4A tests.
2015-10-12 Kevin EnderbyTemporarily remove the test added in r250117 while...
2015-10-12 Cong HouAssign correct edge weights to unwind destinations...
2015-10-12 Simon Pilgrim[SelectionDAG] Add common vector constant folding helpe...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-12 Chris Bieneman[CMake] Adding support for passing in profiling data.
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 Reid KlecknerMake Win64 localescape offsets FP relative instead...
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 Andrea Di Biagio[x86] Fix wrong lowering of vsetcc nodes (PR25080).
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Kostya Serebryany[libFuzzer] mention more trophies and improve the link...
2015-10-12 Sanjay Patelcombine predicates; NFCI
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-10-12 Colin LeMahieu[llvm-symbolizer] Reverting r250067
2015-10-12 Matt ArsenaultAMDGPU: Register some more passes so -print-before...
2015-10-12 Matt ArsenaultEnable verifier after PeepholeOptimizer
2015-10-12 Reid KlecknerDon't call PrepareEHLandingPad on non EH pads
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-12 Sanjay Patelfix typos; NFC
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-12 Oliver Stannard[Debug] Look through bitcasts to find argument registers
2015-10-12 Vasileios Kalintiris[mips][FastISel] Clang-format switch statement. NFC.
2015-10-12 Jun Bum Lim[AArch64]Fix bug in function names in test case
2015-10-12 Sanjay Patelfix capitalization; NFC
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-12 Daniel Sanders[mips][ias] Implement macro expansion when bcc has...
2015-10-12 Daniel Sanders[mips] Whitespace cleanup in MIPS16 tests to reduce...
2015-10-12 Daniel Sanders[mips] Clean up most macro expansions to use the emit...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 Oliver StannardGlobalOpt does not treat externally_initialized globals...
2015-10-12 James Molloy[ARM] Mark Swift MISched model as incomplete
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-12 Zlatko BuljanTest commit
2015-10-12 Pawel Bylicacmake: Avoid leading space in LLVM_DEFINITIONS.
2015-10-12 Jonas Paulsson[SystemZ] testcase MC/SystemZ/insn-good-z13.s extended.
2015-10-12 James Molloy[MISched] Python script to check coverage of misched...
2015-10-12 Tobias GrosserSCEV: Allow simple AddRec * Parameter products in delin...
2015-10-12 Craig Topper[X86] Use u8imm for the immediate type for all shift...
2015-10-12 Craig Topper[X86] Add support to assembler and MCInst lowering...
2015-10-12 Craig Topper[X86] Cleanup formatting a bit. NFC
2015-10-12 Craig Topper[X86] Change the immediate for IN/OUT instructions...
2015-10-12 Craig Topper[X86] Add some instruction aliases to get the assembly...
2015-10-12 Davide Italiano[llvm-rtdyld] General modernization/cleanup in preparat...
2015-10-11 Davide Italiano[Bugpoint] Get rid of dead code. No functional change.
2015-10-11 Craig Topper[X86] Fix CMP and TEST with al/ax/eax/rax to not mark...
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-10-11 Simon Pilgrim[X86] Completed SHL cost model tests
2015-10-11 Craig Topper[X86] Remove special validation for INT immediate opera...
2015-10-11 Simon Pilgrim[X86] Renamed SHL cost model tests
2015-10-11 Simon Pilgrim[X86] Added LSHR cost model tests
2015-10-11 Simon Pilgrim[X86] Added ASHR cost model tests
2015-10-11 Craig Topper[TableGen] Add a space between type and '*' in front...
2015-10-11 Craig Topper[X86] Simplify immediate range checking code.
next