2004-12-13 |
Reid Spencer | Fix a bug where "." or any single character file name... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Remove an always false clause from an if statement. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Alkis Evlogimenos | Fix a bug where directory names of length one or less... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Use the new BYTECODE_DESTINATION to override the defaul... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | More properly name bytecode_libdir cferuntime_libdir... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Finish the implementation of the BYTECODE_DESTINATION... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Implement a new feature, BYTECODE_DESTINATION, to allow... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | * Add a std::ostream inserter for sys::Path |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Jeff Cohen | Fix recent breakage of win32 build |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Make sure the archive doesn't have to exist before... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Always remove bytecode archives so that path mismatches... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | * Fix header block. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Add missing space in a comment. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Make sure the Archive gets deleted if there's an error. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Remove commented out functions that have been replaced... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Fix header and function comments. |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Implement new functions per new interface |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | PR351: \ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Convert to use new Linker class interface |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | LinkModules is now in the Linker class |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351: \ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351: \ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | This file contains basic Linker facilities needed by... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Make LinkModules a static member function |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | This file contains only the Linker's library linking... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351: \ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | This file contains only the Linker's file linking support |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351: \ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351: \ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Implement error handling in OpenAndLoad* functions... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Make the size() method const |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351:\ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Add LLVMGCCDIR for path lookup |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Make the OpenAndLoad functions have an ErrorMessage... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Completely rewrite the interface to be class based |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351:\ |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | For PR351:Remove the file type checking methods (now... |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Reid Spencer | Get LLVMGCCDIR into the #defines |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Brian Gaeke | Add V8 SPEC status. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Change indentation of a whole bunch of code, no real... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | More substantial simplifications and speedups. This... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | More minor microoptimizations |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Remove some more set operations |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Reduce number of set operations. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Optimize div/rem + select combinations more. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Add testcases for simple things we can handle that... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Dejagnu doesn't work if you do TESTSUITE=.../ |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommo... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | New testcase that the PPC backend miscompiles. It... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | CSE calls to getTypeSize. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Properly implement copying of a global, fixing the... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Simplify code and do not invalidate iterators. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Use the target triple to pick this target. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Get rid of subbullets for all of the "known problems... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Complete the list of MultiSource failures. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Do not internalize a module if -link-as-library is... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | hbd should be working now. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Finally enable the setcc-branch folding code. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Add (currently disabled) code for canFoldSetCC |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | Though the previous xform applies to literally dozens... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Brian Gaeke | Add stubs for setcc-branch folding support. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | If a variable can only hold two values, and is not... |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Chris Lattner | New testcase. Shrinking the variable to a bool allows... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | If one side of and/or is known to be 0/-1, it doesn... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | New testcase. If one side of and/or is known to be... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Print llvm code one function at a time. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Check in the file I forgot last night, to solve all... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | JIT should print LLVM each function before selecting... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Rename Path::get -> Path::toString |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Update test |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Only cound if we actually made a change. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | The split bb is really the exit of the old function |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | A little cleanup on this file. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | New feature |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Two bug fixes: |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Do not delete the entry block to a function. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Bools are *also* not ints. Sigh. Furthermore, most... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Look for many more moves to fold (previously, we only |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Make GEPs not suck so much: |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Brian Gaeke | Update lists of failing benchmarks, including info... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | New testcase that ipsccp should handle. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Fix some minor spellos and grammaros. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Revert the last patch. We really do need SimplyCFG. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Chris Lattner | Fix a bug where we could delete dead invoke instruction... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Reid Spencer | Path::get -> Path::toString |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Reid Spencer | Remove this pass as its no longer needed. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | This pass is no longer needed. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Implement SCCP/ipsccp-conditional.ll, by totally deleti... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Reid Spencer | Get rid of warning from flex. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Fix SCCP/2004-12-10-UndefBranchBug.ll |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Add missing accessor. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Make sure to link the target-triple as well, so it... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase that SCCP miscompiles. Luckily this is... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Reid Spencer | Fix output for Flexing to not print full path of source. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Check in the right test |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Fix Regression/Transforms/SimplifyCFG/2004-12-10-Simpli... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | New testcase for a bug exposed by the ipsccp pass,... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Chris Lattner | Fix typo |
commit | commitdiff | tree | snapshot |
next |