]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/CMakeLists.txt
Add an assertion about the integrity of the iterator.
[opencl/llvm.git] / lib / CodeGen / CMakeLists.txt
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...
2010-11-30 Jakob Stoklund OlesenStub out a new LiveDebugVariables pass.
2010-11-18 Dan GohmanRename ExpandPseudos to ExpandISelPseudos to help clari...
2010-11-16 Evan ChengAdd ExpandPseudos.cpp.
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-10-14 Jakob Stoklund OlesenCreate a new LiveRangeEdit class to keep track of the...
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-14 Ted KremenekUpdate CMake build.
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...
2010-08-10 Bill WendlingUpdate CMake...sorry for the breakage.
2010-08-06 Ted KremenekUpdate CMake build.
2010-07-20 Jakob Stoklund OlesenBeginning SplitKit - utility classes for live range...
2010-07-19 Benjamin KramerUpdate CMake build.
2010-07-17 Zhongxing Xuupdate CMakeLists.txt
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-06-29 Jakob Stoklund OlesenBegin implementation of an inline spiller.
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Ted KremenekUpdate CMake build.
2010-04-21 Jakob Stoklund OlesenAdd fast register allocator, enabled with -regalloc...
2010-04-21 Dan GohmanUpdate CMakeLists.txt.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Chris Lattnerremove empty file.
2010-04-02 Benjamin KramerUpdate CMake.
2010-03-02 Eric ChristopherAdd file to CMakeLists.txt
next