aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on doubles comparing identical to each other, which doesn't workChris Lattner2005-02-171-4/+19
* Map doubles from integers, not the double itself.Chris Lattner2005-02-171-1/+1
* Don't sink argument loads into loops or other bad places. This disables fold...Chris Lattner2005-02-171-1/+8
* Do not mark obviously unreachable blocks live when processing PHI nodes,Chris Lattner2005-02-171-40/+61
* New files, testing for a crash in ADCE compiling QT and a missed optimization.Chris Lattner2005-02-172-0/+64
* Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca...Chris Lattner2005-02-171-1/+1
* new testcase for PR515Chris Lattner2005-02-171-0/+63
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-163-82/+39
* Fix installation of configuration files.Reid Spencer2005-02-161-2/+2
* * Don't flatten the directory hierarchy when installing headersReid Spencer2005-02-161-8/+13
* Don't use pax for installing header files. Use the install program instead.Reid Spencer2005-02-161-6/+8
* Somehow tablegen.exe got moved... fix up tablegen invocations to match.Jeff Cohen2005-02-161-16/+16
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-161-1/+3
* Arg list already has program name in it.Jeff Cohen2005-02-161-15/+2
* Fixed node deletion bug.Tanya Lattner2005-02-162-6/+13
* Instead of doing a manual comparison loop, just use memcmp, thanks to JohnCChris Lattner2005-02-151-9/+6
* Make this more efficient now that we know both files are the same length.Chris Lattner2005-02-151-2/+2
* Fix spellingMisha Brukman2005-02-151-1/+1
* Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility byReid Spencer2005-02-151-8/+24
* add Alpha to llcAndrew Lenharth2005-02-151-0/+1
* Fix a problem where the PPC backend lost track of the fact that it hadChris Lattner2005-02-151-1/+3
* Add a sanity check.Chris Lattner2005-02-151-0/+1
* Add a new method to make it easy to update graphs.Chris Lattner2005-02-152-3/+33
* Bug fixedChris Lattner2005-02-151-0/+2
* Fix volatile load/store of pointers. Consider this testcase:Chris Lattner2005-02-152-12/+12
* Bug fixed.Chris Lattner2005-02-151-1/+2
* New testcase for PR510.Chris Lattner2005-02-151-0/+11
* wow, interesting typo :)Chris Lattner2005-02-141-1/+1
* execution tests shouldn't go here. This was killing the PPC nightly tester.Chris Lattner2005-02-141-1/+1
* For PR496:Reid Spencer2005-02-141-2/+10
* Fix a bug in my previous change to this, which broke the build on sparcs.Chris Lattner2005-02-141-1/+1
* Print GEP offsets as signed values instead of unsigned values. On X86, thisChris Lattner2005-02-141-3/+7
* A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.Chris Lattner2005-02-141-0/+5
* Fix the second bug attached to PR504.Chris Lattner2005-02-141-1/+1
* Work around GCC PR19958, which causes programs to sometimes crash afterChris Lattner2005-02-141-0/+2
* Write out single characters as chars, not strings.Misha Brukman2005-02-142-134/+134
* Bugs fixedChris Lattner2005-02-141-3/+11
* Implement CodeGen/CBackend/2005-02-14-VolatileOperations.llChris Lattner2005-02-142-0/+30
* new testcaseChris Lattner2005-02-141-0/+7
* Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer2005-02-141-2/+2
* Update comments to reflect new variable names. Patch contributed byReid Spencer2005-02-141-5/+5
* Give props to Andrew for the Alpha backendMisha Brukman2005-02-141-2/+6
* fix setcc on floats, fixes singlesource:pi, perhaps othersAndrew Lenharth2005-02-141-1/+5
* new testcase for PR509Chris Lattner2005-02-141-0/+9
* Fix the llvm bootstrapChris Lattner2005-02-131-2/+2
* Move private helper function into the only .cpp file that uses it.Chris Lattner2005-02-131-18/+0
* Move helper function here.Chris Lattner2005-02-132-0/+56
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-132-7/+8
* Make sure to null terminate argument lists!Chris Lattner2005-02-132-1/+4
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-132-2/+6