| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PreventCoreFiles() do the right thing on Windows. | Jeff Cohen | 2005-02-18 | 1 | -3/+6 |
* | Fix compilation errors with VS 2005, patch contributed by Aaron Gray. | Misha Brukman | 2005-02-17 | 1 | -8/+28 |
* | Fix compilation errors with VS 2005, patch by Aaron Gray. | Misha Brukman | 2005-02-17 | 1 | -0/+3 |
* | Don't rely on doubles comparing identical to each other, which doesn't work | Chris Lattner | 2005-02-17 | 1 | -4/+19 |
* | Don't sink argument loads into loops or other bad places. This disables fold... | Chris Lattner | 2005-02-17 | 1 | -1/+8 |
* | Do not mark obviously unreachable blocks live when processing PHI nodes, | Chris Lattner | 2005-02-17 | 1 | -40/+61 |
* | Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca... | Chris Lattner | 2005-02-17 | 1 | -1/+1 |
* | Arg list already has program name in it. | Jeff Cohen | 2005-02-16 | 1 | -15/+2 |
* | Fixed node deletion bug. | Tanya Lattner | 2005-02-16 | 2 | -6/+13 |
* | Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC | Chris Lattner | 2005-02-15 | 1 | -9/+6 |
* | Make this more efficient now that we know both files are the same length. | Chris Lattner | 2005-02-15 | 1 | -2/+2 |
* | Fix spelling | Misha Brukman | 2005-02-15 | 1 | -1/+1 |
* | Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by | Reid Spencer | 2005-02-15 | 1 | -8/+24 |
* | Fix a problem where the PPC backend lost track of the fact that it had | Chris Lattner | 2005-02-15 | 1 | -1/+3 |
* | Add a sanity check. | Chris Lattner | 2005-02-15 | 1 | -0/+1 |
* | Add a new method to make it easy to update graphs. | Chris Lattner | 2005-02-15 | 1 | -1/+23 |
* | Fix volatile load/store of pointers. Consider this testcase: | Chris Lattner | 2005-02-15 | 2 | -12/+12 |
* | Fix a bug in my previous change to this, which broke the build on sparcs. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | Print GEP offsets as signed values instead of unsigned values. On X86, this | Chris Lattner | 2005-02-14 | 1 | -3/+7 |
* | Fix the second bug attached to PR504. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | Work around GCC PR19958, which causes programs to sometimes crash after | Chris Lattner | 2005-02-14 | 1 | -0/+2 |
* | Write out single characters as chars, not strings. | Misha Brukman | 2005-02-14 | 2 | -134/+134 |
* | Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll | Chris Lattner | 2005-02-14 | 2 | -0/+30 |
* | fix setcc on floats, fixes singlesource:pi, perhaps others | Andrew Lenharth | 2005-02-14 | 1 | -1/+5 |
* | Fix the llvm bootstrap | Chris Lattner | 2005-02-13 | 1 | -2/+2 |
* | Move helper function here. | Chris Lattner | 2005-02-13 | 1 | -0/+28 |
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 2 | -2/+6 |
* | Make the check for global variables the same as the one for functions. In | Reid Spencer | 2005-02-13 | 1 | -1/+1 |
* | Nuke blank line. | Chris Lattner | 2005-02-13 | 1 | -1/+0 |
* | Minor cleanup. No need to explicitly tell the compiler the template arguments. | Chris Lattner | 2005-02-13 | 1 | -3/+2 |
* | Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. | Chris Lattner | 2005-02-13 | 1 | -1/+2 |
* | Do not put internal symbols into the symbol table. This shrinks the symbol | Chris Lattner | 2005-02-13 | 1 | -21/+11 |
* | Print something useful for gccld -v with an archive. | Chris Lattner | 2005-02-13 | 1 | -0/+2 |
* | Correct the recursive PHI node handling routines in a way that CANNOT induce | Chris Lattner | 2005-02-13 | 1 | -27/+83 |
* | try to do better match for i32 adds | Andrew Lenharth | 2005-02-12 | 1 | -1/+22 |
* | make FP conversion more conservative (matches gcc) | Andrew Lenharth | 2005-02-12 | 1 | -3/+4 |
* | oops, I was sure this had already gond though the nightly tester | Andrew Lenharth | 2005-02-12 | 1 | -1/+1 |
* | added sign extend for boolean | Andrew Lenharth | 2005-02-12 | 1 | -3/+5 |
* | Allow globals to be of different const'nesses when we link. | Chris Lattner | 2005-02-12 | 1 | -8/+2 |
* | Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll | Chris Lattner | 2005-02-12 | 1 | -0/+2 |
* | fix a bunch of regressions due to call behavior | Andrew Lenharth | 2005-02-10 | 1 | -4/+4 |
* | Localize globals if they are only used in main(). This replaces the | Alkis Evlogimenos | 2005-02-10 | 1 | -0/+40 |
* | Added new circuit finding alogrithm. | Tanya Lattner | 2005-02-10 | 4 | -51/+487 |
* | Allow modsched and local scheduling to both be run. | Tanya Lattner | 2005-02-10 | 1 | -4/+3 |
* | so, if you beat on it, you too can talk emacs into having a sane indenting po... | Andrew Lenharth | 2005-02-10 | 3 | -549/+575 |
* | fix fp branch | Andrew Lenharth | 2005-02-10 | 1 | -6/+6 |
* | * Fix spelling of `volatile' | Misha Brukman | 2005-02-10 | 1 | -9/+9 |
* | Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped | Chris Lattner | 2005-02-09 | 1 | -6/+14 |
* | Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll | Chris Lattner | 2005-02-09 | 1 | -1/+1 |
* | Use new edge iterators to simplify some code. | Chris Lattner | 2005-02-09 | 1 | -7/+7 |