aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Split up tools and options.Bernhard Schommer2016-02-251-19/+42
* Added configuration to enable clightgen build.Bernhard Schommer2015-12-281-0/+8
* Change one line in [Lexer.mll] to obey API change in Menhir 20151110.François Pottier2015-11-101-1/+1
* Merge remote branch 'upstream/master' into cleanFrançois Pottier2015-10-231-50/+36
|\
| * Removal of cchecklink, superseded by AbsInt's Valex tool.Xavier Leroy2015-10-121-26/+6
| * Merge branch 'master' into ppc64Xavier Leroy2015-10-111-1/+2
| |\
| * | Use PowerPC 64 bits instructions (when available) for int<->FP conversions.Xavier Leroy2015-09-131-26/+32
* | | Updated [configure] to require today's Menhir.François Pottier2015-10-231-3/+4
| |/ |/|
* | Activate the advanced debug for the gcc build.Bernhard Schommer2015-10-031-1/+2
|/
* Better define the __GNUC__ macro which avoids the inclusion of va_list header...Bernhard Schommer2015-07-071-1/+1
* Added an define to avoid the inclusion of the diab va_list header which defin...Bernhard Schommer2015-07-071-1/+1
* Provide and use compiler-dependent standard headers.Xavier Leroy2015-04-251-1/+11
* Merge branch 'master' into dwarfBernhard Schommer2015-04-141-6/+6
|\
| * When using gcc as a preprocessor, put it in C99 mode.Xavier Leroy2015-04-101-6/+6
* | Merge branch 'master' into dwarfBernhard Schommer2015-03-311-2/+34
|\|
| * Merge pull request #33 from AbsInt/struct-passingXavier Leroy2015-03-311-2/+34
| |\
| | * Improvements in the StructReturn transformation (ABI conformance for passing ...Xavier Leroy2015-03-201-3/+32
| | * Improve performance and configurability for the StructReturn pass.Xavier Leroy2015-03-141-2/+5
* | | Merge branch 'master' into dwarfBernhard Schommer2015-03-301-2/+2
|\| |
| * | Only for options with value.Bernhard Schommer2015-03-281-2/+2
| |/
* / Started implementing the printing functions for the debug info. Added a globa...Bernhard Schommer2015-03-161-1/+4
|/
* Added missing $ for build_checklinkBernhard Schommer2015-01-151-2/+2
* Added variable to the Makefile to specify additional linker commands and chan...Bernhard Schommer2015-01-151-2/+5
* One more cleanup in configure.Xavier Leroy2014-12-181-1/+1
* No longer include a pre-generated Parser.v in the distribution.Xavier Leroy2014-12-181-10/+9
* Minor bug fixes in configure and Makefile.extrXavier Leroy2014-12-171-3/+3
* Merge branch 'master' into pure-makefilesXavier Leroy2014-12-171-1/+1
|\
| * Update the IA32/MacOS X port.Xavier Leroy2014-12-111-1/+1
* | Use OCaml's .opt compilers when available.Xavier Leroy2014-12-171-9/+24
* | Replace ocamlbuild by a second-stage makefile to compile the OCaml code and p...Xavier Leroy2014-11-221-0/+18
|/
* Change the way the tools like the linker, assembler, etc. are specified by in...Bernhard Schommer2014-09-301-0/+3
* Better validation of target for ARMxleroy2014-08-201-1/+5
* Rename "-fthumb" option into "-mthumb" for GCC compatibility.xleroy2014-08-191-4/+4
* configure: distinguish between ABI and processor model.xleroy2014-07-291-27/+55
* New sub-target: arm-hardfloatxleroy2014-05-021-0/+11
* Check availability of toolsxleroy2014-05-021-0/+50
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+3
* Better prepro options for XCode 5.0xleroy2013-10-281-1/+1
* Revert commit r2349 because it triggers a bug in GNU as.xleroy2013-10-241-1/+2
* Use register names under Linux.xleroy2013-10-241-2/+1
* MacOS X linker option galorexleroy2013-09-261-1/+1
* Add option -no-runtime-lib.xleroy2013-07-081-1/+4
* Prettier outputxleroy2013-05-191-4/+7
* Preliminary support for debugging info (-g).xleroy2013-05-171-0/+32
* MacOS: try to add link option -Wl,-no-pie when needed e.g. 10.8 and up.xleroy2013-05-131-1/+6
* Rename arm/linux into arm/eabi, more descriptive.xleroy2013-04-201-3/+4
* Configuring the assembler used for the runtime libxleroy2013-04-201-1/+9
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-3/+3
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.xleroy2012-07-141-11/+0
* Support for indirect symbols under MacOS X (final).xleroy2012-07-141-21/+11