summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Simplify handling of shifts to be the same as we do for adds. Add supportChris Lattner2004-11-13
* Fold:Chris Lattner2004-11-13
* Lazily create the abort message, so only translation units that use unwindChris Lattner2004-11-13
* Fix: CodeExtractor/2004-11-12-InvokeExtract.llChris Lattner2004-11-13
* Fix a bug where the code extractor would get a bit confused handling invokeChris Lattner2004-11-12
* Simplify handling of constant initializersChris Lattner2004-11-12
* Makefile for lib/LinkerReid Spencer2004-11-12
* This file originated in lib/VMCore/Linker.cpp but now lives inReid Spencer2004-11-12
* This file originated in tools/gccld/Linker.cpp but now lives inReid Spencer2004-11-12
* Make this build in release modeChris Lattner2004-11-11
* Actually, leave the check in. This prevents us from counting dead argumentsChris Lattner2004-11-11
* Fix bug: IPConstantProp/deadarg.llChris Lattner2004-11-11
* Make IP Constant prop more aggressive about handling self recursive calls.Chris Lattner2004-11-10
* Correct the name of stosd for the AT&T syntax:John Criswell2004-11-10
* Do not let dead constant expressions hanging off of functions prevent IPCP.Chris Lattner2004-11-09
* Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer2004-11-09
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-09
* Recognize compressed LLVM bytecode files.John Criswell2004-11-09
* Tune compression:Reid Spencer2004-11-09
* Change this back so that I get stable numbers to reflect the change from theChris Lattner2004-11-09
* Fix bug: 2004-11-08-FreeUseCrash.llChris Lattner2004-11-09
* * Convert tabs to spacesMisha Brukman2004-11-09
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-09
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-09
* Handle headers for compressed bytecode filesMisha Brukman2004-11-08
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-08
* Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner2004-11-08
* Handle assert_fail specialChris Lattner2004-11-08
* Fix a typo: isvalid -> isValidReid Spencer2004-11-08
* Put int the getReg cast optimization from x86 so that we generate fewerNate Begeman2004-11-08
* Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman2004-11-07
* VERY large functions that are only called from one place are not reallyChris Lattner2004-11-07
* Disable bogus cast elimination when the cast is used by a setcc instruction.Nate Begeman2004-11-07
* * Comments & cleanup per CL code review.Reid Spencer2004-11-07
* Add comments per CL code review.Reid Spencer2004-11-07
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-07
* Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman2004-11-07
* Consistently use llvm.cs.uiuc.edu instead of llvm.orgMisha Brukman2004-11-07
* Decompose* is V9 specific, make it internalChris Lattner2004-11-07
* This is V9 specific, move it there.Chris Lattner2004-11-07
* Move this file from lib/Transforms/ScalarChris Lattner2004-11-07
* Add support for compressed bytecodeReid Spencer2004-11-06
* Implement the GetBytecodeSymbols interface function to extract just theReid Spencer2004-11-06
* Makefile for the LLVMArchive library.Reid Spencer2004-11-06
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-06
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Fix compilation problem; make the cast and the LHS be the same type.John Criswell2004-11-05
* Remove dead varChris Lattner2004-11-05
* Quiet VC++ warningsChris Lattner2004-11-05
* Do not make i have bigger scope that we needChris Lattner2004-11-05