CodeGen: Use range-based for in GlobalMerge, NFC
[oota-llvm.git] / include /
2015-10-09 Owen AndersonAdd iterator ranges for blocks in a Loop.
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit conversions from Analysis...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Duncan P. N. Exon... Revert "Support: Partially revert r249782 to unbreak...
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-09 Duncan P. N. Exon... Support: Partially revert r249782 to unbreak clang...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-10-08 Sanjoy Das[IRBuilder] Change the `gc.statepoint` creation interface
2015-10-08 Sanjoy Das[PlaceSafeopints] Extract out `callsGCLeafFunction...
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
2015-10-08 Teresa JohnsonFix another UBSan test error from r248897 and follow...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Sanjoy Das[SCEV] Bring some methods up to coding style; NFC
2015-10-08 Hal Finkel[PowerPC] Add R_PPC64_GLOB_DAT and R_PPC64_RELATIVE...
2015-10-08 Rafael EspindolaAdd a helper for getting a section's content as an...
2015-10-08 Teresa JohnsonFix UBSan test error from r248897 about left shift...
2015-10-08 James MolloyTreat Mul just like Add and Subtract
2015-10-08 James MolloyMake demanded bits lazy
2015-10-08 Diego NovilloRevert "Handle inline stacks in gcov-encoded sample...
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-10-08 Justin BognerCodeGen: print and verify after TargetPassConfig::inser...
2015-10-07 Lang Hames[Orc] Enable user supplied partitioning functors in...
2015-10-07 Reid Kleckner[WinEH] Undo the effect of r249578 for 32-bit
2015-10-07 Duncan P. N. Exon... Support: Stop using iplist in Recycler
2015-10-07 Rafael Espindolagit-clang-format r249548.
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-07 Sanjoy Das[IRBuilder] Add gc.statepoint related methods to IRBuilder
2015-10-07 Rafael EspindolaUse SpecificBumpPtrAllocator to simplify the MCSeciton...
2015-10-07 Reid Kleckner[WinEH] Fix two minor issues in __CxxFrameHandler3...
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Rafael EspindolaUse non virtual destructors for sections.
2015-10-07 Rafael EspindolaDon't repeat names in comments and don't indent in...
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-07 Sanjoy Das[OperandBundles] Add an accessor to get an operand...
2015-10-07 Sanjoy Das[OperandBundles] Remove a useless accessor from Operand...
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-10-06 Duncan P. N. Exon... IR: Remove unnecessary TraitsClass typedef, NFC
2015-10-06 Duncan P. N. Exon... CodeGen: s/protected:/private:/ in MachineBasicBlock...
2015-10-06 Sanjoy Das[IndVars] Don't break dominance in `eliminateIdentitySCEV`
2015-10-06 Duncan P. N. Exon... IR: Remove unnecessary specialization of getSymTab...
2015-10-06 Joseph Tremoulet[WinEH] Implement state numbering for CoreCLR
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-06 Duncan P. N. Exon... IR: Use typedefs for getSublistAccess(), NFC
2015-10-05 Diego NovilloRemove AutoFDO profile handling for GCC's LIPO. NFC.
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiReformat 3 files in llvm/include/llvm/CodeGen/.
2015-10-05 NAKAMURA TakumiTrailing whitespaces.
2015-10-05 NAKAMURA TakumiPrune trailing whitespaces in comment lines.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-10-04 Igor BregerAVX512: Implemented encoding and intrinsics for VPERMIL...
2015-10-04 David Majnemer[WinEH] Permit branch folding in the face of funclets
2015-10-03 Rafael EspindolaRemove unnecessary includes.
2015-10-03 Rafael EspindolaMove registerSection out of line and reduce #includes...
2015-10-02 Sanjoy DasFix comment ASCII art to unbreak the gcc 4.9.1 build
2015-10-02 Sanjoy Das[SCEV] Recognize simple br-phi patterns
2015-10-02 Piotr Padlewskiinariant.group handling in GVN
2015-10-02 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Sanjoy Das[SCEV] Refactor out a createNodeForSelect
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
2015-10-02 Matt ArsenaultAdd way to test for generic TargetOpcodes
2015-10-02 Sanjoy Das[SCEV] Try to prove predicates by splitting them
2015-10-02 Richard SmithDenseMap: we're trying to call the reserved global...
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-10-01 Tom StellardAMDGPU: Add MEM_RAT STORE_TYPED.
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-10-01 Rafael EspindolaUse more strict types. NFC.
2015-10-01 Keno FischerFix performance problem in long-running SectionMemoryMa...
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-09-30 Hal Finkel[PowerPC] undef Relocation names in PowerPC*.def
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-30 Artyom Skrobov[ARM] Support for ARMv6-Z / ARMv6-ZK missing
2015-09-30 Teresa JohnsonAdd support for sub-byte aligned writes to lib/Support...
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Justin BognerInstrProf: Add a missing const_cast from r248833
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-29 Cong HouRename some function arguments in MachineBasicBlock...
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-29 Nemanja IvanovicAddition of interfaces the BE to conform to Table A...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-28 Andrew KaylorImproved the interface of methods commuting operands...
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
next