aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the non-gcc 4.0 paths for countleadingzerosChris Lattner2005-08-021-29/+35
* Fix inverted conditionalsChris Lattner2005-08-021-2/+2
* one more hunk that got droppedChris Lattner2005-08-021-3/+2
* This hunk accidentally got dropped. Patch by Jim LaskeyChris Lattner2005-08-021-67/+0
* Update to use the new MathExtras.h support for log2 computation.Chris Lattner2005-08-0211-188/+108
* Fix the non-gcc 4.0 path to compileChris Lattner2005-08-021-5/+7
* Update to use the new MathExtras.h support for log2 computation.Chris Lattner2005-08-021-22/+15
* Consolidate all of the various log2 computing functions into MathExtras.h.Chris Lattner2005-08-021-18/+131
* Update a doc, patch contributed by Jim Laskey!Chris Lattner2005-08-021-6/+3
* add a pass name to make debugging dumps nicerChris Lattner2005-08-021-0/+4
* Fix grammar: it's == "it is".Misha Brukman2005-08-021-1/+1
* Like the comment says, do not insert cast instructions before phi nodesChris Lattner2005-08-021-0/+4
* It's dangerous coding on Mondays.Jeff Cohen2005-08-021-8/+5
* This code was very close, but not quite right. It did not take intoChris Lattner2005-08-021-3/+10
* New testcase that caused simplifycfg to crashChris Lattner2005-08-021-0/+96
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-022-2/+27
* add a comment, make a check more lenientChris Lattner2005-08-021-8/+10
* Simplify for loop, clear a per-loop map after processing each loopChris Lattner2005-08-021-1/+2
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-025-30/+59
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-022-2/+22
* add a new function protoChris Lattner2005-08-021-0/+9
* Add a commentChris Lattner2005-08-021-0/+10
* Fix an iterator invalidation problemChris Lattner2005-08-021-1/+3
* 200.sixtrack prints FP numbers with a very strange notation that uses DChris Lattner2005-08-021-3/+21
* make is the standard name, not gmakeChris Lattner2005-08-021-1/+1
* Mark these as V9 specificChris Lattner2005-08-011-5/+4
* update function codes to reflect /su flags that have been added since this wa...Andrew Lenharth2005-08-011-12/+12
* Fix casts from long to sbyte on ppcChris Lattner2005-08-011-1/+1
* use llabs not absAndrew Lenharth2005-08-011-3/+3
* one cannot allocate a global, until one is done initializing the global pointersAndrew Lenharth2005-08-011-5/+5
* temporarily fail these two tests until LSR evolves to support themChris Lattner2005-08-012-0/+4
* ConstantInt::get only works for arguments < 128.Chris Lattner2005-08-011-2/+6
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-308-61/+62
* Fix VC++ build problems.Jeff Cohen2005-07-302-0/+7
* fix float->long conversions on x86Chris Lattner2005-07-301-3/+10
* this tests every fp-to-integer conversionChris Lattner2005-07-301-0/+67
* fix a typeoChris Lattner2005-07-301-1/+1
* Ack, typoNate Begeman2005-07-301-1/+1
* Change the fp to integer code to not perform 2-byte stores followed byChris Lattner2005-07-301-7/+4
* Commit a new LoopStrengthReduce pass that can use scalar evolutions andNate Begeman2005-07-301-179/+517
* Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so thatNate Begeman2005-07-303-238/+286
* Use a custom expander for all FP to int conversions, as the X86 only hasChris Lattner2005-07-301-71/+41
* Allow targets to have custom expanders for FP_TO_*INT conversions whereChris Lattner2005-07-301-3/+9
* support near allocations for the JITAndrew Lenharth2005-07-294-38/+88
* turn off GOT on archs that didn't use it (not that it appeard to harm them mu...Andrew Lenharth2005-07-293-3/+3
* Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operationsChris Lattner2005-07-291-27/+17
* Don't forget to diddle with the control word when performing an FISTP64.Chris Lattner2005-07-291-8/+36
* Use a custom expander to compile this:Chris Lattner2005-07-291-13/+57
* Allow targets to define custom expanders for FP_TO_*INTChris Lattner2005-07-291-0/+18
* allow a target to request that unknown FP_TO_*INT conversion be promoted toChris Lattner2005-07-291-1/+74