Remove a redundant assertion in MachineBasicBlock.cpp. NFC.
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-08-29 Peter CollingbourneFix shared library build.
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-06-26 Hao Liu[InterleavedAccess] Add a pass InterleavedAccess to...
2015-06-15 Alex LorenzMIR Serialization: move the MIR printer out of the...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-15 Philip ReamesSplit GCStrategy.cpp into two files (NFC)
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-06 Lang Hames[RegAlloc] Kill off the trivial spiller - nobody is...
2014-09-23 Lang Hames[MCJIT] Nuke MachineRelocation and MachineCodeEmitter...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-14 Juergen RibutzkaConvert register liveness tracking to work on a sub...
2013-12-13 Andrew TrickRevert "Convert liveness tracking to work on a sub...
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-12-13 Andrew TrickConvert liveness tracking to work on a sub-register...
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Rafael EspindolaRemove the --shrink-wrap option.
2013-10-14 Andrew TrickMove LiveRegUnits implementation into .cpp. Comment...
2013-10-14 Rafael EspindolaRemove the now unused strong phi elimination pass.
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-25 Duncan SandsTeach cmake about the new Erlang GC files.
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2012-11-28 Jakob Stoklund OlesenMove the guts of TargetInstrInfoImpl into the TargetIns...
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.
2012-11-27 Jakub StaszakRemove unused MachineLoopRanges analysis.
2012-09-17 Tom StellardAdd a MachinePostDominator pass
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-07-26 Jakob Stoklund OlesenStart scaffolding for a MachineTraceMetrics analysis...
2012-07-04 Jakob Stoklund OlesenAdd an experimental early if-conversion pass, off by...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-20 Jakob Stoklund OlesenRemove the RenderMachineFunction HTML output pass.
2012-06-09 Jakob Stoklund OlesenSketch a LiveRegMatrix analysis pass.
2012-04-24 Andrew Trickcmake: new file
2012-03-07 Andrew TrickFix cmake
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-11 Jakob Stoklund OlesenMove RegAllocBase into its own cpp file separate from...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-05 Benjamin KramerKill ObjectCodeEmitter and BinaryObject, they were...
2012-01-05 Rafael EspindolaRemove the old ELF writer.
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-15 Nick LewyckyMove parts of lib/Target that use CodeGen into lib...
2011-12-14 NAKAMURA Takumillvm/lib/CodeGen: Fix cmake build since r146542.
2011-12-06 Lang HamesKill off the LoopSplitter. It's not being used or maint...
2011-12-01 Dylan NoblesmithCodeGen: fix CMake build
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-13 Jakob Stoklund OlesenDelete VirtRegRewriter.
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...
2011-09-28 Jakob Stoklund OlesenRename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
2011-09-25 Jakob Stoklund OlesenRename LowerSubregs to ExpandPostRAPseudos.
2011-09-13 Jakob Stoklund OlesenExtract live range calculations from SplitKit.
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-06-28 Chandler CarruthFix CMake build by removing this now dead file.
2011-06-26 Rafael EspindolaMerge SimpleRegisterCoalescing.cpp into RegisterCoalesc...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-02 Jakob Stoklund OlesenAdd a RegisterClassInfo class that lazily caches inform...
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-09 Chris Lattnersort this.
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.
2011-01-04 Jakob Stoklund OlesenTurn the EdgeBundles class into a stand-alone machine...
2010-12-15 Jakob Stoklund OlesenAdd MachineLoopRanges analysis.
2010-12-10 Jakob Stoklund OlesenAdd an AllocationOrder class that can iterate over...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Jakob Stoklund OlesenStub out RegAllocGreedy.
2010-12-05 Cameron ZwarichMove the FindCopyInsertPoint method of PHIElimination...
next