aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* For PR1277:Reid Spencer2007-03-261-1/+4
* Unbreak non-debug builds.Evan Cheng2007-03-223-0/+6
* Regenerate.Reid Spencer2007-03-212-767/+744
* For PR1243:Reid Spencer2007-03-211-14/+10
* Regenerate.Reid Spencer2007-03-215-904/+1557
* For PR1256:Reid Spencer2007-03-213-251/+708
* Regenerate.Reid Spencer2007-03-154-633/+528
* Revert last changes as they introduced other problems.Reid Spencer2007-03-152-137/+65
* Regenerate.Reid Spencer2007-03-143-3377/+4608
* The sign information was not propagating into the rename map so only theReid Spencer2007-03-141-49/+101
* For PR1256:Reid Spencer2007-03-141-16/+36
* Make older versions of bison happy.Jeff Cohen2007-03-141-1/+1
* Now LICM is a LoopPass.Devang Patel2007-03-072-0/+2
* Now LoopUnswitch is a LoopPass.Devang Patel2007-03-071-0/+1
* Obtain the exit function before execution just in case the moduleReid Spencer2007-03-061-5/+7
* Unbreak VC++ build.Jeff Cohen2007-03-052-0/+2
* 1. Handle errors around the ModuleProvider. This is necessary since it isReid Spencer2007-03-031-11/+23
* Make output for ConstantInt construction correct for any bitwidth.Reid Spencer2007-03-011-1/+2
* 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