- 1aad921 Finally, add the required constraint checks to fix Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll by Chris Lattner · 19 years ago
- 969c88e8 un-xfail this by Chris Lattner · 19 years ago
- dc88dbe Simplify some code, add the correct pred checks by Chris Lattner · 19 years ago
- 3b3efc7 Refactor code out of PropagatePredecessorsForPHIs, turning it into a pure function with no side-effects by Chris Lattner · 19 years ago
- d423b8b use splice instead of remove/insert to avoid some symtab operations by Chris Lattner · 19 years ago
- 2bdcb56 move two functions up in the file, use SafeToMergeTerminators to eliminate by Chris Lattner · 19 years ago
- 7e66348 Rip some code out of the main SimplifyCFG function into a subfunction and by Chris Lattner · 19 years ago
- d970ff0 This fails for now by Chris Lattner · 19 years ago
- 17de414 Disable this patch: by Chris Lattner · 19 years ago
- f5e982d Change a place to use an arbitrary value instead of null, when possible by Chris Lattner · 19 years ago
- aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 19 years ago
- 86c27ee Add a note, people are responsible for requesting that they be added to the by Chris Lattner · 19 years ago
- 1d924f6 Pass -export-dynamic to gcc when compiling with -native and the link is by Chris Lattner · 19 years ago
- e6ec587 Fix the non-gcc 4.0 paths for countleadingzeros by Chris Lattner · 19 years ago
- 591083a Fix inverted conditionals by Chris Lattner · 19 years ago
- 9e17df8 one more hunk that got dropped by Chris Lattner · 19 years ago
- c0d590b This hunk accidentally got dropped. Patch by Jim Laskey by Chris Lattner · 19 years ago
- 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 19 years ago
- 3b65576 Fix the non-gcc 4.0 path to compile by Chris Lattner · 19 years ago
- bcd7db5 Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 19 years ago
- 88c606e Consolidate all of the various log2 computing functions into MathExtras.h. by Chris Lattner · 19 years ago
- 7dc934d Update a doc, patch contributed by Jim Laskey! by Chris Lattner · 19 years ago
- 3f27013 add a pass name to make debugging dumps nicer by Chris Lattner · 19 years ago
- 15d89cb Fix grammar: it's == "it is". by Misha Brukman · 19 years ago
- 8105c76 Like the comment says, do not insert cast instructions before phi nodes by Chris Lattner · 19 years ago
- 64fe584 It's dangerous coding on Mondays. by Jeff Cohen · 19 years ago
- 1593ac2 This code was very close, but not quite right. It did not take into by Chris Lattner · 19 years ago
- 1bc0f73 New testcase that caused simplifycfg to crash by Chris Lattner · 19 years ago
- ee841a1 Implement SetInterruptFunction for Windows. by Jeff Cohen · 19 years ago
- 7e608bb add a comment, make a check more lenient by Chris Lattner · 19 years ago
- e9100c6 Simplify for loop, clear a per-loop map after processing each loop by Chris Lattner · 19 years ago
- f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
- fa8c292 Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the by Chris Lattner · 19 years ago
- e62321a add a new function proto by Chris Lattner · 19 years ago
- 07cd0ff Add a comment by Chris Lattner · 19 years ago
- 1060e09 Fix an iterator invalidation problem by Chris Lattner · 19 years ago
- 8dcd548 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 19 years ago
- e96e376 make is the standard name, not gmake by Chris Lattner · 19 years ago
- e84d206 Mark these as V9 specific by Chris Lattner · 19 years ago
- 5bca0da update function codes to reflect /su flags that have been added since this was written by Andrew Lenharth · 19 years ago
- e21c305 Fix casts from long to sbyte on ppc by Chris Lattner · 19 years ago
- 01c8f6e use llabs not abs by Andrew Lenharth · 19 years ago
- 2b3b89c one cannot allocate a global, until one is done initializing the global pointers by Andrew Lenharth · 19 years ago
- 88aad14 temporarily fail these two tests until LSR evolves to support them by Chris Lattner · 19 years ago
- 9cc5f42 ConstantInt::get only works for arguments < 128. by Chris Lattner · 19 years ago
- d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 19 years ago
- cfb1d42 Fix VC++ build problems. by Jeff Cohen · 19 years ago
- f20d183 fix float->long conversions on x86 by Chris Lattner · 19 years ago
- c3f9dc1 this tests every fp-to-integer conversion by Chris Lattner · 19 years ago
- a88da08 fix a typeo by Chris Lattner · 19 years ago
- f84d5ab Ack, typo by Nate Begeman · 19 years ago
- a35e1df Change the fp to integer code to not perform 2-byte stores followed by by Chris Lattner · 19 years ago
- 1699748 Commit a new LoopStrengthReduce pass that can use scalar evolutions and by Nate Begeman · 19 years ago
- 36f891b Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that by Nate Begeman · 19 years ago
- 01546c5 Use a custom expander for all FP to int conversions, as the X86 only has by Chris Lattner · 19 years ago
- f1fa74e Allow targets to have custom expanders for FP_TO_*INT conversions where by Chris Lattner · 19 years ago
- a00269b support near allocations for the JIT by Andrew Lenharth · 19 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 · 19 years ago
- 5d06b8c Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operations by Chris Lattner · 19 years ago
- f7443da Don't forget to diddle with the control word when performing an FISTP64. by Chris Lattner · 19 years ago
- 745d538 Use a custom expander to compile this: by Chris Lattner · 19 years ago
- 80a3e94 Allow targets to define custom expanders for FP_TO_*INT by Chris Lattner · 19 years ago
- 1618beb allow a target to request that unknown FP_TO_*INT conversion be promoted to by Chris Lattner · 19 years ago
- fa9c801 instead of having all conversions be handled by one case value, and then have by Chris Lattner · 19 years ago
- 70df32a New testcase for PR610 by Chris Lattner · 19 years ago
- 98169be support bsr, and more .td simplification by Andrew Lenharth · 19 years ago
- fe66039 new is not a valid default anywhere, so make this pure virtual by Andrew Lenharth · 19 years ago
- 3be872e Fix a problem in getDirectoryContents where sub-directory names were by Reid Spencer · 19 years ago
- a4433e1 get lazy JITing working. Some of shootout runs now by Andrew Lenharth · 19 years ago
- 6a97461 Like constants, globals on some platforms are GOT relative. This means they have to be allocated by Andrew Lenharth · 19 years ago
- 988b1dd Eliminate an extra copy from R1 that Nate noticed on function calls that by Chris Lattner · 19 years ago
- 4015ea8 Specify the correct number of operands by Chris Lattner · 19 years ago
- 540f7d6 Run the verifier pass after all the other passes rather than before them. by Reid Spencer · 19 years ago
- 2a05c8e Fold constant adds into loads and stores to frame indices. by Nate Begeman · 19 years ago
- 4418c2b Make the verifier pass run (in debug mode) in llc. This adds a sanity check by Reid Spencer · 19 years ago
- 832481f Please do not reintroduce tabs. by Jeff Cohen · 19 years ago
- 3dee175 Fix some comments by Nate Begeman · 19 years ago
- cef21c3 Fix debug info to not print out recently freed memory. by Chris Lattner · 19 years ago
- 8e7a709 Print symbolic register names in debug dumps by Chris Lattner · 19 years ago
- bc9e49c Fix PR608: by Reid Spencer · 19 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
- 54eed36 Implement the optimization for the Red Zone on Darwin. This removes the by Nate Begeman · 19 years ago
- 45ff4fa fix some warnings when compiled with 32-bit hosts by Chris Lattner · 19 years ago
- 9eb59ec Eliminate tabs and trailing spaces. by Jeff Cohen · 19 years ago
- 50e9ef8 Testcase for PR607 by Chris Lattner · 19 years ago
- b65975a add a note about the red zone by Chris Lattner · 19 years ago
- 2e00d7d Wrap some long lines, fix emission of weak global variables by Chris Lattner · 19 years ago
- 4ad870d Update the PPC readme by Nate Begeman · 19 years ago
- 600d73b ConvertibleToGEP always returns 0, remove some old crufty code which by Chris Lattner · 19 years ago
- d6bbac5 fix a warning on 32-bit systems by Chris Lattner · 19 years ago
- 7b4f0a8 Fix an optimization put in for accessing static globals. This obviates by Nate Begeman · 19 years ago
- 675267e Get rid of bash specific syntax for variable dereferencing, replacing it by Reid Spencer · 19 years ago
- f075cac fix compile error by Andrew Lenharth · 19 years ago
- aa68f7f PowerPC no-pic code is not quite ready for prime-time by Chris Lattner · 19 years ago
- ab25eda No, really, it's an Alpha! And you probably thought it was a PowerPC. by Misha Brukman · 19 years ago
- 6b137d8 Handle more imm forms, and load small negative i32 constants without hitting memory (should do the same for arbitrary zero extended small negative constants) by Andrew Lenharth · 19 years ago
- 22894e9 I know PowerPC wishes it could be alpha, but it cannot. so there by Andrew Lenharth · 19 years ago
- 4b429fc make sure we always handle small negatives well by Andrew Lenharth · 19 years ago
- 38396f8 finally found the gcc defined constants by Andrew Lenharth · 19 years ago
- ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago