| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently name passed with 32 or 64 in their name | Misha Brukman | 2004-08-17 | 1 | -2/+2 |
* | PowerPCRegisterInfo no longer takes a bool to differentiate 32 vs 64 bits | Misha Brukman | 2004-08-17 | 1 | -6/+3 |
* | The PowerPCInstrInfo class has gone away. | Misha Brukman | 2004-08-17 | 1 | -34/+0 |
* | PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes. | Misha Brukman | 2004-08-17 | 1 | -1/+2 |
* | PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPC | Misha Brukman | 2004-08-17 | 9 | -27/+592 |
* | PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* | Misha Brukman | 2004-08-17 | 10 | -58/+632 |
* | Correct the comments in the symbol table writer to reflect reality. | Reid Spencer | 2004-08-17 | 1 | -3/+7 |
* | Print float constants as 4 byte values. | Chris Lattner | 2004-08-17 | 2 | -44/+50 |
* | Make sure to put an _ prefix on all identifiers! | Chris Lattner | 2004-08-17 | 2 | -32/+58 |
* | Some asmwriters want an _ prefix | Chris Lattner | 2004-08-17 | 1 | -1/+1 |
* | More changes to make PPC32 and X86 more similar | Chris Lattner | 2004-08-16 | 2 | -22/+18 |
* | Minor changes to make the diff be nothing against the X86 version | Chris Lattner | 2004-08-16 | 2 | -38/+8 |
* | Finegrainify namespacification | Chris Lattner | 2004-08-16 | 2 | -218/+30 |
* | Start using the AsmPrinter to emit our first class constants. This also | Chris Lattner | 2004-08-16 | 1 | -109/+11 |
* | Initial implementation of the asmprinter base class | Chris Lattner | 2004-08-16 | 1 | -0/+110 |
* | Moved this file out of lib/CodeGen | Chris Lattner | 2004-08-16 | 1 | -0/+119 |
* | Hacks to make the MachineFunction class be able to delete the MFI object | Chris Lattner | 2004-08-16 | 1 | -1/+2 |
* | Code moved out of lib/CodeGen/MachineFunction.cpp | Chris Lattner | 2004-08-16 | 1 | -0/+180 |
* | Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp | Chris Lattner | 2004-08-16 | 1 | -158/+1 |
* | This file is moving to lib/Target/SparcV9 | Chris Lattner | 2004-08-16 | 1 | -119/+0 |
* | Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp... | Chris Lattner | 2004-08-16 | 21 | -42/+37 |
* | Nuke this file | Chris Lattner | 2004-08-16 | 1 | -72/+0 |
* | Fold MachineInstrAnnot.cpp into this file | Chris Lattner | 2004-08-16 | 1 | -0/+56 |
* | Move these files (which are dependent on VMCore) into VMCore | Misha Brukman | 2004-08-16 | 2 | -252/+0 |
* | Update and consolidate comments. Remove some excess whitespace. | Brian Gaeke | 2004-08-16 | 1 | -15/+6 |
* | Add a note that people shouldn't use MachineFunctionInfo. | Brian Gaeke | 2004-08-16 | 1 | -0/+2 |
* | Fix PR422. | Reid Spencer | 2004-08-16 | 1 | -2/+11 |
* | Remove lib/System contents until a satisfactory solution can be | Reid Spencer | 2004-08-16 | 7 | -828/+0 |
* | Fix a bug that caused the pass to go into infinite loops on trivial testcases. | Chris Lattner | 2004-08-16 | 1 | -1/+2 |
* | There is no need for a cast here | Chris Lattner | 2004-08-16 | 1 | -1/+1 |
* | Update the current state of the world | Nate Begeman | 2004-08-16 | 1 | -6/+1 |
* | Fix typo of the word 'implicit' I made resolving a CVS conflict. Whoops! | Nate Begeman | 2004-08-16 | 1 | -1/+1 |
* | Fix frame pointer handling: | Nate Begeman | 2004-08-16 | 2 | -32/+33 |
* | Fix mismatched adjust down/up of SP in functions that contain variable | Nate Begeman | 2004-08-16 | 1 | -4/+4 |
* | Add a special case for argc,argv | Chris Lattner | 2004-08-16 | 1 | -2/+13 |
* | Don't pass too many arguments into runFunction | Chris Lattner | 2004-08-16 | 1 | -8/+15 |
* | Finally, add support for calling arbitrary non-varargs functions. | Chris Lattner | 2004-08-16 | 1 | -9/+58 |
* | Handle all nullary functions, of any valid return type. | Chris Lattner | 2004-08-15 | 1 | -7/+46 |
* | Fine, go all of the way and check that the argument types are correct as well. | Chris Lattner | 2004-08-15 | 1 | -13/+27 |
* | These only really work if returning int or void | Chris Lattner | 2004-08-15 | 1 | -17/+21 |
* | Handle zero arg function case | Chris Lattner | 2004-08-15 | 1 | -1/+5 |
* | Simplify code a bit, print error message always instead of asserting. | Chris Lattner | 2004-08-15 | 1 | -16/+19 |
* | V8 never used the instrselectorgenerator | Chris Lattner | 2004-08-15 | 2 | -10/+2 |
* | isdummyclass goes away | Chris Lattner | 2004-08-15 | 1 | -4/+0 |
* | disable all of the pattern isel stuff | Chris Lattner | 2004-08-15 | 1 | -1/+2 |
* | Disable the pattern isel | Chris Lattner | 2004-08-15 | 4 | -25/+13 |
* | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner | 2004-08-15 | 2 | -3/+3 |
* | Insertion methods now return void instead of #instrs inserted. Also, use | Chris Lattner | 2004-08-15 | 2 | -31/+25 |
* | Code insertion methods now return void instead of #instrs inserted | Chris Lattner | 2004-08-15 | 2 | -18/+15 |
* | Code insertion methods now return void instead of an int. | Chris Lattner | 2004-08-15 | 8 | -67/+58 |