- 3e3b6f7 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 21 years ago
- 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 21 years ago
- 24ac21f Remove the CFE's lib directory from the bytecode path because LLVM should by Reid Spencer · 21 years ago
- 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 21 years ago
- 56998b2 Add a verifier assertion by Chris Lattner · 21 years ago
- fd4b3c4 Eliminate a virtual method call by Chris Lattner · 21 years ago
- 5226f6a Fix a bug in -no-aa that caused two DSGraph tests to XPASS. by Chris Lattner · 21 years ago
- 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 21 years ago
- 68a9d3e Adjust to new interfaces by Chris Lattner · 21 years ago
- 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
- 5b21034 Move virtual method call out of loop by Chris Lattner · 21 years ago
- 003485a Make Win32 TimeValue::toString() re-entrant and work with mingw by Jeff Cohen · 21 years ago
- ab68df0 Fix VC++ compilation errors by Jeff Cohen · 21 years ago
- cda985e For PR351: by Reid Spencer · 21 years ago
- c29befb For PR351: by Reid Spencer · 21 years ago
- 67f6d3a For PR351: by Reid Spencer · 21 years ago
- 0ce8580 Constant exprs are not efficiently negatable in practice. This disables by Chris Lattner · 21 years ago
- 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 21 years ago
- 5761805 The mystery of Olden/tsp solved, and more opportunities for speedup. by Brian Gaeke · 21 years ago
- 6b260e2 Get rid of shifts by zero in most cases. by Brian Gaeke · 21 years ago
- 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 21 years ago
- e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 21 years ago
- 44f6966 For PR351: by Reid Spencer · 21 years ago
- f6e5a25 Revert the last patch as it causes a static destruction ordering problem. by Reid Spencer · 21 years ago
- 51ab8ec For PR351: by Reid Spencer · 21 years ago
- 9665e8a For PR351: by Reid Spencer · 21 years ago
- 395fd59 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 21 years ago
- 9d97547 Fix link error in PPC optimized build of 'opt'. by Brian Gaeke · 21 years ago
- 9b9e22a For PR351: by Reid Spencer · 21 years ago
- e171d5c Add some notes by Chris Lattner · 21 years ago
- 2356f86 For PR351: by Reid Spencer · 21 years ago
- de97b57 Get rid of getSizeOf, using ConstantExpr::getSizeOf instead. by Chris Lattner · 21 years ago
- 77cc91d For PR351: by Reid Spencer · 21 years ago
- fcdd82e Change this method to return ulong, not uint, for 64-bit targets. by Chris Lattner · 21 years ago
- 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
- 2923f34 For PR351: by Reid Spencer · 21 years ago
- 9153f8f For PR351: by Reid Spencer · 21 years ago
- c0354c9 Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We by Chris Lattner · 21 years ago
- 9d88d1a For PR351: \ by Reid Spencer · 21 years ago
- 4af3da6 Get rid of some leaks found by VC leak detector. by Reid Spencer · 21 years ago
- b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 21 years ago
- 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 21 years ago
- 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 21 years ago
- 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
- 3265369 Fix recent breakage of win32 build by Jeff Cohen · 21 years ago
- 903f21d * Fix header block. by Reid Spencer · 21 years ago
- ff5f3ab Add missing space in a comment. by Reid Spencer · 21 years ago
- 518ec2e Make sure the Archive gets deleted if there's an error. by Reid Spencer · 21 years ago
- 04f5412 Fix header and function comments. by Reid Spencer · 21 years ago
- 6c4b7bd Implement new functions per new interface by Reid Spencer · 21 years ago
- 1b6b99b For PR351: \ by Reid Spencer · 21 years ago
- ccb23a1 For PR351: \ by Reid Spencer · 21 years ago
- de4cedc This file contains basic Linker facilities needed by all tools by Reid Spencer · 21 years ago
- 0ba9e21 Make LinkModules a static member function by Reid Spencer · 21 years ago
- 7a87ce0 This file contains only the Linker's library linking support by Reid Spencer · 21 years ago
- e84de29 For PR351: \ by Reid Spencer · 21 years ago
- 3ece639 This file contains only the Linker's file linking support by Reid Spencer · 21 years ago
- 7dde0e3 For PR351: \ by Reid Spencer · 21 years ago
- 663601c For PR351: \ by Reid Spencer · 21 years ago
- 5af4688 Implement error handling in OpenAndLoad* functions so the Linker can handle it. by Reid Spencer · 21 years ago
- 56c3ed8 Make the size() method const by Reid Spencer · 21 years ago
- d99eaa3 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 21 years ago
- a04d959 Add V8 SPEC status. by Brian Gaeke · 21 years ago
- 6b8efcd Change indentation of a whole bunch of code, no real changes here. by Chris Lattner · 21 years ago
- 387bc13 More substantial simplifications and speedups. This makes ADCE about 20% faster by Chris Lattner · 21 years ago
- 4635679 More minor microoptimizations by Chris Lattner · 21 years ago
- 4e51ccd Remove some more set operations by Chris Lattner · 21 years ago
- 188839a Reduce number of set operations. by Chris Lattner · 21 years ago
- 857e8cd Optimize div/rem + select combinations more. by Chris Lattner · 21 years ago
- 869f459 Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs by Chris Lattner · 21 years ago
- 8363ad6 CSE calls to getTypeSize. by Chris Lattner · 21 years ago
- 38c2556 Properly implement copying of a global, fixing the 255.vortex & povray by Chris Lattner · 21 years ago
- fb851ab Simplify code and do not invalidate iterators. by Chris Lattner · 21 years ago
- 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 21 years ago
- 367c137 Complete the list of MultiSource failures. by Brian Gaeke · 21 years ago
- 326f378 hbd should be working now. by Brian Gaeke · 21 years ago
- f731be0 Finally enable the setcc-branch folding code. by Brian Gaeke · 21 years ago
- 81cf150 Add (currently disabled) code for canFoldSetCC by Brian Gaeke · 21 years ago
- 077f1a8 Though the previous xform applies to literally dozens (hundreds?) of variables by Chris Lattner · 21 years ago
- 6a8c46c Add stubs for setcc-branch folding support. by Brian Gaeke · 21 years ago
- 96a86b2 If a variable can only hold two values, and is not already a bool, shrink it by Chris Lattner · 21 years ago
- a177c67 If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 21 years ago
- 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 21 years ago
- f23586c Check in the file I forgot last night, to solve all of the crashes in every by Chris Lattner · 21 years ago
- b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 21 years ago
- 707a27c Rename Path::get -> Path::toString by Reid Spencer · 21 years ago
- 2ffa47b Only cound if we actually made a change. by Chris Lattner · 21 years ago
- 284d1b8 The split bb is really the exit of the old function by Chris Lattner · 21 years ago
- dade2d2 Two bug fixes: by Chris Lattner · 21 years ago
- 864737b Do not delete the entry block to a function. by Chris Lattner · 21 years ago
- 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 21 years ago
- 4658ba1 Look for many more moves to fold (previously, we only by Brian Gaeke · 21 years ago
- 4f70b63 Make GEPs not suck so much: by Brian Gaeke · 21 years ago
- 9d6ffb4 Update lists of failing benchmarks, including info on which by Brian Gaeke · 21 years ago
- dd336d1 Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to by Chris Lattner · 21 years ago
- 0417feb Fix a bug where we could delete dead invoke instructions with uses. by Chris Lattner · 21 years ago
- 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
- 5f9e8b4 Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. by Chris Lattner · 21 years ago
- fc6ac50 Fix SCCP/2004-12-10-UndefBranchBug.ll by Chris Lattner · 21 years ago
- 152f19a Make sure to link the target-triple as well, so it ends up in the .llvm.bc file by Chris Lattner · 21 years ago