aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* remove use of deprecated apisChris Lattner2007-02-191-2/+1
* remove use of deprecated apiChris Lattner2007-02-194-4433/+3307
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-1610-32/+53
* Add missing break statements!Reid Spencer2007-02-161-12/+12
* For PR1195:Reid Spencer2007-02-152-5/+5
* For PR1195:Reid Spencer2007-02-155-3368/+4494
* eliminate use of vector-related ctorsChris Lattner2007-02-131-4/+7
* regenerateChris Lattner2007-02-133-4625/+3325
* remove use of vector-related ctorsChris Lattner2007-02-131-5/+5
* stop using me thods that take a vectorChris Lattner2007-02-124-3322/+4622
* Fix build error on ARM.Lauro Ramos Venancio2007-02-121-1/+1
* regenerateChris Lattner2007-02-113-4424/+3300
* add #includeChris Lattner2007-02-111-0/+1
* Align make log output with the rest of llvm.Reid Spencer2007-02-102-12/+12
* Get the use of \ right.Reid Spencer2007-02-091-3/+3
* Now that gccas and gccld are just schell scripts, adjust the build orderingReid Spencer2007-02-091-11/+10
* End of life for gccld. Remove its source code and enable the generationReid Spencer2007-02-094-950/+0
* Write the deprecation message to stderr instead of stdout so that itReid Spencer2007-02-091-1/+1
* Write the deprecation message to stderr instead of stdout so that itReid Spencer2007-02-091-0/+1
* Put in a disabled template for when gccld is replaced by the shell script.Reid Spencer2007-02-091-0/+19
* Get the right warning message.Reid Spencer2007-02-091-1/+1
* New shell script to replace gccld, eventually.Reid Spencer2007-02-091-0/+23
* Clean up error handling.Reid Spencer2007-02-091-72/+55
* For PR1153:Reid Spencer2007-02-081-0/+5
* For PR1153:Reid Spencer2007-02-081-13/+32
* Regenerate.Reid Spencer2007-02-083-1395/+1504
* Rename a field so there's less confusion between fields of the same name.Reid Spencer2007-02-081-2/+3
* For PR1187:Reid Spencer2007-02-081-11/+20
* For PR1187:Reid Spencer2007-02-081-4/+18
* For PR1187:Reid Spencer2007-02-081-252/+276
* Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILUREBill Wendling2007-02-081-9/+4
* The new version of how to add passes to emit files. We explicitly call aBill Wendling2007-02-082-3/+51
* Regenerate for recent changes.Reid Spencer2007-02-084-800/+888
* For PR1187:Reid Spencer2007-02-081-5/+29
* For PR1187:Reid Spencer2007-02-081-2/+7
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-071-0/+17
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-0712-12/+38
* add an option for timing bc file reading.Chris Lattner2007-02-071-5/+12
* For PR411:Reid Spencer2007-02-057-24/+24
* For PR411:Reid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-0514-582/+615
* Fix grammaro in output message.Reid Spencer2007-02-041-1/+1
* Regenerate.Reid Spencer2007-02-043-252/+250
* For PR1151:Reid Spencer2007-02-041-1/+0
* Make sure the gccas script is executable.Reid Spencer2007-02-041-2/+4
* For PR1072:Reid Spencer2007-02-033-4/+2
* add an instcombine pass to clean up after heavy-lifting IP passesChris Lattner2007-02-031-0/+6
* Clean this up a bit: hide command unless verbose output requested, echoReid Spencer2007-02-031-2/+6
* Two improvements:Reid Spencer2007-02-021-2/+2
* For PR1152:Reid Spencer2007-02-023-221/+76