summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver/BuiltinOptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove more of llvmc and dependencies.Eric Christopher2011-09-201-61/+0
| | | | llvm-svn: 140121
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-1/+3
| | | | llvm-svn: 111619
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-071-0/+2
| | | | llvm-svn: 86348
* Rename -t to --temp-dir.Mikhail Glushenkov2009-07-091-2/+2
| | | | | | | -t is already used by gcc in the meaning 'ld -t' (trace). The Base plugin may want to emulate this behaviour. llvm-svn: 75162
* Add a -t="dir" option to the driver. This can be used to specify the ↵Sanjiv Gupta2009-07-091-0/+2
| | | | | | directory to be used as TempDir if somebody doesn't want to use the standard /tmp. llvm-svn: 75121
* Reverting back the changes checked-in accidently.Sanjiv Gupta2009-07-061-2/+1
| | | | llvm-svn: 74823
* Implement _CONFIG macro to allow users to se to configuration settings on ↵Sanjiv Gupta2009-07-061-1/+2
| | | | | | | | | | | the part. Implement _section macro to allow users to place objects in specific sections. Implement _address macro to allow users to place objects at a particular address. Placing objects at a memory address: crate a unique section name from varname, address, object type and put that section at specified address. Mark this section a full (size = banksize) so that other objects do not compete for it while placing objects to sections in AsmPrinter. llvm-svn: 74822
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-041-0/+3
| | | | | | Controlled via the --enable-llvmc-dynamic-plugins option. llvm-svn: 74784
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-291-0/+52
Implemented by making lib/CompilerDriver a shared library that holds all the global static data (CommandLine options, plugin registry) that we unfortunately have to live with. llvm-svn: 74417
OpenPOWER on IntegriCloud