aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer2004-11-121-1/+1
* * Clean up all the shared library output on uninstallReid Spencer2004-11-121-3/+17
* Document the new llvm-ranlib command.Reid Spencer2004-11-121-0/+52
* Correctly terminate a list.Reid Spencer2004-11-121-0/+2
* Document the modifiers and the file format.Reid Spencer2004-11-121-23/+131
* Make this build in release modeChris Lattner2004-11-111-1/+1
* Add llvm-ar to the index.Reid Spencer2004-11-112-0/+4
* First attempt at llvm-ar documentation. Modifiers need a little moreReid Spencer2004-11-111-0/+238
* Actually, leave the check in. This prevents us from counting dead argumentsChris Lattner2004-11-111-1/+1
* Fix bug: IPConstantProp/deadarg.llChris Lattner2004-11-111-2/+2
* new testcaseChris Lattner2004-11-111-0/+7
* Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer2004-11-112-5/+5
* Make IP Constant prop more aggressive about handling self recursive calls.Chris Lattner2004-11-101-2/+4
* New testcaseChris Lattner2004-11-101-0/+14
* Correct the name of stosd for the AT&T syntax:John Criswell2004-11-101-1/+1
* Do not let dead constant expressions hanging off of functions prevent IPCP.Chris Lattner2004-11-091-0/+3
* Provide conversion from posix time.Reid Spencer2004-11-091-0/+9
* Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer2004-11-092-8/+14
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-093-10/+108
* Make sure llee can deal with compressed bytecode too.Reid Spencer2004-11-091-5/+7
* Recognize compressed LLVM bytecode files.John Criswell2004-11-093-0/+9
* Tune compression:Reid Spencer2004-11-091-2/+2
* Change this back so that I get stable numbers to reflect the change from theChris Lattner2004-11-091-1/+1
* Document quick-test target.Reid Spencer2004-11-091-0/+6
* Add a quick-test target that uses QUICKTEST variable to quickly run aReid Spencer2004-11-091-0/+7
* Fix bug: 2004-11-08-FreeUseCrash.llChris Lattner2004-11-091-1/+3
* Name file properlyChris Lattner2004-11-091-0/+0
* Hrm, don't ask how I ran into this bugChris Lattner2004-11-091-0/+10
* * Convert tabs to spacesMisha Brukman2004-11-091-10/+6
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-092-2/+4
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-093-5/+4
* Handle headers for compressed bytecode filesMisha Brukman2004-11-081-1/+1
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-082-0/+4
* Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner2004-11-081-1/+1
* Handle assert_fail specialChris Lattner2004-11-081-0/+7
* Remove extra spacesMisha Brukman2004-11-081-2/+2
* This file is goneChris Lattner2004-11-081-3/+0
* Add a --disable-compression option to gccas so the default compression ofReid Spencer2004-11-081-1/+4
* Make writing compressed bytecode the default.Reid Spencer2004-11-081-1/+1
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-082-1/+15
* Fix typo.Reid Spencer2004-11-081-1/+1
* Document compressed bytecode details.Reid Spencer2004-11-081-1/+28
* Fix a typo: isvalid -> isValidReid Spencer2004-11-081-1/+1
* Move path override in test/Makefile.Alkis Evlogimenos2004-11-082-2/+3
* Override PATH to submake so that all tools are found if the PATH isAlkis Evlogimenos2004-11-081-1/+1
* * Add support for f2c and the -f2c switch to enable Fortran benchmarksMisha Brukman2004-11-081-12/+18
* Now using path to python found by configure.Tanya Lattner2004-11-082-2/+2
* First draft of compendium of documents relevant to writers of LLVM machineMisha Brukman2004-11-081-0/+246
* Put int the getReg cast optimization from x86 so that we generate fewerNate Begeman2004-11-082-0/+10
* Recommend that new users read the documentation before they get started,Reid Spencer2004-11-081-0/+3