Demoting CHelpers.h to include/llvm/Support.
[oota-llvm.git] / Makefile.rules
2007-09-26 Chris Lattnernoone uses etags. Connected to PR1601
2007-07-23 Reid SpencerRestore ability to build archives (oops)
2007-07-23 Reid SpencerRemove bizarre use of /dev/null in a makefile include...
2007-07-10 Reid SpencerMake sure to keep symbols for profile build.
2007-07-10 Reid SpencerMake sure that preprocessor symbols like _DEBUG, NDEBUG...
2007-06-29 Reid SpencerAdd a missing .
2007-06-29 David GreeneClean up comments to be consistent with code.
2007-06-28 David GreeneAdd support for building with _GLIBCXX_DEBUG. New...
2007-05-17 Reid SpencerFix a problem with building .y files when BISON is...
2007-05-02 Reid SpencerDisable RTTI handling until we're ready.
2007-05-02 Reid SpencerAdd a rule to get the footprint of binaries and libraries.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-14 Chris Lattneradd a target to print out 80-column violations.
2007-04-09 Reid SpencerSpeed up installation a bit by ignoring .svn directories.
2007-03-29 Reid SpencerFor PR789:
2007-02-28 Chris Lattnercorrect dependency
2007-02-27 Chris Lattnertarget for generating CC info
2007-02-09 Reid SpencerFix some bugs in module building that broke llvm-stacke...
2007-02-09 Reid SpencerDon't use gccld or gccas
2007-02-07 Reid SpencerMake the cleaning of BUILT_SOURCES be a "clean-all...
2007-02-07 Reid SpencerRemove a spurious ;
2007-02-06 Reid SpencerImplement the NO_INSTALL feature. Setting this variable...
2007-02-04 Reid SpencerWhen using LINK_COMPONENTS, append the components to...
2007-01-26 Andrew LenharthWork around broken binutils on alpha
2007-01-11 Reid SpencerDon't remove the find_rule label from FLEX output....
2007-01-03 Reid SpencerRemove the find_rule label from the output of flex...
2006-12-30 Reid SpencerWhen compiling a C or C++ file to assembly, make the...
2006-12-16 Reid SpencerAllow an --enable-pic option to turn on -fPIC compiler...
2006-12-10 Reid SpencerDon't bother with setting the path before running llvm...
2006-12-03 Reid SpencerRemove line not meant to be committed.
2006-12-03 Reid SpencerHandle upgrade of llvm-gcc3 assembly files.
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-11-15 Chris LattnerFix typo pointed out by Bryan Adams
2006-11-11 Reid SpencerAllow ENABLE_OPTIMIZED=0 to turn off optimization ...
2006-11-02 Reid SpencerFor PR786:
2006-10-24 Chris LattnerTargets should depend on all the intrinsics.td files...
2006-09-29 Chris LattnerMove CompileCommonOpts to the end of the list so that...
2006-09-04 Chris LattnerFix a build problem
2006-09-04 Chris LattnerRemove some dead makefilery
2006-09-04 Chris LattnerBugfix for llvm-config support
2006-09-04 Chris LattnerMake LINK_COMPONENTS interact well with make clean
2006-09-04 Chris LattnerAdd a new make option (LINK_COMPONENTS) which tools...
2006-09-04 Chris LattnerRearrange library linkage order.
2006-08-28 Reid SpencerFor PR387:
2006-08-25 Reid SpencerDoh! Commit the change that turns ON -fno-exceptions.
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR738:
2006-08-18 Reid SpencerTo avoid errors where a non-exception .o is on the...
2006-08-18 Reid SpencerFor PR797:
2006-08-07 Reid SpencerFor PR780:
2006-07-27 Chris LattnerPass -fstrict-aliasing to the compiler when building...
2006-07-26 Reid SpencerFor PR814:
2006-07-26 Chris LattnerReduce work done for directory traversal in srcdir...
2006-07-21 Evan ChengWorkaround no longer needed.
2006-07-21 Devang PatelFix MacOSX build failures. (pr841)
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-11 Chris LattnerProfile builds should always have debug info enabled.
2006-06-29 Chris LattnerAllow specifying an explicit list of architectures...
2006-06-21 Chris LattnerAdd targets for generating .s file in addition to ...
2006-06-21 Chris LattnerFactor a bunch of rules together, no functionality...
2006-06-20 Evan ChengAllow LLVM to be built with extra options.
2006-06-16 Chris LattnerDo not hardcode random paths into the makefile. Make...
2006-06-15 Chris LattnerFix building on case-sensitive file systems, grr :)
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE stuff.
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2006-06-01 Reid SpencerFor PR786:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-30 Chris LattnerEnable -fno-use-cxa-atexit on darwin/ppc also.
2006-05-24 Chris LattnerAbstract out the current optimization level into a...
2006-05-24 Chris LattnerRemove flags implied by -O3
2006-05-24 Chris LattnerDon't use -fomit-frame-pointer on darwin, it breaks...
2006-05-17 Reid SpencerMake some changes suggested by Chris:
2006-05-16 Reid SpencerMake sure that $(CXX.Flags) is passed to the linker...
2006-05-16 Vladimir PrusReplace "../whatever.td" with "whatever.td", so that...
2006-05-16 Reid SpencerWhen linking, make sure the project libraries are linke...
2006-05-11 Owen AndersonFix some problems linking stuff in libTarget.
2006-04-20 Reid SpencerRemove traces of Burg utility now that its gone and...
2006-04-20 Chris LattnerRemove V9 jit support
2006-04-19 Chris LattnerFinal piece to get relinked .o files buildable universa...
2006-04-12 Reid SpencerMake sure that the C Frontend's runtime library directo...
2006-04-12 Reid SpencerRemove extraneous building in target dist-check. There...
2006-04-10 Reid SpencerENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
2006-04-09 Reid SpencerCheck for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS
2006-04-07 Reid SpencerFor PR723:
2006-04-07 Evan ChengA saner workaround. I hope.
2006-04-07 Evan ChengTemporary workaround for a Mac OSX specific issue.
2006-04-06 Chris LattnerAdd support for building the LLVM libraries and tools...
2006-03-24 Reid SpencerAdd a facility for invoking the llvm-config tool when...
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-21 Chris LattnerEnable assertions to be enabled in release builds by...
2006-03-10 Chris Lattnerreorder these to make it work with static libraries
2006-03-09 Chris LattnerUse $(Verb) instead of @ so that VERBOSE=1 will print...
2006-03-03 Chris Lattnerpass -Illvm/include to tblgen
2006-02-28 Chris Lattner8 spaces -> tab. Reported by Wink Saville
2006-02-16 Chris LattnerFix a minor makefile bug with lex/yacc handling that...
2006-02-15 Chris Lattnerbugfixes
2006-02-15 Chris LattnerConvert the bison-output-checked-into-cvs makefile...
2006-02-15 Duraid MadinaHP aCC (and a bunch of other compilers, no doubt) don...
next