Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few headers standalone. Plus, add a missing "template" keyword | Douglas Gregor | 2009-11-05 | 1 | -0/+1 |
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -1/+12 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -5/+5 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix a very strange assertion message, patch by Christopher Lamb | Chris Lattner | 2007-04-20 | 1 | -1/+1 |
* | Use unsigned char& instead of std::vector<>::reference. | Bill Wendling | 2007-02-05 | 1 | -4/+2 |
* | Added some accessor methods. | Bill Wendling | 2007-02-03 | 1 | -0/+9 |
* | Have the OutputBuffer take the is64Bit and isLittleEndian booleans. | Bill Wendling | 2007-01-18 | 1 | -6/+5 |
* | Refactored output buffer methods from MachO and ELF writers. | Bill Wendling | 2007-01-17 | 1 | -0/+146 |