[WebAssembly] Assert that byval and nest are not used for return types.
[oota-llvm.git] / lib / CodeGen /
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Reid KlecknerUse std::string instead of strdup() and free() in WinCo...
2015-12-02 Kyle Butt[CodeGen]: Fix bad interaction with AntiDep breaking...
2015-12-02 Fiona GlaserFix accidental off by one change
2015-12-02 Fiona GlaserScheduler / Regalloc: use unique_ptr[] instead of std...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-01 Cong HouFix a bug in IfConversion.cpp.
2015-12-01 Sanjay Pateluse range-based for loops; NFCI
2015-12-01 Sanjay Pateldon't repeat function/variable names in comments; NFC
2015-12-01 Sanjay Patelfix typo; NFC
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Cong HouAllow known and unknown probabilities coexist in MBB...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Matthias BraunRegisterPressure: If we do not collect dead defs the...
2015-12-01 Matthias BraunRegisterPressure: Remove support for recede()/advance...
2015-12-01 Matthias BraunRegisterPressure: Split RegisterOperands analysis code...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouFix a bug in MachineBlockPlacement that may cause asser...
2015-12-01 Evgeniy StepanovExtend debug info for function parameters in SDAG.
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-29 Craig TopperUse a lambda instead of std::bind and std::mem_fn I...
2015-11-29 Craig Topper[SelectionDAG] Use std::any_of instead of a manually...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-24 Matthias BraunLiveVariables should not clobber MachineOperand::IsDead...
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-11-23 Andrew Kaylor[WinEH] Fix problem where CodeGenPrepare incorrectly...
2015-11-22 Simon PilgrimRemove duplicate getValueType() calls. NFCI.
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Jonas Paulsson[DAGCombiner] Bugfix for lost chain depenedency.
2015-11-20 Geoff Berry[CodeGenPrepare] Create more extloads and fewer ands
2015-11-20 Arnaud A. de Grand... [ShrinkWrap] Teach ShrinkWrap to handle targets requiri...
2015-11-20 Daniel SandersPartially revert r253662: some unrelated work was accid...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-19 Tobias Edler von... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-19 Reid Kleckner[WinEH] Disable most forms of demotion
2015-11-19 Krzysztof ParzyszekExpand subregisters in MachineFrameInfo::getPristineRegs
2015-11-19 Sanjay Patel[CGP] despeculate expensive cttz/ctlz intrinsics
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Simon Pilgrim[DAGCombiner] Vector constant folding for comparisons
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Jonas Paulsson[SelectionDAGBuilder] Make sure DemoteReg ends up in...
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 Cong HouRemove a redundant assertion in MachineBasicBlock.cpp...
2015-11-18 Cong HouRemove redundant code in MachineBasicBlock.cpp. NFC.
2015-11-18 Cong HouImproving edge probabilities computation when choosing...
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Pat GavlinLower statepoints with multi-def targets.
2015-11-17 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Quentin Colombet[ShrinkWrapping] Disable the optimization for functions...
2015-11-13 Matthias BraunMachineScheduler: Print initial pressure in debug dump
2015-11-13 Matthias BraunMachineScheduler: Improve debug output for "only one...
2015-11-13 James Molloy[SDAG] Fix expansion of BITREVERSE
2015-11-13 Sanjoy Das[ImplicitNulls] Add some clarifying comments; NFC
2015-11-12 Tom StellardRevert "Remove unnecessary call to getAllocatableRegClass"
2015-11-12 Sanjoy Das[ImplicitNulls] Fix wrapping by breaking up a condition...
2015-11-12 Sanjoy Das[ImplicitNull] Extract out a HazardDetector class, NFC
2015-11-12 Quentin Colombet[ShrinkWrap] Fix a typo in a comment.
2015-11-12 Quentin Colombet[ShrinkWrap] Make sure we do not mess up with EH funcle...
2015-11-12 Andrew Kaylor[WinEH] Fix problem with removing an element from a...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-12 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-11-11 Reid Kleckner[WinEH] Don't forward branches across empty EH pad BBs
2015-11-11 Geoff Berry[DAGCombiner] Improve zextload optimization.
2015-11-11 Matt ArsenaultAdd target preference for GatherAllAliases max depth
2015-11-11 Dehao Chenclang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-11 Matthias BraunMachineInstr: addRegisterDefReadUndef() => setRegisterD...
2015-11-10 Matthias BraunTableGen: Emit LaneMask for register classes without...
2015-11-10 Sanjay Patelless indent; NFCI
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for scalar_to_vector
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for insert_vector_elt
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for extract_vector_elt
2015-11-10 Sanjay Pateladd 'MustReduceDepth' as an objective/cost-metric for...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-10 Matt ArsenaultRemove unnecessary call to getAllocatableRegClass
2015-11-09 Matthias BraunMachineVerifier: Streamline live interval related error...
2015-11-09 Matthias BraunMachineVerifier: Add missing linebreak
2015-11-09 Matthias BraunMachineVerifier: MI::print has no TargetMachine overload
2015-11-09 Matthias BraunMachineVerifier: print list of live intervals if available
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Reid Kleckner[WinEH] Tweak funclet prologue/epilogue insertion to...
2015-11-09 Andrew Kaylor[WinEH] Re-committing r252249 (Clone funclets with...
2015-11-09 Oliver Stannard[CodeGen] Always promote f16 if not legal
2015-11-07 Yaron KerenErase unused FunctionDIs variables after r252219.
next