oota-llvm.git
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Michael Kuperstein[x32] Mark RBX as reserved when EBX is the base pointer.
2015-02-24 Sanjay Patelfix typo in comment; NFC
2015-02-24 Michael Kuperstein[x32] x32 should use ebx as the base pointer.
2015-02-24 Hal Finkel[SDAG] Handle LowerOperation returning its input consis...
2015-02-24 Toma Tabacu[mips] Reformat some TableGen definitions. NFC.
2015-02-24 Kuba BreckaFix alloca_instruments_all_paddings.cc test to work...
2015-02-24 Craig Topper[X86] Remove the AbsMem32 type from the assembly parser...
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-24 Bob WilsonFix handling of negative offsets for AddrModeT2_i8s4...
2015-02-24 Sanjoy DasFix bug 22641
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-24 Adam Nemet[LoopAccesses] LAA::getInfo to use const reference...
2015-02-24 David MajnemerX86: Only use 'lea' in Win64 epilogues if a frame point...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Simon PilgrimFix based on post-commit comment on D7816 & rL230177...
2015-02-23 Andrea Di Biagio[X86] Teach how to custom lower double-to-half conversi...
2015-02-23 Sanjoy DasFix bug 22641
2015-02-23 Rafael EspindolaFix invalid cast.
2015-02-23 David MajnemerX86: Use a smaller 'mov' instruction for stack probe...
2015-02-23 David MajnemerX86: Use 'mov' instead of 'lea' in Win64 SEH prologues...
2015-02-23 David MajnemerX86: Explain why we cannot use a 'mov' in a Win64 epilogue
2015-02-23 David MajnemerX86: Consistently use 'epilogue' instead of 'epilog'
2015-02-23 Sanjay Pateladd newline for easier reading; NFC
2015-02-23 Bruno Cardoso... [AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-23 Justin BognerInstrProf: Teach llvm-cov to show the max count instead...
2015-02-23 Andrew KaylorRemoving unused private field.
2015-02-23 Bruno Cardoso... [X86][MMX] Fix test to reflect current codegen
2015-02-23 Andrew KaylorSecond attempt to fix WinEHCatchDirector build failures.
2015-02-23 Andrew KaylorAttempting to fix WinEHCatchDirector destructor related...
2015-02-23 Andrew KaylorAdding test for Windows EH frame variable remapping.
2015-02-23 Andrew KaylorRemap frame variables for native Windows exception...
2015-02-23 Bruno Cardoso... Revert "[X86][MMX] Add MMX instructions to foldable...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Eric ChristopherRewrite the global merge pass to be subprogram agnostic...
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-23 Reid Klecknercmake: Don't do the libstdc++ version check when clang...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2015-02-23 Daniel Sanders[mips] Honour -mno-odd-spreg for vector insert/extract...
2015-02-23 Bob WilsonFix incorrect immediate size for AddrModeT2_i8s4 in...
2015-02-23 Benjamin KramerSync the __builtin_expects for our 3 quadratically...
2015-02-23 Bruno Cardoso... [X86] Add specific mtriple in order to appease builbots
2015-02-23 Bruno Cardoso... [X86][MMX] Add MMX instructions to foldable tables
2015-02-23 Bruno Cardoso... [X86][MMX] Support folding loads in psll, psrl and...
2015-02-23 Bruno Cardoso... [X86][MMX] Add tests for pslli, psrli and psrai intrinsics
2015-02-23 Elena DemikhovskyAVX-512: recommitted 229837 + bugfix + test
2015-02-23 Elena Demikhovskyrestructured X86 scalar unary operation templates
2015-02-23 Benjamin Kramer[llvm-pdbdump] Remove unused variables.
2015-02-23 NAKAMURA TakumiOrc/JITSymbol.h requires not "Compiler.h" but "DataType...
2015-02-23 David MajnemerAsmParser: Check ConstantExpr insertvalue operands...
2015-02-23 Zachary Turner[llvm-pdbdump] Fix builders again.
2015-02-23 Zachary Turner[llvm-pdbdump] Very minor code cleanup.
2015-02-23 Zachary Turner[llvm-pdbdump] Add an option to dump full class definit...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Remove dead AST map in SessionContext.
2015-02-23 Nico WeberTry to fix reST markup for an external link.
2015-02-23 David BlaikieFix Makefile build
2015-02-23 David Blaikie[orc] Add a trivial unit test to get the ball rolling
2015-02-23 David MajnemerAsmParser: Call instructions can't have an alignment
2015-02-22 David MajnemerAsmParser: Check ConstantExpr GEP operands for validity
2015-02-22 David Majnemerllvm-pdbdump: Fix gcc/clang build
2015-02-22 Zachary Turner[llvm-pdbdump] Fix a few compilation failures.
2015-02-22 David BlaikieAdd missing header
2015-02-22 Zachary Turner[llvm-pdbdump] Rewrite dumper using visitor pattern.
2015-02-22 Zachary Turner[llvm-pdbdump] Simplify options and output.
2015-02-22 David BlaikieRoll condition into an assert then wrap it 'ifndef...
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-22 Hal Finkel[LICM] Refactor to expose functionality as utility...
2015-02-22 Simon Pilgrim[DagCombiner] Generalized BuildVector Vector Concatenation
2015-02-22 Hal Finkel[DAGCombine] Don't assume integer-type legailty in...
2015-02-22 Hal Finkel[SDAG] Use correct alignments on expanded vector trunc...
2015-02-22 NAKAMURA TakumiFix a warning on HexagonMCCodeEmitter::MCII. [-Wunused...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts to mark...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunuse...
2015-02-22 NAKAMURA TakumiLowerBitSets.cpp: Prune incorrect \param(s). [-Wdocumen...
2015-02-22 Craig Topper[X86] Add some missing redundant MMX and SSE encodings...
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary TurnerAttempt to fix the builders.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-22 David MajnemerCOFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF...
2015-02-22 David MajnemerCOFF: Consistently format the DWARF sections
2015-02-22 Lang Hames[Orc] Remove redundant using directive.
2015-02-22 Lang Hames[Orc] Add header comment to IndirectionUtils.cpp.
2015-02-21 Sanjoy DasIRCE: generalize InductiveRangeCheck::computeSafeIterat...
2015-02-21 Sanjoy DasIRCE: use SCEVs instead of llvm::Value's for intermediate
2015-02-21 Matt ArsenaultR600/SI: Use v_madmk_f32
2015-02-21 Matt ArsenaultR600/SI: Try to use v_madak_f32
2015-02-21 Matt ArsenaultR600/SI: Don't crash when getting immediate operand...
2015-02-21 Matt ArsenaultR600/SI: Fix mad*k definitions
2015-02-21 Simon Pilgrim[X86][SSE] Added shuffle based integer zero extension...
2015-02-21 Justin Bognerdocs: Mention that assertions must be enabled to use...
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-21 Benjamin KramerMachineInstr: Use range-based for loops. NFC.
2015-02-21 Benjamin KramerCalling memmove on a MachineOperand is totally safe.
2015-02-21 Benjamin KramerRemove dead prototype.
2015-02-21 Benjamin KramerX86: Remove custom lowering of SIGN_EXTEND_INREG
next