Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
[oota-llvm.git] / include / llvm / CodeGen /
2014-11-01 Daniel SandersRenamed CCState members that appear to misspell 'Proces...
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-27 Lang Hames[PBQP] Remove a spurious 'typename' keyword. This was...
2014-10-27 Lang Hames[PBQP] Clarify ambiguous-looking typedef.
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-26 Lang Hames[PBQP] Tidying up as per Dave Blaikie's suggesions...
2014-10-26 Lang Hames[PBQP] Explicitly define copy/move operations for NodeM...
2014-10-26 Lang Hames[PBQP] Re-commit r220642 with a workaround for quirky...
2014-10-26 Hans WennborgRevert "[PBQP] Unique-ptrify some PBQP Metadata structu...
2014-10-26 Lang Hames[PBQP] Unique-ptrify some PBQP Metadata structures...
2014-10-26 Lang Hames[PBQP] Tidy up CostAllocator.h: fix variable case,...
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Arnaud A. de Grand... [PBQP] Teach PassConfig to tell if the default register...
2014-10-21 Arnaud A. de Grand... [PBQP] Check for out of bound access in DEBUG builds
2014-10-21 Rafael EspindolaMake AsmPrinter::EmitLabelOffsetDifference a static...
2014-10-20 Lang Hames[PBQP] Use DenseSet rather than std::set for PBQP's...
2014-10-18 Lang Hames[PBQP] Move register-allocation specific PBQP code...
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction rather...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-10 Fariborz JahanianAdd couple of missing 'override' keyword. NFC.
2014-10-09 Lang Hames[PBQP] Add missing headers from r219421.
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-10-08 Eric ChristopherReplace calls to get the subtarget and TargetFrameLower...
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-08 Eric ChristopherCache SelectionDAGISel TargetInstrInfo lookups on the...
2014-10-08 Eric ChristopherHave the selection dag grab TargetLowering off of the...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
2014-10-02 Lang Hames[PBQP] Update doxygen comment style to match the rest...
2014-10-02 Lang Hames[PBQP] Add support for graph-level metadata to the...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-28 Matt ArsenaultAdd MachineOperand::ChangeToFPImmediate and setFPImm
2014-09-26 Eric ChristopherHave setSubtarget take a const subtarget.
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-23 Lang Hames[MCJIT] Nuke MachineRelocation and MachineCodeEmitter...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Juergen Ributzka[FastISel] Fix a bug in FastISel::CallLoweringInfo.
2014-09-15 Juergen Ributzka[FastISel] Move optimizeCmpPredicate to FastISel base...
2014-09-11 David BlaikieUse CostPool::PoolRef typedef some more
2014-09-10 David Blaikieshared_ptrify ownershp of PoolEntries in PBQP's CostPool
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-04 Yaron KerenPost-JIT light cleanup of ExecutionEngine.h: edited...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove unnecessary getTarget call now that the subtarge...
2014-09-03 Juergen Ributzka[FastISel] Some long overdue spring cleaning of FastISel.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Juergen Ributzka[FastISel] Provide the option to skip target-independen...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-09-02 David Blaikieunique_ptrify PBQPBuilder::build
2014-09-02 Rafael EspindolaReplace -use-init-array with -use-ctors.
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-08-28 Juergen Ributzka[FastISel]
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: hoist out code in nested loops
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: switch to std::vector
2014-08-25 Dylan NoblesmithCodeGen: switch raw array to std::vector
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-21 Duncan P. N. Exon... Revert "X86: Align the stack on word boundaries in...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-20 Alexey SamsonovFix null reference creation in SelectionDAG constructor.
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Duncan P. N. Exon... X86: Align the stack on word boundaries in LowerFormalA...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Gerolf Hoflehner[Cleanup] Utility function to erase instruction and...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-13 Hal FinkelFix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID
2014-08-12 Eric ChristopherHave MachineRegisterInfo take and store the MachineFunc...
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-31 Hal FinkelMake classof in MemSDNode consistent with MemIntrinsicS...
next