- d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 21 years ago
- 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 21 years ago
- a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 21 years ago
- bd38edf If a global is just loaded and restored, realize that it is not changing by Chris Lattner · 21 years ago
- fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 21 years ago
- 9577667 Moved to lib/Bytecode/Archive in preparation for re-write. by Reid Spencer · 21 years ago
- b589344 This optimization makes MANY phi nodes that all have the same incoming value. by Chris Lattner · 21 years ago
- bac3286 Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes. by Chris Lattner · 21 years ago
- 711b340 Transform this: %X = alloca ... %Y = alloca ... X == Y by Chris Lattner · 21 years ago
- 6739eae Remove note to self by Chris Lattner · 21 years ago
- da9b366 Fix problem with insertion point for ADJCALLSTACKDOWN. by Brian Gaeke · 21 years ago
- 5179e41 Update lists of failing unit tests. by Brian Gaeke · 21 years ago
- a990d94 If a function always returns a constant, replace all calls sites with that by Chris Lattner · 21 years ago
- 04fe747 Fix NotTest - round up extraStack to the nearest doubleword, if it is not zero. by Brian Gaeke · 21 years ago
- d878ecd Teach SROA how to promote an array index that is variable, if the dimension by Chris Lattner · 21 years ago
- b31a828 Update failing Benchmarks; point out that I'm skipping Shootout-C++. by Brian Gaeke · 21 years ago
- f5990ed Rearrange some code, no functionality changes. by Chris Lattner · 21 years ago
- 1c74581 Update expected UnitTests failures. by Brian Gaeke · 21 years ago
- 24b90c3 Rewrite outgoing arg handling to handle more weird corner cases. by Brian Gaeke · 21 years ago
- 54799c2 Support UndefValue emission. by Brian Gaeke · 21 years ago
- 4c989b6 Remove debugging code by Chris Lattner · 21 years ago
- 11a3d7b Argument promotion transforms functions to unconditionally load their by Chris Lattner · 21 years ago
- 4b2c09f Don't print unneeded labels by Chris Lattner · 21 years ago
- 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
- ce7cafa by Chris Lattner · 21 years ago
- 62f5a94 Add missing check by Chris Lattner · 21 years ago
- 44205ca Compile: by Chris Lattner · 21 years ago
- 50af16a Simplify handling of shifts to be the same as we do for adds. Add support by Chris Lattner · 21 years ago
- 65aedc1 Fold: by Chris Lattner · 21 years ago
- 0c3b390 Lazily create the abort message, so only translation units that use unwind by Chris Lattner · 21 years ago
- 9ecc046 Fix: CodeExtractor/2004-11-12-InvokeExtract.ll by Chris Lattner · 21 years ago
- 68c311a Fix a bug where the code extractor would get a bit confused handling invoke by Chris Lattner · 21 years ago
- 44c94b9 Simplify handling of constant initializers by Chris Lattner · 21 years ago
- 5c911ab Makefile for lib/Linker by Reid Spencer · 21 years ago
- 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 21 years ago
- c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 21 years ago
- 04252fe Make this build in release mode by Chris Lattner · 21 years ago
- d79c7b4 Actually, leave the check in. This prevents us from counting dead arguments by Chris Lattner · 21 years ago
- 3e062ea Fix bug: IPConstantProp/deadarg.ll by Chris Lattner · 21 years ago
- ff1529b Make IP Constant prop more aggressive about handling self recursive calls. by Chris Lattner · 21 years ago
- 546faca Correct the name of stosd for the AT&T syntax: by John Criswell · 21 years ago
- c890bfe Do not let dead constant expressions hanging off of functions prevent IPCP. by Chris Lattner · 21 years ago
- 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 21 years ago
- 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 21 years ago
- b581028 Recognize compressed LLVM bytecode files. by John Criswell · 21 years ago
- 580a116 Tune compression: by Reid Spencer · 21 years ago
- a8e4750 Change this back so that I get stable numbers to reflect the change from the by Chris Lattner · 21 years ago
- 52f20f8 Fix bug: 2004-11-08-FreeUseCrash.ll by Chris Lattner · 21 years ago
- 710d1ce * Convert tabs to spaces by Misha Brukman · 21 years ago
- 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 21 years ago
- a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
- 336e56e Handle headers for compressed bytecode files by Misha Brukman · 21 years ago
- eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 21 years ago
- ac6d485 Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 21 years ago
- beacefa Handle assert_fail special by Chris Lattner · 21 years ago
- 01a42e4 Fix a typo: isvalid -> isValid by Reid Spencer · 21 years ago
- 676dee6 Put int the getReg cast optimization from x86 so that we generate fewer by Nate Begeman · 21 years ago
- 895eddf Implement ExecutionEngine::freeMachineCodeForFunction() by Misha Brukman · 21 years ago
- ae18963 VERY large functions that are only called from one place are not really by Chris Lattner · 21 years ago
- 075cdc6 Disable bogus cast elimination when the cast is used by a setcc instruction. by Nate Begeman · 21 years ago
- f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
- 36eea80 Add comments per CL code review. by Reid Spencer · 21 years ago
- 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 21 years ago
- fb4863a Replace uses of llvm.org with llvm.cs.uiuc.edu by Misha Brukman · 21 years ago
- d8b8912 Consistently use llvm.cs.uiuc.edu instead of llvm.org by Misha Brukman · 21 years ago
- 2681801 Decompose* is V9 specific, make it internal by Chris Lattner · 21 years ago
- 00a4fe4 This is V9 specific, move it there. by Chris Lattner · 21 years ago
- 64a26c7 Move this file from lib/Transforms/Scalar by Chris Lattner · 21 years ago
- 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
- 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 21 years ago
- cdb21a9 Makefile for the LLVMArchive library. by Reid Spencer · 21 years ago
- 362cbf0 First kinda/sorta working version of the Archive library. Reading is not by Reid Spencer · 21 years ago
- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
- e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
- 53fe2be Remove dead var by Chris Lattner · 21 years ago
- 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
- 41ffe4b Do not make i have bigger scope that we need by Chris Lattner · 21 years ago
- 183f2eb Remove dead vars by Chris Lattner · 21 years ago
- f158092 Fix some warnings on VC++ by Chris Lattner · 21 years ago
- 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago
- 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 21 years ago
- 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
- da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
- 80f0855 Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. by Tanya Lattner · 21 years ago
- f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
- caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
- 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
- a62869b Fix a warning by Chris Lattner · 21 years ago
- 983baf4 Minor cleanups by Chris Lattner · 21 years ago
- d308f8a * Rearrange code slightly by Chris Lattner · 21 years ago
- 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
- fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
- 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
- 7cc372b Add placeholder variable to make Win32 work, applied for Morten Ofstad by Chris Lattner · 21 years ago
- 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
- 7e54a01 Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: by Chris Lattner · 21 years ago
- bfd3e52 Do not compute the predecessor list for a block unless we need it. by Chris Lattner · 21 years ago
- 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
- 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
- ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago