| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Argument::print more resilient to non-verifiable IR | Chris Lattner | 2004-07-13 | 1 | -1/+2 |
* | Catch aggregates passed by value sooner rather than later. | Chris Lattner | 2004-07-13 | 1 | -0/+3 |
* | * Specify that FP arith options have 3 operands | Misha Brukman | 2004-07-13 | 2 | -26/+20 |
* | Actually, use an exception to stop verification. This gives us much better | Chris Lattner | 2004-07-13 | 1 | -1/+5 |
* | There is no reason to abort and print a stack trace if there is a verification | Chris Lattner | 2004-07-13 | 1 | -1/+1 |
* | Fine-grainify namespacification, prune #include | Chris Lattner | 2004-07-13 | 1 | -6/+2 |
* | Fix typeo and refactor bb productions to make it possible for us to reuse any | Chris Lattner | 2004-07-13 | 1 | -11/+12 |
* | Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES | Chris Lattner | 2004-07-13 | 2 | -67/+26 |
* | Inline the now trivial setValueNameInternal function into both callers | Chris Lattner | 2004-07-13 | 1 | -13/+10 |
* | Now that basic blocks are eagerly inserted into the Function, we can use | Chris Lattner | 2004-07-13 | 1 | -60/+12 |
* | A couple of substantial cleanup fixes: | Chris Lattner | 2004-07-13 | 1 | -47/+72 |
* | Fix warning on SparcV9, where sizeof (int) != sizeof (void *). | Brian Gaeke | 2004-07-13 | 1 | -1/+1 |
* | Replace a bunch of complex ConstantPointerRef referring code with simple | Chris Lattner | 2004-07-13 | 1 | -11/+3 |
* | Make tblgen not try to be smart. This is better handled in makefiles if | Chris Lattner | 2004-07-13 | 1 | -14/+3 |
* | Factor some code to handle "load (constantexpr cast foo)" just like | Chris Lattner | 2004-07-13 | 1 | -20/+32 |
* | Correctly load FP constants out of the constant pool. | Misha Brukman | 2004-07-12 | 2 | -12/+6 |
* | Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> | Misha Brukman | 2004-07-12 | 2 | -2/+2 |
* | Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC | Misha Brukman | 2004-07-12 | 2 | -0/+23 |
* | * Tabs to spaces | Misha Brukman | 2004-07-12 | 1 | -7/+5 |
* | New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar | Misha Brukman | 2004-07-12 | 1 | -1/+6 |
* | Add a helper method. The StructType element is completely redundant in most | Chris Lattner | 2004-07-12 | 1 | -0/+3 |
* | implement new helper method | Chris Lattner | 2004-07-12 | 1 | -0/+8 |
* | Fix unused var warning | Chris Lattner | 2004-07-12 | 1 | -3/+2 |
* | Fix a really nasty logic error that VC noticed. | Chris Lattner | 2004-07-12 | 1 | -2/+2 |
* | Add a missing #include | Chris Lattner | 2004-07-12 | 1 | -0/+1 |
* | Fix warning compiling with VC++ | Chris Lattner | 2004-07-12 | 2 | -4/+4 |
* | new feature | Chris Lattner | 2004-07-12 | 1 | -0/+2 |
* | * Clarify Sparc as SparcV9 | Misha Brukman | 2004-07-12 | 1 | -4/+5 |
* | Implement a new method useful for things like the inliner | Chris Lattner | 2004-07-12 | 1 | -0/+10 |
* | Implement new method | Chris Lattner | 2004-07-12 | 1 | -0/+36 |
* | Correct an output typo. | Reid Spencer | 2004-07-11 | 1 | -1/+1 |
* | Various cleanups: | Reid Spencer | 2004-07-11 | 1 | -153/+193 |
* | - Rename two methods to give them more meaning | Reid Spencer | 2004-07-11 | 1 | -2/+8 |
* | Remove tabs. | Reid Spencer | 2004-07-11 | 1 | -2/+2 |
* | Prepare the writer for a non-broken implementation of writing floating | Reid Spencer | 2004-07-11 | 2 | -2/+19 |
* | The cleanup is done. Update comment. | Chris Lattner | 2004-07-11 | 1 | -5/+2 |
* | Make add constantexprs work with all types, fixing the regressions from last ... | Chris Lattner | 2004-07-11 | 1 | -4/+28 |
* | Implement TargetRegistrationListener | Chris Lattner | 2004-07-11 | 1 | -0/+26 |
* | Add a new listener class for things that want to be informed about new | Chris Lattner | 2004-07-11 | 1 | -6/+21 |
* | Delete the allocate*TargetMachine function, which is now dead. | Chris Lattner | 2004-07-11 | 2 | -10/+2 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 6 | -46/+6 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 2 | -12/+0 |
* | Delete the allocate*TargetMachine functions. Move options to a header file | Chris Lattner | 2004-07-11 | 2 | -62/+30 |
* | Prune unused #include | Chris Lattner | 2004-07-11 | 1 | -1/+0 |
* | Goodbye macro hell, hello nice clean and simple code. This also gives llc | Chris Lattner | 2004-07-11 | 1 | -58/+17 |
* | Goodbye macro hell, hello nice clean simple extensible code. This change | Chris Lattner | 2004-07-11 | 1 | -55/+13 |
* | Implement a couple of methods that TargetMachineRegistry now provides. See, | Chris Lattner | 2004-07-11 | 1 | -0/+60 |
* | Add a new TargetNameParser class, which is useful for parsing options. | Chris Lattner | 2004-07-11 | 1 | -4/+36 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 8 | -8/+8 |
* | Provide better support for pointer-valued command line arguments | Chris Lattner | 2004-07-11 | 2 | -0/+6 |