aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-021-45/+41
* Fix a warningChris Lattner2004-11-021-1/+2
* Minor cleanupsChris Lattner2004-11-021-25/+21
* * Rearrange code slightlyChris Lattner2004-11-021-11/+20
* Remove more dead methodsChris Lattner2004-11-011-3/+2
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-011-4/+4
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-011-7/+8
* Add placeholder variable to make Win32 work, applied for Morten OfstadChris Lattner2004-11-011-0/+6
* Eliminate the cloneGraph methodChris Lattner2004-11-011-8/+2
* Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s:Chris Lattner2004-11-011-3/+8
* Do not compute the predecessor list for a block unless we need it.Chris Lattner2004-11-011-27/+24
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-311-27/+40
* Simplify graph traversal, improve grammarChris Lattner2004-10-311-10/+9
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-311-44/+35
* Fix commentChris Lattner2004-10-311-1/+1
* Improve commentChris Lattner2004-10-311-2/+4
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-311-1/+2
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-311-5/+11
* Add more paranoid assertions :)Chris Lattner2004-10-311-0/+12
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-12/+10
* Fix some more problems where we called getOffset before getNode()Chris Lattner2004-10-301-2/+4