2006-12-30 |
Reid Spencer | When compiling a C or C++ file to assembly, make the... |
blob | commitdiff | raw |
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 |
2006-06-20 |
Evan Cheng | Allow LLVM to be built with extra options. |
blob | commitdiff | raw | diff to current |
2006-06-16 |
Chris Lattner | Do not hardcode random paths into the makefile. Make... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Chris Lattner | Fix building on case-sensitive file systems, grr :) |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Chris Lattner | Remove obsolete CORE_IS_ARCHIVE stuff. |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | Provide configuration support and usage for MINGW32... |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | For PR786: |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Chris Lattner | Enable -fno-use-cxa-atexit on darwin/ppc also. |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Chris Lattner | Abstract out the current optimization level into a... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Chris Lattner | Remove flags implied by -O3 |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Chris Lattner | Don't use -fomit-frame-pointer on darwin, it breaks... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Reid Spencer | Make some changes suggested by Chris: |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Reid Spencer | Make sure that $(CXX.Flags) is passed to the linker... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vladimir Prus | Replace "../whatever.td" with "whatever.td", so that... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Reid Spencer | When linking, make sure the project libraries are linke... |
blob | commitdiff | raw | diff to current |
2006-05-11 |
Owen Anderson | Fix some problems linking stuff in libTarget. |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Reid Spencer | Remove traces of Burg utility now that its gone and... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Chris Lattner | Remove V9 jit support |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Chris Lattner | Final piece to get relinked .o files buildable universa... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Reid Spencer | Make sure that the C Frontend's runtime library directo... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Reid Spencer | Remove extraneous building in target dist-check. There... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Reid Spencer | ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS |
blob | commitdiff | raw | diff to current |
2006-04-09 |
Reid Spencer | Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Reid Spencer | For PR723: |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Evan Cheng | A saner workaround. I hope. |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Evan Cheng | Temporary workaround for a Mac OSX specific issue. |
blob | commitdiff | raw | diff to current |
2006-04-06 |
Chris Lattner | Add support for building the LLVM libraries and tools... |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Reid Spencer | Add a facility for invoking the llvm-config tool when... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Reid Spencer | These changes are necessary to support the new llvm... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Chris Lattner | Enable assertions to be enabled in release builds by... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Chris Lattner | reorder these to make it work with static libraries |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Chris Lattner | Use $(Verb) instead of @ so that VERBOSE=1 will print... |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Chris Lattner | pass -Illvm/include to tblgen |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Chris Lattner | 8 spaces -> tab. Reported by Wink Saville |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Chris Lattner | Fix a minor makefile bug with lex/yacc handling that... |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Chris Lattner | bugfixes |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Chris Lattner | Convert the bison-output-checked-into-cvs makefile... |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Duraid Madina | HP aCC (and a bunch of other compilers, no doubt) don... |
blob | commitdiff | raw | diff to current |
2006-02-15 |
Duraid Madina | oops, I meant this |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Chris Lattner | Implement an alternative way of handling generated... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Chris Lattner | Wrap a couple more long lines |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Chris Lattner | wrap long lines |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Chris Lattner | * Eliminate FAKE_SOURCES |
blob | commitdiff | raw | diff to current |
2005-12-23 |
Reid Spencer | For PR625: |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Reid Spencer | Some simple cleanups: |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Reid Spencer | Implement fix for PR471: |
blob | commitdiff | raw | diff to current |
2005-10-27 |
John Criswell | Move some constant folding code shared by Analysis... |
blob | commitdiff | raw | diff to current |
2005-10-26 |
John Criswell | 1. Remove libraries no longer created from the list... |
blob | commitdiff | raw | diff to current |
2005-10-25 |
Chris Lattner | analyses after transformations |
blob | commitdiff | raw | diff to current |
2005-10-24 |
Chris Lattner | Now that all libraries are built in either .o or .a... |
blob | commitdiff | raw | diff to current |
2005-10-24 |
Chris Lattner | pull in the .a version of scalaropts lib to reduce... |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Jeff Cohen | Remove redundant flag. |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
Jim Laskey | Plugin new subtarget backend into the build. |
blob | commitdiff | raw | diff to current |
2005-10-14 |
Chris Lattner | Make sure targets depend on TargetSelectionDAG.td |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Chris Lattner | Add some rules for building preprocessed files |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Chris Lattner | allow for a target to ask for a dag isel |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Reid Spencer | Implement PR614: |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Reid Spencer | For PR614: |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Reid Spencer | Don't attempt to update LLVM configured header files... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Reid Spencer | Whoops, don't use PROJ variables, these are all LLVM... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Reid Spencer | For PR619: |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Misha Brukman | Fix grammar |
blob | commitdiff | raw | diff to current |
2005-08-13 |
Andrew Lenharth | Fix oversized GOT problem with gcc-4 on alpha |
blob | commitdiff | raw | diff to current |
next |