aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen2005-02-181-3/+6
* Fix compilation errors with VS 2005, patch contributed by Aaron Gray.Misha Brukman2005-02-171-8/+28
* Fix compilation errors with VS 2005, patch by Aaron Gray.Misha Brukman2005-02-171-0/+3
* Don't rely on doubles comparing identical to each other, which doesn't workChris Lattner2005-02-171-4/+19
* 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
* Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca...Chris Lattner2005-02-171-1/+1
* 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
* 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-151-1/+23
* Fix volatile load/store of pointers. Consider this testcase:Chris Lattner2005-02-152-12/+12
* 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
* 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
* Implement CodeGen/CBackend/2005-02-14-VolatileOperations.llChris Lattner2005-02-142-0/+30
* fix setcc on floats, fixes singlesource:pi, perhaps othersAndrew Lenharth2005-02-141-1/+5
* Fix the llvm bootstrapChris Lattner2005-02-131-2/+2
* Move helper function here.Chris Lattner2005-02-131-0/+28
* If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner2005-02-132-2/+6
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-131-1/+1
* Nuke blank line.Chris Lattner2005-02-131-1/+0
* Minor cleanup. No need to explicitly tell the compiler the template arguments.Chris Lattner2005-02-131-3/+2
* Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner2005-02-131-1/+2
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-131-21/+11
* Print something useful for gccld -v with an archive.Chris Lattner2005-02-131-0/+2
* Correct the recursive PHI node handling routines in a way that CANNOT induceChris Lattner2005-02-131-27/+83
* try to do better match for i32 addsAndrew Lenharth2005-02-121-1/+22
* make FP conversion more conservative (matches gcc)Andrew Lenharth2005-02-121-3/+4
* oops, I was sure this had already gond though the nightly testerAndrew Lenharth2005-02-121-1/+1
* added sign extend for booleanAndrew Lenharth2005-02-121-3/+5
* Allow globals to be of different const'nesses when we link.Chris Lattner2005-02-121-8/+2
* Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.llChris Lattner2005-02-121-0/+2
* fix a bunch of regressions due to call behaviorAndrew Lenharth2005-02-101-4/+4
* Localize globals if they are only used in main(). This replaces theAlkis Evlogimenos2005-02-101-0/+40
* Added new circuit finding alogrithm.Tanya Lattner2005-02-104-51/+487
* Allow modsched and local scheduling to both be run.Tanya Lattner2005-02-101-4/+3
* so, if you beat on it, you too can talk emacs into having a sane indenting po...Andrew Lenharth2005-02-103-549/+575
* fix fp branchAndrew Lenharth2005-02-101-6/+6
* * Fix spelling of `volatile'Misha Brukman2005-02-101-9/+9
* Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner2005-02-091-6/+14
* Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.llChris Lattner2005-02-091-1/+1
* Use new edge iterators to simplify some code.Chris Lattner2005-02-091-7/+7