aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
AgeCommit message (Expand)Author
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-08-17Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2006-11-03this will work betterChris Lattner
2006-11-03Fix the build on xcode < 2.4Chris Lattner
2006-11-02Make CodeGen libs -pedantic clean.Reid Spencer
2006-07-20Fix linking on AlphaAndrew Lenharth
2006-06-01Prevent the -pedantic option from causing Mac OS/X build problems:Reid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-10ModuloScheduling has moved to lib/Target/SparcV9Misha Brukman
2004-10-08InstrSched has been moved to lib/Target/SparcV9Misha Brukman
2004-08-01Adding ModuloScheduling so that it compiles for everyone.Tanya Lattner
2004-06-22Making an archive version of the CodeGen library is unnecessary if we justMisha Brukman
2004-06-22Provide archive version of CodeGen library (for those tools that only needMisha Brukman
2004-06-02Oops, this was not to go inChris Lattner
2004-06-02Adjust to new TargetMachine interfaceChris Lattner
2004-01-09Move InstrSelection into lib/Target/Sparc, as it's sparc specificChris Lattner
2004-01-09Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-09-01Don't build dead directoriesChris Lattner
2003-08-15rename selection directory and library to SelectionDAGChris Lattner
2003-08-13Mapping directory no longer existsChris Lattner
2003-08-11Build the SelectionDAG libraryChris Lattner
2002-10-25Initial checkin of codegen infrastructure for LLVM-JITChris Lattner
2002-09-29Convert DIRS to PARALLEL_DIRS. They can be built independently.Vikram S. Adve
2002-09-20Add PostOpts/ and rename PreSelection/ to PreOpts/.Vikram S. Adve
2002-09-16Add subdirectory PreSelection.Vikram S. Adve
2002-08-27Added Mapping subdirAnand Shukla
2001-09-14added RegAlloc Directory to DIRSRuchira Sasanka
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-08-28Added directory InstrSched.Vikram S. Adve
2001-08-27Demolish explicit source listChris Lattner
2001-07-21*** empty log message ***Vikram S. Adve