- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- c9235d2 Don't include <map> in Pass.h, which doesn't need it. This requires by Dan Gohman · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
- fec910c More Mach-O writer improvements. by Nate Begeman · 18 years ago
- 4b2ca1a Moved from include/llvm/CodeGen to lib/CodeGen. by Bill Wendling · 19 years ago[Renamed (99%) from include/llvm/CodeGen/MachOWriter.h]
- 0f43b22 Moved MachORelocation to its own header file. Have a call through the by Bill Wendling · 19 years ago
- 1257c85 Properly support cstrings by Nate Begeman · 19 years ago
- 6635f35 Handle multiple functions, properly mangle symbols, and fix support for by Nate Begeman · 19 years ago
- 2b72182 Make ivars private and use getters. Have the MachOWriter return "Mach-O by Bill Wendling · 19 years ago
- 40fab40 Moved target-specific information to the TargetMachOWriterInfo obj. by Bill Wendling · 19 years ago
- 203d3e4 Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. by Bill Wendling · 19 years ago
- e911615 Revert patch. by Bill Wendling · 19 years ago
- 99b1027 Removed methods which are now in the respective TargetObjInfo implementations. by Bill Wendling · 19 years ago
- 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
- 488228c Primitive types don't include integers any more, adjust. by Reid Spencer · 19 years ago
- 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 19 years ago
- bfaaaa6 Properly mangles symbol table names by Nate Begeman · 19 years ago
- 019f851 Behold, more work on relocations. Things are looking pretty good now. by Nate Begeman · 19 years ago
- 94be248 First pass at supporting relocations. Relocations are written correctly to by Nate Begeman · 19 years ago
- d2030e6 Properly size the string table, and emit symbol table and string table by Nate Begeman · 19 years ago
- f8f2c5a Get closer to handling globals correctly. We now generally get them in the by Nate Begeman · 19 years ago
- 0569eee Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platforms by Reid Spencer · 19 years ago
- ea7b8cf Correctly attribute file author & remote tabs by Nate Begeman · 19 years ago
- eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 19 years ago