2009-01-24 |
Mike Stump | Perform optional clang building. |
blob | commitdiff | raw |
2009-01-22 |
Mike Stump | Don't create .dir files in installation directories... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Mikhail Glushenkov | Support llvmc plugins in out-of-tree projects. |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Misha Brukman | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Bill Wendling | Modify the unittests Makefiles so that they don't rebui... |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Bill Wendling | Revert r61598 as it does nothing. |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Bill Wendling | Make sure that 'ranlib' runs only after 'ar' is completed. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Chris Lattner | Remove lex/bison support from makefile.rules. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Bill Wendling | Don't error out if ranlib fails. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Duncan Sands | Fix PR3117: not all nodes being legalized. The |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Evan Cheng | Move target independent td files from lib/Target/ to... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Anton Korobeynikov | Proper way of doing llvm canadian-cross compilation. |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Daniel Dunbar | Comment fix. |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Dan Gohman | Fun x86 encoding tricks: when adding an immediate value... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Daniel Dunbar | Another dependency fix, prevent ObjDir from having... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Daniel Dunbar | Add IS_CLEANING_TARGET Makefile variable. |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Jim Grosbach | Add support for Canadian Cross builds where the host... |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Daniel Dunbar | Reapply majority of r55557 but with the changes to... |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Matthijs Kooijman | Revert r55557, it is causing linking failures on 32bit... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Daniel Dunbar | Enable -fvisibility-inlines-hidden by default for compi... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Gabor Greif | fix the output dumbness I have introduced some time ago |
blob | commitdiff | raw | diff to current |
2008-08-13 |
Dan Gohman | Initial checkin of the new "fast" instruction selection... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Chris Lattner | Add support for building on solaris, working around... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Evan Cheng | Warn of potential violations of strict aliasing rules. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Evan Cheng | Revert 51775. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Evan Cheng | Patches for building llvm on Solaris x86. Contributed... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Gordon Henriksen | Refresh Makefile.ocaml in objdir if it is modified... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Gabor Greif | Remove inappropriate whitespace, change CVS to SVN... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Andrew Lenharth | when making bytecode modules, link as library |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Chris Lattner | Make the check for GCC version more robust, fix shared... |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Duncan Sands | Unbreak builds with differing object and source |
blob | commitdiff | raw | diff to current |
2008-01-28 |
Chris Lattner | reduce duplicate -I flags passed to the compiler, clean... |
blob | commitdiff | raw | diff to current |
2008-01-22 |
Chris Lattner | One too many )'s breaks 'make clean' with certain versi... |
blob | commitdiff | raw | diff to current |
2008-01-15 |
Chris Lattner | Commit a piece that I missed before, patch by Alain... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Gordon Henriksen | Modify Makefile.rules to allow makefiles to prepend... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Chris Lattner | Factor out makefile dependency generation better. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | remove attributions from the rest of the llvm makefiles. |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Chris Lattner | noone uses etags. Connected to PR1601 |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Reid Spencer | Restore ability to build archives (oops) |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Reid Spencer | Remove bizarre use of /dev/null in a makefile include... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Reid Spencer | Make sure to keep symbols for profile build. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Reid Spencer | Make sure that preprocessor symbols like _DEBUG, NDEBUG... |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Reid Spencer | Add a missing . |
blob | commitdiff | raw | diff to current |
2007-06-29 |
David Greene | Clean up comments to be consistent with code. |
blob | commitdiff | raw | diff to current |
2007-06-28 |
David Greene | Add support for building with _GLIBCXX_DEBUG. New... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Reid Spencer | Fix a problem with building .y files when BISON is... |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Reid Spencer | Disable RTTI handling until we're ready. |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Reid Spencer | Add a rule to get the footprint of binaries and libraries. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Anton Korobeynikov | Removed tabs everywhere except autogenerated & external... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Chris Lattner | add a target to print out 80-column violations. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Reid Spencer | Speed up installation a bit by ignoring .svn directories. |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Reid Spencer | For PR789: |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Chris Lattner | correct dependency |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Chris Lattner | target for generating CC info |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Reid Spencer | Fix some bugs in module building that broke llvm-stacke... |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Reid Spencer | Don't use gccld or gccas |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Reid Spencer | Make the cleaning of BUILT_SOURCES be a "clean-all... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Reid Spencer | Remove a spurious ; |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Reid Spencer | Implement the NO_INSTALL feature. Setting this variable... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Reid Spencer | When using LINK_COMPONENTS, append the components to... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Andrew Lenharth | Work around broken binutils on alpha |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Reid Spencer | Don't remove the find_rule label from FLEX output.... |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Reid Spencer | Remove the find_rule label from the output of flex... |
blob | commitdiff | raw | diff to current |
2006-12-30 |
Reid Spencer | When compiling a C or C++ file to assembly, make the... |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Reid Spencer | Allow an --enable-pic option to turn on -fPIC compiler... |
blob | commitdiff | raw | diff to current |
2006-12-10 |
Reid Spencer | Don't bother with setting the path before running llvm... |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Reid Spencer | Remove line not meant to be committed. |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Reid Spencer | Handle upgrade of llvm-gcc3 assembly files. |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Reid Spencer | Undo removal of the runtime libraries. While this may... |
blob | commitdiff | raw | diff to current |
2006-11-16 |
Reid Spencer | In LLVM 2.0 we won't use the runtime libraries as llvm... |
blob | commitdiff | raw | diff to current |
2006-11-15 |
Chris Lattner | Fix typo pointed out by Bryan Adams |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Reid Spencer | Allow ENABLE_OPTIMIZED=0 to turn off optimization ... |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Reid Spencer | For PR786: |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Chris Lattner | Targets should depend on all the intrinsics.td files... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Chris Lattner | Move CompileCommonOpts to the end of the list so that... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Fix a build problem |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Remove some dead makefilery |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Bugfix for llvm-config support |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Make LINK_COMPONENTS interact well with make clean |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Add a new make option (LINK_COMPONENTS) which tools... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Rearrange library linkage order. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Reid Spencer | For PR387: |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Reid Spencer | Doh! Commit the change that turns ON -fno-exceptions. |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Reid Spencer | For PR797: |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Reid Spencer | For PR738: |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Reid Spencer | To avoid errors where a non-exception .o is on the... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Reid Spencer | For PR797: |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Reid Spencer | For PR780: |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Chris Lattner | Pass -fstrict-aliasing to the compiler when building... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Reid Spencer | For PR814: |
blob | commitdiff | raw | diff to current |
2006-07-26 |
Chris Lattner | Reduce work done for directory traversal in srcdir... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Evan Cheng | Workaround no longer needed. |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Devang Patel | Fix MacOSX build failures. (pr841) |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Chris Lattner | Build more debugger/selectiondag libraries as archives... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Andrew Lenharth | Fix linking on Alpha |
blob | commitdiff | raw | diff to current |
2006-07-11 |
Chris Lattner | Profile builds should always have debug info enabled. |
blob | commitdiff | raw | diff to current |
2006-06-29 |
Chris Lattner | Allow specifying an explicit list of architectures... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Chris Lattner | Add targets for generating .s file in addition to ... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Chris Lattner | Factor a bunch of rules together, no functionality... |
blob | commitdiff | raw | diff to current |
next |