| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Start using PMStack. Now each pass is responsibe for assinging | Devang Patel | 2007-01-11 | 1 | -28/+23 |
* | Use getPassManagerType() instead of dynamic_cast. | Devang Patel | 2007-01-11 | 1 | -18/+8 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 40 | -525/+525 |
* | Remove unnecessary boolean type check. | Zhou Sheng | 2007-01-11 | 1 | -2/+1 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 36 | -1524/+1682 |
* | Fixed indentation. | Zhou Sheng | 2007-01-11 | 1 | -4/+4 |
* | Shut up a warning about signed/unsigned. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | simplify some logic further | Chris Lattner | 2007-01-11 | 1 | -11/+2 |
* | Recommit my previous patch with a bugfix: printInfoComment works on both | Chris Lattner | 2007-01-11 | 1 | -63/+67 |
* | Quiet compiler warning. The only reason the function is marked virtual | Nick Lewycky | 2007-01-11 | 1 | -0/+2 |
* | New predicate simplifier! | Nick Lewycky | 2007-01-11 | 1 | -974/+1155 |
* | Add PassManagerType enum. | Devang Patel | 2007-01-11 | 1 | -0/+12 |
* | Avoid taking the address of a macro by checking to see if stdin is defined | Reid Spencer | 2007-01-11 | 1 | -0/+4 |
* | Implement better constant folding of unordered FCMP predicates. | Reid Spencer | 2007-01-11 | 1 | -7/+27 |
* | Robustify assingPassManager() for Module, Function and Basic Block | Devang Patel | 2007-01-11 | 1 | -37/+73 |
* | Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is | Reid Spencer | 2007-01-10 | 1 | -2/+12 |
* | Back out the last patch which is a nightly test killer. The assertion | Reid Spencer | 2007-01-10 | 1 | -63/+63 |
* | Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob... | Chris Lattner | 2007-01-10 | 1 | -63/+63 |
* | eliminate some iterator gymnastics. | Chris Lattner | 2007-01-10 | 1 | -8/+4 |
* | Change the file header name as this file was renamed. | Reid Spencer | 2007-01-10 | 1 | -1/+1 |
* | Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp | Reid Spencer | 2007-01-10 | 1 | -2791/+0 |
* | Fix a bug in heap-sra that caused compilation failure of office-ispell. | Chris Lattner | 2007-01-09 | 1 | -3/+19 |
* | For PR1099: | Reid Spencer | 2007-01-09 | 2 | -66/+66 |
* | Inline insertValue into CreateModuleSlot/CreateFunctionSlot | Chris Lattner | 2007-01-09 | 1 | -35/+24 |
* | Remove a bunch of complex logic that is completely dead: duplicates can | Chris Lattner | 2007-01-09 | 1 | -57/+1 |
* | Split CreateSlot into two versions, one for globals and one for function-local | Chris Lattner | 2007-01-09 | 1 | -61/+68 |
* | Remove extraneous return value from insertValue and getOrCreateSlot. Since | Chris Lattner | 2007-01-09 | 1 | -53/+34 |
* | For PR1099: | Reid Spencer | 2007-01-09 | 2 | -16/+18 |
* | Naming consistency. | Evan Cheng | 2007-01-08 | 1 | -25/+27 |
* | Fix for PR1075: bottom-up register-reduction scheduling actually increases re... | Evan Cheng | 2007-01-08 | 1 | -120/+72 |
* | Implement some trivial FP foldings when -enable-unsafe-fp-math is specified. | Chris Lattner | 2007-01-08 | 1 | -0/+15 |
* | Need to handle static declarations properly. | Jim Laskey | 2007-01-08 | 1 | -6/+9 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-01-08 | 1 | -1/+1 |
* | Parameter attributes are part of a FunctionType and deserve to be factored | Reid Spencer | 2007-01-08 | 1 | -1/+6 |
* | Add PMStack, a Pass Manager stack. | Devang Patel | 2007-01-08 | 1 | -0/+138 |
* | And asm writing for packed struct initializers | Andrew Lenharth | 2007-01-08 | 1 | -0/+4 |
* | Make packed structs use packed initialiers for consistency | Andrew Lenharth | 2007-01-08 | 1 | -0/+52 |
* | Comparison of primitive type sizes should now be done in bits, not bytes. | Reid Spencer | 2007-01-08 | 3 | -12/+14 |
* | For PR1097: | Reid Spencer | 2007-01-08 | 1 | -1/+1 |
* | For PR1090: | Reid Spencer | 2007-01-08 | 2 | -56/+62 |
* | Fix PR1090: | Reid Spencer | 2007-01-08 | 2 | -84/+196 |
* | Fix a bug in an assert that would never trigger. | Reid Spencer | 2007-01-08 | 2 | -2/+2 |
* | Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. | Reid Spencer | 2007-01-08 | 3 | -24/+22 |
* | Types should be const. | Reid Spencer | 2007-01-07 | 1 | -2/+2 |
* | this pass is unused | Chris Lattner | 2007-01-07 | 1 | -436/+0 |
* | llvm 2.0 doesn't support llvm.isunordered.* | Chris Lattner | 2007-01-07 | 1 | -17/+0 |
* | remove support for llvm.isunordered | Chris Lattner | 2007-01-07 | 1 | -22/+0 |
* | remove llvm.isunordered | Chris Lattner | 2007-01-07 | 1 | -5/+0 |
* | Change the interface to Module::getOrInsertFunction to be easier to use,to re... | Chris Lattner | 2007-01-07 | 4 | -256/+119 |
* | Change the interface to Module::getOrInsertFunction to be easier to use, | Chris Lattner | 2007-01-07 | 1 | -12/+24 |