- 9955880 Hack to naturally align doubles in the constant pool. Remove this once we by Nate Begeman · 20 years ago
- 3d72d14 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 20 years ago
- 2114b27 * Refactor some code into a new BasedUser::RewriteInstructionToUseNewBase by Chris Lattner · 20 years ago
- 763103c This should not run lli, that is for llvm-test. by Chris Lattner · 20 years ago
- 956344c None of these tests should require a working lli, they are codegen tests, by Chris Lattner · 20 years ago
- 7a2ca56 Fix a case that caused this to crash on 178.galgel by Chris Lattner · 20 years ago
- 7db543f Teach LSR about loop-variant expressions, such as loops like this: by Chris Lattner · 20 years ago
- 341bef6 This testcase now passes by Chris Lattner · 20 years ago
- f083414 Remove some more dead code. by Nate Begeman · 20 years ago
- 3416e5f Refactor this code substantially with the following improvements: by Chris Lattner · 20 years ago
- 3f55a4f No, IDEFs shouldn't be JITed by Andrew Lenharth · 20 years ago
- cd33eef * Unbreak release build * Add comments to #endif pragmas for readability by Misha Brukman · 20 years ago
- e2d7fdf * Unbreak optimized build (noticed by Eric van Riet Paap) by Misha Brukman · 20 years ago
- 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 20 years ago
- 49f72e6 refactor some code by Chris Lattner · 20 years ago
- 89fe67f this is not implemented by lsr yet by Chris Lattner · 20 years ago
- a4479ad invert to if's to make the logic simpler by Chris Lattner · 20 years ago
- f918659 When processing outer loops and we find uses of an IV in inner loops, make by Chris Lattner · 20 years ago
- 7a65839 Teach loop-reduce to see into nested loops, to pull out immediate values by Chris Lattner · 20 years ago
- be3e521 improve debug output by Chris Lattner · 20 years ago
- 1c73c7b Scalar SSE: load +0.0 -> xorps/xorpd by Nate Begeman · 20 years ago
- 6bc89e2 this now passes by Chris Lattner · 20 years ago
- 2351aba Move from Stage 0 to Stage 1. by Chris Lattner · 20 years ago
- dc7c0b8 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
- ec3fb63 Rename IVUse to IVUsersOfOneStride, use a struct instead of a pair to by Chris Lattner · 20 years ago
- 52d83e6 Fix a nasty dangling pointer issue. The ScalarEvolution pass would keep a by Chris Lattner · 20 years ago
- a23076a Fix this to test the BE we care about by Chris Lattner · 20 years ago
- 2be12fa Fix an obvious bug in the Log2 stuff that broke SingleSource/UnitTests/2005-05-12-Int64ToFP by Chris Lattner · 20 years ago
- 4c64dd7 Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of by Chris Lattner · 20 years ago
- f1adce4 The correct fix for PR612, which also fixes by Chris Lattner · 20 years ago
- 999b814 new testcase for PR612 by Chris Lattner · 20 years ago
- 6e459bf When inserting code, make sure not to insert it before PHI nodes. This by Chris Lattner · 20 years ago
- 5226110 new testcase for PR612 by Chris Lattner · 20 years ago
- 1b0674c Add a couple rlwinm tests for bitfield clears by Nate Begeman · 20 years ago
- 2bbcca3 Update rlwimi tests to catch all the cases we care about by Nate Begeman · 20 years ago
- 82e6ef3 Testcase that used to crash simplifycfg by Chris Lattner · 20 years ago
- 6306d07 Fix Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash.ll, a problem that by Chris Lattner · 20 years ago
- b06f677 add support for Graphviz when viewing CFGs by Chris Lattner · 20 years ago
- 0a3f677 Fix grammar: apostrophe-s ('s) is possessive, not plural; also iff vs. if. by Misha Brukman · 20 years ago
- 89bfcd3 Wrap comments to 80 cols, fix code sequence for CountLeadingZeros_64 on by Chris Lattner · 20 years ago
- a34cbcc minor capitalization thing, patch by Jim Laskey by Chris Lattner · 20 years ago
- 865dc8f Fix another bug in the clz patch that caused miscompilations when !gcc4 by Chris Lattner · 20 years ago
- 1aad921 Finally, add the required constraint checks to fix Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll by Chris Lattner · 20 years ago
- 969c88e8 un-xfail this by Chris Lattner · 20 years ago
- dc88dbe Simplify some code, add the correct pred checks by Chris Lattner · 20 years ago
- 3b3efc7 Refactor code out of PropagatePredecessorsForPHIs, turning it into a pure function with no side-effects by Chris Lattner · 20 years ago
- d423b8b use splice instead of remove/insert to avoid some symtab operations by Chris Lattner · 20 years ago
- 2bdcb56 move two functions up in the file, use SafeToMergeTerminators to eliminate by Chris Lattner · 20 years ago
- 7e66348 Rip some code out of the main SimplifyCFG function into a subfunction and by Chris Lattner · 20 years ago
- d970ff0 This fails for now by Chris Lattner · 20 years ago
- 17de414 Disable this patch: by Chris Lattner · 20 years ago
- f5e982d Change a place to use an arbitrary value instead of null, when possible by Chris Lattner · 20 years ago
- aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 20 years ago
- 86c27ee Add a note, people are responsible for requesting that they be added to the by Chris Lattner · 20 years ago
- 1d924f6 Pass -export-dynamic to gcc when compiling with -native and the link is by Chris Lattner · 20 years ago
- e6ec587 Fix the non-gcc 4.0 paths for countleadingzeros by Chris Lattner · 20 years ago
- 591083a Fix inverted conditionals by Chris Lattner · 20 years ago
- 9e17df8 one more hunk that got dropped by Chris Lattner · 20 years ago
- c0d590b This hunk accidentally got dropped. Patch by Jim Laskey by Chris Lattner · 20 years ago
- 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
- 3b65576 Fix the non-gcc 4.0 path to compile by Chris Lattner · 20 years ago
- bcd7db5 Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
- 88c606e Consolidate all of the various log2 computing functions into MathExtras.h. by Chris Lattner · 20 years ago
- 7dc934d Update a doc, patch contributed by Jim Laskey! by Chris Lattner · 20 years ago
- 3f27013 add a pass name to make debugging dumps nicer by Chris Lattner · 20 years ago
- 15d89cb Fix grammar: it's == "it is". by Misha Brukman · 20 years ago
- 8105c76 Like the comment says, do not insert cast instructions before phi nodes by Chris Lattner · 20 years ago
- 64fe584 It's dangerous coding on Mondays. by Jeff Cohen · 20 years ago
- 1593ac2 This code was very close, but not quite right. It did not take into by Chris Lattner · 20 years ago
- 1bc0f73 New testcase that caused simplifycfg to crash by Chris Lattner · 20 years ago
- ee841a1 Implement SetInterruptFunction for Windows. by Jeff Cohen · 20 years ago
- 7e608bb add a comment, make a check more lenient by Chris Lattner · 20 years ago
- e9100c6 Simplify for loop, clear a per-loop map after processing each loop by Chris Lattner · 20 years ago
- f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 20 years ago
- fa8c292 Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the by Chris Lattner · 20 years ago
- e62321a add a new function proto by Chris Lattner · 20 years ago
- 07cd0ff Add a comment by Chris Lattner · 20 years ago
- 1060e09 Fix an iterator invalidation problem by Chris Lattner · 20 years ago
- 8dcd548 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 20 years ago
- e96e376 make is the standard name, not gmake by Chris Lattner · 20 years ago
- e84d206 Mark these as V9 specific by Chris Lattner · 20 years ago
- 5bca0da update function codes to reflect /su flags that have been added since this was written by Andrew Lenharth · 20 years ago
- e21c305 Fix casts from long to sbyte on ppc by Chris Lattner · 20 years ago
- 01c8f6e use llabs not abs by Andrew Lenharth · 20 years ago
- 2b3b89c one cannot allocate a global, until one is done initializing the global pointers by Andrew Lenharth · 20 years ago
- 88aad14 temporarily fail these two tests until LSR evolves to support them by Chris Lattner · 20 years ago
- 9cc5f42 ConstantInt::get only works for arguments < 128. by Chris Lattner · 20 years ago
- d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
- cfb1d42 Fix VC++ build problems. by Jeff Cohen · 20 years ago
- f20d183 fix float->long conversions on x86 by Chris Lattner · 20 years ago
- c3f9dc1 this tests every fp-to-integer conversion by Chris Lattner · 20 years ago
- a88da08 fix a typeo by Chris Lattner · 20 years ago
- f84d5ab Ack, typo by Nate Begeman · 20 years ago
- a35e1df Change the fp to integer code to not perform 2-byte stores followed by by Chris Lattner · 20 years ago
- 1699748 Commit a new LoopStrengthReduce pass that can use scalar evolutions and by Nate Begeman · 20 years ago
- 36f891b Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that by Nate Begeman · 20 years ago
- 01546c5 Use a custom expander for all FP to int conversions, as the X86 only has by Chris Lattner · 20 years ago
- f1fa74e Allow targets to have custom expanders for FP_TO_*INT conversions where by Chris Lattner · 20 years ago
- a00269b support near allocations for the JIT by Andrew Lenharth · 20 years ago
- 422f3d5 turn off GOT on archs that didn't use it (not that it appeard to harm them much with it on) by Andrew Lenharth · 20 years ago