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