aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make this build in release modeChris Lattner2004-11-111-1/+1
* 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
* Make IP Constant prop more aggressive about handling self recursive calls.Chris Lattner2004-11-101-2/+4
* 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
* Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer2004-11-092-8/+14
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-092-10/+78
* 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
* Fix bug: 2004-11-08-FreeUseCrash.llChris Lattner2004-11-091-1/+3
* * Convert tabs to spacesMisha Brukman2004-11-091-10/+6
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-091-1/+2
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-092-4/+4
* Handle headers for compressed bytecode filesMisha Brukman2004-11-081-1/+1
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-081-0/+2
* 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
* Fix a typo: isvalid -> isValidReid Spencer2004-11-081-1/+1
* Put int the getReg cast optimization from x86 so that we generate fewerNate Begeman2004-11-082-0/+10
* Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman2004-11-073-0/+15
* VERY large functions that are only called from one place are not reallyChris Lattner2004-11-071-1/+1
* Disable bogus cast elimination when the cast is used by a setcc instruction.Nate Begeman2004-11-071-4/+4
* * Comments & cleanup per CL code review.Reid Spencer2004-11-071-22/+56
* Add comments per CL code review.Reid Spencer2004-11-071-2/+6
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-071-31/+65
* Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman2004-11-071-1/+1
* Consistently use llvm.cs.uiuc.edu instead of llvm.orgMisha Brukman2004-11-071-1/+1
* Decompose* is V9 specific, make it internalChris Lattner2004-11-072-1/+15
* This is V9 specific, move it there.Chris Lattner2004-11-071-136/+0
* Move this file from lib/Transforms/ScalarChris Lattner2004-11-071-0/+136
* Add support for compressed bytecodeReid Spencer2004-11-063-25/+132
* Implement the GetBytecodeSymbols interface function to extract just theReid Spencer2004-11-061-0/+39
* Makefile for the LLVMArchive library.Reid Spencer2004-11-062-0/+36
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-066-0/+932
* Stop propagating method names that violate the coding standardReid Spencer2004-11-0521-273/+273
* Fix compilation problem; make the cast and the LHS be the same type.John Criswell2004-11-051-1/+1
* Remove dead varChris Lattner2004-11-051-1/+0
* Quiet VC++ warningsChris Lattner2004-11-051-2/+2
* Do not make i have bigger scope that we needChris Lattner2004-11-051-2/+2
* Remove dead varsChris Lattner2004-11-052-2/+0
* Fix some warnings on VC++Chris Lattner2004-11-051-3/+1
* Thanks to sabre for pointing out that we were incorrectly codegen'ingNate Begeman2004-11-041-1/+4
* Handle "call" operands of type long/ulong passed in registers.Brian Gaeke2004-11-042-10/+22
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-031-2/+3
* Fix this function to not say that longs have 8-byte alignment on X86/PPC.Chris Lattner2004-11-021-1/+1
* Added gross hacks such as creating my own def-use map, and picking on Instruc...Tanya Lattner2004-11-022-70/+73
* Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner2004-11-021-3/+8
* Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner2004-11-021-5/+18