- 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
- 4e4c444 If we are linking two global variables and they have the same size, do not by Chris Lattner · 21 years ago
- 43f20a5 Fix opcodes being printed in caps (the more general fix may be `AsmWriter') by Misha Brukman · 21 years ago
- 1601d9c Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch. by Misha Brukman · 21 years ago
- 983e92d LR needs to be saved at 16-byte offset on a 64-bit arch by Misha Brukman · 21 years ago
- 4debafb On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24 by Misha Brukman · 21 years ago
- d2cbb87 This PHI has 4 additional operands, not 2. by Misha Brukman · 21 years ago
- 95ab78a Use the appropriate 64-bit register description file. by Misha Brukman · 21 years ago
- 5e9867e Fix more remaining 32-bit vestiges of PowerPC by Misha Brukman · 21 years ago
- cc55ad5 Fix another vestige of the 32-bit PowerPC backend. by Misha Brukman · 21 years ago
- ab566ea Correct character prepended to global symbols ('.'), use Mangler consistently by Misha Brukman · 21 years ago
- 1c514ec * Eliminate global base register, r2 is used for that on AIX/PowerPC by Misha Brukman · 21 years ago
- 85aa4d0 Wrap long lines. by Misha Brukman · 21 years ago
- 1e67d4d Convert casts that will have no effect into move instructions. by Nate Begeman · 21 years ago
- 81d265d Clean up floating point instruction selection. by Nate Begeman · 21 years ago
- d664095 M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and by Brian Gaeke · 21 years ago
- 418379e Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
- e058b27 Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. by Brian Gaeke · 21 years ago
- a1e51ff Convert to the new MachineFunctionInfo interface by Chris Lattner · 21 years ago
- 5978a53 The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW, by Brian Gaeke · 21 years ago
- f84ee38 The Create*Const methods don't need to pass around a TargetMachine reference. by Brian Gaeke · 21 years ago
- 6614992 Doxygenify some comments. by Brian Gaeke · 21 years ago
- 883342c Switch V9 over to using the AsmPrinter base class to do its constant printing by Chris Lattner · 21 years ago
- f746a7d Rename var by Chris Lattner · 21 years ago
- 7d057a3 Add support for targets without a .zero directive by Chris Lattner · 21 years ago
- 5069438 This file is no longer used. by Misha Brukman · 21 years ago
- 69d485e Start using alignment output routines from AsmPrinter. by Chris Lattner · 21 years ago
- c6393f8 Start using alignment output routines from AsmPrinter. by Chris Lattner · 21 years ago
- bfddc20 Add support for alignment by Chris Lattner · 21 years ago
- d2b0bb4 Add a new helper method to get log2(type alignment) by Chris Lattner · 21 years ago
- 91b362b Check constant expression validity more strictly by Chris Lattner · 21 years ago
- c6d2f15 Work around PR424 for old c/c++ frontends. by Chris Lattner · 21 years ago
- 5676310 Print comments with ; by Chris Lattner · 21 years ago
- 0554fb6 Use a designated comment character when printing comments. by Chris Lattner · 21 years ago
- 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
- 07a7375 Re-fix hiding the Frame Pointer from the register allocator in functions by Nate Begeman · 21 years ago
- 8581ee8 Use the AsmPrinter emitGlobalConstant. by Chris Lattner · 21 years ago
- e85a5a9 Add support for targets that have .quad, drop extra tab inserted by Chris Lattner · 21 years ago
- 79835d9 Use the emitGlobalConstant defined in AsmPrinter by Chris Lattner · 21 years ago
- 1b7e235 Implement emitGlobalConstant by Chris Lattner · 21 years ago
- b462e47 New, more general, interface. by Chris Lattner · 21 years ago
- 97f3e37 Allow an arbitrary prefix by Chris Lattner · 21 years ago
- af2bf0a We now allow targets to use any prefix they want for global symbols. Lets by Chris Lattner · 21 years ago
- 9e36843 Rewrite targets/rules to generate files for just PowerPC or PPC{32,64} by Misha Brukman · 21 years ago
- 8283ec7 Register classes are target-dependent by Misha Brukman · 21 years ago
- 6316181 #include <map> is not necessary here by Misha Brukman · 21 years ago
- 1dcddfe `PowerPC' is no longer a real target by Misha Brukman · 21 years ago
- f2f8cfb Move variables and methods which need PPC{32,64}* distinction to subclasses by Misha Brukman · 21 years ago
- 66aa3e0 No need for an `is64bit' flag by Misha Brukman · 21 years ago
- a2a27b3 PowerPCInstrInfo and PowerPCRegisterInfo have gone away; they are replaced by Misha Brukman · 21 years ago
- 08dde0b Consistently name passed with 32 or 64 in their name by Misha Brukman · 21 years ago
- 3d58b8f PowerPCRegisterInfo no longer takes a bool to differentiate 32 vs 64 bits by Misha Brukman · 21 years ago
- db50bd3 The PowerPCInstrInfo class has gone away. by Misha Brukman · 21 years ago
- 363dd07 PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes. by Misha Brukman · 21 years ago
- adde699 PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPC by Misha Brukman · 21 years ago
- f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 21 years ago
- 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 21 years ago
- 469ab79 Print float constants as 4 byte values. by Chris Lattner · 21 years ago
- 505e783 Make sure to put an _ prefix on all identifiers! by Chris Lattner · 21 years ago
- ed1ff01 Some asmwriters want an _ prefix by Chris Lattner · 21 years ago
- 416ca33 More changes to make PPC32 and X86 more similar by Chris Lattner · 21 years ago
- 36aacdb Minor changes to make the diff be nothing against the X86 version by Chris Lattner · 21 years ago
- a384079 Finegrainify namespacification by Chris Lattner · 21 years ago
- 055acae Start using the AsmPrinter to emit our first class constants. This also by Chris Lattner · 21 years ago
- a80ba71 Initial implementation of the asmprinter base class by Chris Lattner · 21 years ago
- 8b41cba Moved this file out of lib/CodeGen by Chris Lattner · 21 years ago
- 6b9a5e6 Hacks to make the MachineFunction class be able to delete the MFI object by Chris Lattner · 21 years ago
- 2d19f78 Code moved out of lib/CodeGen/MachineFunction.cpp by Chris Lattner · 21 years ago
- ad82816 Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp by Chris Lattner · 21 years ago
- e7f3727 This file is moving to lib/Target/SparcV9 by Chris Lattner · 21 years ago
- 85015a0 Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9 by Chris Lattner · 21 years ago
- 753c16c Nuke this file by Chris Lattner · 21 years ago
- e97db86 Fold MachineInstrAnnot.cpp into this file by Chris Lattner · 21 years ago
- cdc4b86 Move these files (which are dependent on VMCore) into VMCore by Misha Brukman · 21 years ago
- 52b77ed Update and consolidate comments. Remove some excess whitespace. by Brian Gaeke · 21 years ago
- e6c3dc8 Add a note that people shouldn't use MachineFunctionInfo. by Brian Gaeke · 21 years ago
- 28531c7 Fix PR422. by Reid Spencer · 21 years ago
- 08bfab1 Remove lib/System contents until a satisfactory solution can be provided. by Reid Spencer · 21 years ago
- df9b7bc Fix a bug that caused the pass to go into infinite loops on trivial testcases. by Chris Lattner · 21 years ago
- b648206 There is no need for a cast here by Chris Lattner · 21 years ago
- 746a495 Update the current state of the world by Nate Begeman · 21 years ago
- 7e0fd57 Fix typo of the word 'implicit' I made resolving a CVS conflict. Whoops! by Nate Begeman · 21 years ago
- 1cffdf0 Fix frame pointer handling: by Nate Begeman · 21 years ago
- 865075e Fix mismatched adjust down/up of SP in functions that contain variable by Nate Begeman · 21 years ago
- 174f226 Add a special case for argc,argv by Chris Lattner · 21 years ago
- f24d099 Don't pass too many arguments into runFunction by Chris Lattner · 21 years ago
- cc22e9f Finally, add support for calling arbitrary non-varargs functions. by Chris Lattner · 21 years ago
- e5eab14 Handle all nullary functions, of any valid return type. by Chris Lattner · 21 years ago
- f7bedf4 Fine, go all of the way and check that the argument types are correct as well. by Chris Lattner · 21 years ago
- d297aea These only really work if returning int or void by Chris Lattner · 21 years ago
- 7c45d78 Handle zero arg function case by Chris Lattner · 21 years ago
- b47130c Simplify code a bit, print error message always instead of asserting. by Chris Lattner · 21 years ago
- 105a56a V8 never used the instrselectorgenerator by Chris Lattner · 21 years ago
- dd43e34 isdummyclass goes away by Chris Lattner · 21 years ago
- 9222cde disable all of the pattern isel stuff by Chris Lattner · 21 years ago
- f60b91c Disable the pattern isel by Chris Lattner · 21 years ago
- 3bba026 Reduce usage of MRegisterInfo::getRegClass by Chris Lattner · 21 years ago
- 6ff3f83 Insertion methods now return void instead of #instrs inserted. Also, use by Chris Lattner · 21 years ago
- 529377d Code insertion methods now return void instead of #instrs inserted by Chris Lattner · 21 years ago
- 01d0efb Code insertion methods now return void instead of an int. by Chris Lattner · 21 years ago