aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrite outgoing arg handling to handle more weird corner cases.Brian Gaeke2004-11-142-80/+134
* Support UndefValue emission.Brian Gaeke2004-11-142-2/+10
* setting path to prcontext.tcl script. Right now it searches for tclsh in your...Tanya Lattner2004-11-132-2/+2
* Remove debugging codeChris Lattner2004-11-131-1/+0
* Argument promotion transforms functions to unconditionally load theirChris Lattner2004-11-131-3/+51
* Add a testcase we should continue to argpromoteChris Lattner2004-11-131-0/+20
* Add a testcase for a function we cannot legally promote the argument of.Chris Lattner2004-11-131-0/+18
* Add useful method, minor cleanupsChris Lattner2004-11-131-3/+7
* Don't print unneeded labelsChris Lattner2004-11-131-5/+7
* Run prcontext.tcl with tclsh and let it be found in the path. This should be ...Tanya Lattner2004-11-131-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-1362-0/+186
* Changed to use tcl script.Tanya Lattner2004-11-131-2/+2
* Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner2004-11-132-18/+112
* New testcaseChris Lattner2004-11-131-0/+17
* Rewrote prcontext.py in tcl.Tanya Lattner2004-11-131-0/+36
* shld is a very high latency operation. Instead of emitting it for shifts ofChris Lattner2004-11-131-14/+52
* Add missing checkChris Lattner2004-11-131-1/+1
* Compile:Chris Lattner2004-11-131-4/+14
* Simplify handling of shifts to be the same as we do for adds. Add supportChris Lattner2004-11-131-45/+40
* New testcaseChris Lattner2004-11-132-0/+16
* Add support for shiftsChris Lattner2004-11-131-0/+12
* Fold:Chris Lattner2004-11-131-0/+13
* Lazily create the abort message, so only translation units that use unwindChris Lattner2004-11-131-22/+31
* Fix: CodeExtractor/2004-11-12-InvokeExtract.llChris Lattner2004-11-131-2/+16
* New testcaseChris Lattner2004-11-131-0/+10
* Fix a bug where the code extractor would get a bit confused handling invokeChris Lattner2004-11-121-1/+13
* Simplify handling of constant initializersChris Lattner2004-11-121-36/+13
* Makefile for lib/LinkerReid Spencer2004-11-121-0/+13
* This file originated in lib/VMCore/Linker.cpp but now lives inReid Spencer2004-11-121-1/+1
* 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