index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-04-24
cmake: new file
Andrew Trick
2012-03-07
Fix cmake
Andrew Trick
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-11
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-05
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
Remove the old ELF writer.
Rafael Espindola
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-15
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-14
llvm/lib/CodeGen: Fix cmake build since r146542.
NAKAMURA Takumi
2011-12-06
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-12-01
CodeGen: fix CMake build
Dylan Noblesmith
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-13
Delete VirtRegRewriter.
Jakob Stoklund Olesen
2011-11-12
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-10-21
Implement a block placement pass based on the branch probability and
Chandler Carruth
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-25
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-13
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-08-10
Provide utility to extract and use lexical scoping information from machine i...
Devang Patel
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-16
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-06-28
Fix CMake build by removing this now dead file.
Chandler Carruth
2011-06-26
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-16
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-02
Add a RegisterClassInfo class that lazily caches information about
Jakob Stoklund Olesen
2011-04-02
Add an InterferenceCache class for caching per-block interference ranges.
Jakob Stoklund Olesen
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-01-09
sort this.
Chris Lattner
2011-01-06
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
2011-01-04
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2010-12-15
Add MachineLoopRanges analysis.
Jakob Stoklund Olesen
2010-12-10
Add an AllocationOrder class that can iterate over the allocatable physical
Jakob Stoklund Olesen
2010-12-08
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick
2010-12-08
Stub out RegAllocGreedy.
Jakob Stoklund Olesen
2010-12-05
Move the FindCopyInsertPoint method of PHIElimination to a new standalone
Cameron Zwarich
2010-11-30
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
2010-11-18
Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.
Dan Gohman
2010-11-16
Add ExpandPseudos.cpp.
Evan Cheng
2010-10-22
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-14
Create a new LiveRangeEdit class to keep track of the new registers created when
Jakob Stoklund Olesen
2010-10-07
Add initialization routines for CodeGen.
Owen Anderson
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-14
Update CMake build.
Ted Kremenek
2010-08-14
Add a local stack object block allocation pass. This is still an
Jim Grosbach
2010-08-10
Update CMake...sorry for the breakage.
Bill Wendling
2010-08-06
Update CMake build.
Ted Kremenek
[next]