R600: Don't unnecessarily repeat the register class
[oota-llvm.git] / Makefile.rules
2014-09-19 Eric ChristopherRevert my earlier change to add "all" as a dependency...
2014-09-18 David BlaikieDisable GCC's -Woverloaded-virtual in the configure...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-06-20 Adam Nemet[Make] Fix dependencies for td.expanded
2014-06-17 Eric ChristopherAdd the coverage cflags to the link step as well to...
2014-05-15 Tom Stellardautoconf: Fix libLLVM-Major-Minor-Patch.so symlink
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so (2nd...
2014-05-06 Adam Nemet[Build] Add rule to generate fully-expanded .td file
2014-03-12 Rafael EspindolaUse -std=gnu++11 on cygwin and mingw.
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-03-01 Chandler Carruth[C++11] Replace autoconf --enable-cxx11 with --enable...
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-02-09 NAKAMURA TakumiProvide CMake package modules in install tree
2014-01-03 Jack Carter[Mips]Work around MIPS linker issues exposed by commit...
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-11-14 Chandler CarruthTeach the Makefile build system how to handle SOURCES...
2013-11-14 Dmitri GribenkoFix regular expression to work with multiple-digit...
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-08-18 NAKAMURA TakumiMakefile.rules: Avoid -fomit-frame-pointer also on...
2013-08-18 NAKAMURA TakumiMakefile.rules: Simplify nested if(s) on OmitFramePointer.
2013-08-06 Tim NorthoverRemove oddly named libraries with "make uninstall-local"
2013-08-04 Bob WilsonBuild with the $RDYNAMIC flag on Darwin as well as...
2013-07-25 Rafael EspindolaRemove dead code from the makefile build system.
2013-07-01 Sylvestre LedruThe build system is currently miss-identifying GNU...
2013-06-27 Bob WilsonAdd CXXFLAGS back to the Link command.
2013-06-25 Eric ChristopherAdd an autoconf option for turning on -gsplit-dwarf...
2013-06-25 Eric ChristopherAs far as I know no linker needs or wants the -g flag.
2013-06-24 Eric ChristopherRemove all non-linker oriented compile options from...
2013-05-23 Rafael EspindolaRemove redundant rpath.
2013-05-23 Rafael EspindolaFix indentation.
2013-05-14 Eric ChristopherRevert previous patch, it's actually on under Wall.
2013-05-14 Eric ChristopherAdd -Wreorder to the list of C++ warnings.
2013-05-03 Bill WendlingRemove this hack. We can support this better with funct...
2013-05-02 Bill WendlingWe don't want FP elimination when doing an Apple-style...
2013-04-25 Filipe CabecinhasAllow users to choose identity used to sign tools.
2013-04-09 Eric ChristopherMake check depend on all.
2013-03-15 Eric ChristopherTurn anonymous type in anonymous union warning back...
2013-03-08 Chris Lattnerremove an ancient and quaint bit of commented out makef...
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
2013-02-05 Bob WilsonSet the deployment target for Apple llvmCore builds...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-30 Saleem Abdulrasoolbuild: add --with-python option
2013-01-18 David GreenePass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
2013-01-09 David GreeneDisable -Wuninitialized for gcc
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-10-12 Bob WilsonUse MACOSX_DEPLOYMENT_TARGET when it is set. <rdar...
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-09 Bob WilsonRevert "Use a special path to place the .o files in."
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-05 Bill WendlingUse -object_path_lto when linking executables if buildi...
2012-10-04 Jordan RoseMake sure 'prefix-clang++' is aliased to 'prefix-clang...
2012-10-01 Jordan RoseRe-enable support for --program-prefix.
2012-09-26 Jordan RoseRevert "Add --program-prefix support to build"
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-08-28 Eric ChristopherTemporarily revert this to bring back the bots.
2012-08-27 Sebastian PopAdd --program-prefix support to build.
2012-08-03 Eric ChristopherAdd a configure flag for enabling -Werror on the comman...
2012-08-03 Eric ChristopherAdd a configure option to pass -std=c++11 on the comman...
2012-08-03 Eric ChristopherRevert previous patch here, we should instead configure...
2012-08-03 Eric ChristopherAdd a BUILD_FLAGS variable so that autoconf checks...
2012-06-28 Chandler CarruthRemove 'check-dg', a wrapper around 'check-local-dg...
2012-05-23 Nicolas Geoffrayllvm-ld does not exist anymore, use llvm-link instead.
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-03-12 Eric ChristopherUse a posix compliant regexp in export file construction.
2012-03-06 Daniel Dunbarbuild/Darwin: Make it easy to cause all tools to get...
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default again, but add -Werror...
2012-02-28 Chandler CarruthTemporarily revert r151609, which enabled a new warning...
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default as it matches the switc...
2012-02-18 David MeyerOn Cygwin/MingW, add SharedLibDir and LLVMToolDir to...
2012-02-02 Daniel Dunbarbuild/make: Ensure make clean removes the LLVMBuild...
2012-02-02 Daniel Dunbarbuild/Make: Add missing dependency, LLVMBuild makefile...
2011-12-27 Rafael EspindolaPR11642 has been fixed, enable -fvisibility-inlines...
2011-12-22 Benjamin KramerReenable building with -fvisibility-inlines-hidden.
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-28 Bob WilsonAdd an optional separate install prefix for internal...
2011-11-14 Daniel Dunbarbuild/Make: Switch over to using llvm-config-2 for...
2011-11-12 Daniel Dunbarbuild/Make: Define a TARGET_NATIVE_ARCH variable to...
2011-11-11 Daniel Dunbarcross-build/Make: Update cross build to properly forwar...
2011-11-11 Daniel Dunbarbuild/Make: Eliminate BUILD_COMPONENT variable, which...
2011-11-11 Eric ChristopherAdd an option '--enable-libcpp' that will have the...
2011-11-11 Daniel Dunbarbuild/Make: Switch back to llvm-config for now, I fooli...
2011-11-10 Daniel Dunbarbuild/Make: llvm-config-2 needs to use EXEEXT, since...
2011-11-10 Daniel Dunbarbuild/Make: Try to switch over to llvm-config-2 again...
2011-11-10 Chris LattnerRemove a really ancient line from the default 'make...
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-09 Daniel Dunbarbuild/Make: Fix some missing dependencies on the llvm...
2011-11-04 Daniel Dunbarbuild/make: Fix the output path of the llvm-config...
2011-11-03 Daniel Dunbarbuild: Use right Echo variable and use Verb appropriately.
next