| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't rely on doubles comparing identical to each other, which doesn't work | Chris Lattner | 2005-02-17 | 1 | -4/+19 |
* | Map doubles from integers, not the double itself. | Chris Lattner | 2005-02-17 | 1 | -1/+1 |
* | 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 |
* | New files, testing for a crash in ADCE compiling QT and a missed optimization. | Chris Lattner | 2005-02-17 | 2 | -0/+64 |
* | Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca... | Chris Lattner | 2005-02-17 | 1 | -1/+1 |
* | new testcase for PR515 | Chris Lattner | 2005-02-17 | 1 | -0/+63 |
* | Remove the "pax" program from the list of those needed to support LLVM. | Reid Spencer | 2005-02-16 | 3 | -82/+39 |
* | Fix installation of configuration files. | Reid Spencer | 2005-02-16 | 1 | -2/+2 |
* | * Don't flatten the directory hierarchy when installing headers | Reid Spencer | 2005-02-16 | 1 | -8/+13 |
* | Don't use pax for installing header files. Use the install program instead. | Reid Spencer | 2005-02-16 | 1 | -6/+8 |
* | Somehow tablegen.exe got moved... fix up tablegen invocations to match. | Jeff Cohen | 2005-02-16 | 1 | -16/+16 |
* | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen | 2005-02-16 | 1 | -1/+3 |
* | 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 |
* | add Alpha to llc | Andrew Lenharth | 2005-02-15 | 1 | -0/+1 |
* | 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 | 2 | -3/+33 |
* | Bug fixed | Chris Lattner | 2005-02-15 | 1 | -0/+2 |
* | Fix volatile load/store of pointers. Consider this testcase: | Chris Lattner | 2005-02-15 | 2 | -12/+12 |
* | Bug fixed. | Chris Lattner | 2005-02-15 | 1 | -1/+2 |
* | New testcase for PR510. | Chris Lattner | 2005-02-15 | 1 | -0/+11 |
* | wow, interesting typo :) | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | execution tests shouldn't go here. This was killing the PPC nightly tester. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
* | For PR496: | Reid Spencer | 2005-02-14 | 1 | -2/+10 |
* | 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 |
* | A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now. | Chris Lattner | 2005-02-14 | 1 | -0/+5 |
* | 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 |
* | Bugs fixed | Chris Lattner | 2005-02-14 | 1 | -3/+11 |
* | Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll | Chris Lattner | 2005-02-14 | 2 | -0/+30 |
* | new testcase | Chris Lattner | 2005-02-14 | 1 | -0/+7 |
* | Update makefile to use PROJ_* makefile variables intead of BUILD_* as | Reid Spencer | 2005-02-14 | 1 | -2/+2 |
* | Update comments to reflect new variable names. Patch contributed by | Reid Spencer | 2005-02-14 | 1 | -5/+5 |
* | Give props to Andrew for the Alpha backend | Misha Brukman | 2005-02-14 | 1 | -2/+6 |
* | fix setcc on floats, fixes singlesource:pi, perhaps others | Andrew Lenharth | 2005-02-14 | 1 | -1/+5 |
* | new testcase for PR509 | Chris Lattner | 2005-02-14 | 1 | -0/+9 |
* | Fix the llvm bootstrap | Chris Lattner | 2005-02-13 | 1 | -2/+2 |
* | Move private helper function into the only .cpp file that uses it. | Chris Lattner | 2005-02-13 | 1 | -18/+0 |
* | Move helper function here. | Chris Lattner | 2005-02-13 | 2 | -0/+56 |
* | Conform to the documented interface by null terminating argument lists! | Chris Lattner | 2005-02-13 | 2 | -7/+8 |
* | Make sure to null terminate argument lists! | Chris Lattner | 2005-02-13 | 2 | -1/+4 |
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 2 | -2/+6 |