| Commit message (Expand) | Author | Age | Files | Lines |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 1 | -2/+3 |
* | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman | 2008-03-11 | 1 | -2/+2 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+14 |
* | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 1 | -4/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -6/+8 |
* | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 1 | -4/+4 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -4/+4 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -2/+4 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+3 |
* | Remove unneeded header file. | Reid Spencer | 2007-03-04 | 1 | -1/+0 |
* | http://llvm.org/bugs/show_bug.cgi?id=1237 | Nate Begeman | 2007-03-03 | 1 | -5/+10 |
* | Fix a typo, thanks Bill! | Nate Begeman | 2007-02-28 | 1 | -1/+1 |
* | More Mach-O writer improvements. | Nate Begeman | 2007-02-28 | 1 | -29/+56 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -2/+2 |
* | eliminate temporary vectors. | Chris Lattner | 2007-02-10 | 1 | -2/+2 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -1/+2 |
* | Add function to create a file writer. | Bill Wendling | 2007-02-08 | 1 | -2/+13 |
* | Fix a fixme by correctly calculating preferred alignments for functions, | Nate Begeman | 2007-02-07 | 1 | -11/+14 |
* | Pass in non-Mach-O-specific parameters to the GetTargetRelocation method. | Bill Wendling | 2007-02-03 | 1 | -2/+7 |
* | Properly support cstrings | Nate Begeman | 2007-01-29 | 1 | -3/+8 |
* | Handle multiple functions, properly mangle symbols, and fix support for | Nate Begeman | 2007-01-26 | 1 | -16/+41 |
* | Make ivars private and use getters. Have the MachOWriter return "Mach-O | Bill Wendling | 2007-01-24 | 1 | -2/+2 |
* | Use the TargetMachOWriterInfo class to get this information. | Bill Wendling | 2007-01-24 | 1 | -2/+2 |
* | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner | 2007-01-20 | 1 | -1/+1 |
* | Have the OutputBuffer take the is64Bit and isLittleEndian booleans. | Bill Wendling | 2007-01-18 | 1 | -7/+14 |
* | Changed to use the OutputBuffer instead of the methods in MachO and ELF | Bill Wendling | 2007-01-17 | 1 | -74/+88 |
* | Revert patch. | Bill Wendling | 2007-01-17 | 1 | -90/+76 |
* | Use the methods in the TargetObjInfo object instead of internal methods. | Bill Wendling | 2007-01-17 | 1 | -76/+90 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -29/+39 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -8/+4 |
* | Properly mangles symbol table names | Nate Begeman | 2006-12-11 | 1 | -112/+333 |
* | Removed more <iostream> includes | Bill Wendling | 2006-12-07 | 1 | -1/+0 |
* | Match MachineCodeEmitter changes. | Evan Cheng | 2006-11-16 | 1 | -1/+1 |
* | Behold, more work on relocations. Things are looking pretty good now. | Nate Begeman | 2006-09-10 | 1 | -38/+106 |
* | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman | 2006-09-08 | 1 | -43/+75 |
* | improve compat with certain versions of GCC (on cygwin?) | Chris Lattner | 2006-09-02 | 1 | -1/+1 |
* | Properly size the string table, and emit symbol table and string table | Nate Begeman | 2006-08-26 | 1 | -59/+81 |
* | Get closer to handling globals correctly. We now generally get them in the | Nate Begeman | 2006-08-25 | 1 | -5/+70 |
* | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman | 2006-08-23 | 1 | -0/+428 |