Age | Commit message (Expand) | Author |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-03-04 | Remove unneeded header file. | Reid Spencer |
2007-03-03 | http://llvm.org/bugs/show_bug.cgi?id=1237 | Nate Begeman |
2007-02-28 | Fix a typo, thanks Bill! | Nate Begeman |
2007-02-28 | More Mach-O writer improvements. | Nate Begeman |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
2007-02-10 | eliminate temporary vectors. | Chris Lattner |
2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
2007-02-08 | Add function to create a file writer. | Bill Wendling |
2007-02-07 | Fix a fixme by correctly calculating preferred alignments for functions, | Nate Begeman |
2007-02-03 | Pass in non-Mach-O-specific parameters to the GetTargetRelocation method. | Bill Wendling |
2007-01-29 | Properly support cstrings | Nate Begeman |
2007-01-26 | Handle multiple functions, properly mangle symbols, and fix support for | Nate Begeman |
2007-01-24 | Make ivars private and use getters. Have the MachOWriter return "Mach-O | Bill Wendling |
2007-01-24 | Use the TargetMachOWriterInfo class to get this information. | Bill Wendling |
2007-01-20 | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner |
2007-01-18 | Have the OutputBuffer take the is64Bit and isLittleEndian booleans. | Bill Wendling |
2007-01-17 | Changed to use the OutputBuffer instead of the methods in MachO and ELF | Bill Wendling |
2007-01-17 | Revert patch. | Bill Wendling |
2007-01-17 | Use the methods in the TargetObjInfo object instead of internal methods. | Bill Wendling |
2007-01-12 | For PR1064: | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-11 | Properly mangles symbol table names | Nate Begeman |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
2006-11-16 | Match MachineCodeEmitter changes. | Evan Cheng |
2006-09-10 | Behold, more work on relocations. Things are looking pretty good now. | Nate Begeman |
2006-09-08 | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman |
2006-09-02 | improve compat with certain versions of GCC (on cygwin?) | Chris Lattner |
2006-08-26 | Properly size the string table, and emit symbol table and string table | Nate Begeman |
2006-08-25 | Get closer to handling globals correctly. We now generally get them in the | Nate Begeman |
2006-08-23 | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman |