Age | Commit message (Expand) | Author |
2009-07-06 | Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa... | Bruno Cardoso Lopes |
2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
2009-06-03 | Move structures and classes into header files, providing two new headers and | Bruno Cardoso Lopes |
2009-05-30 | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2008-12-19 | Fix some release-assert warnings | Chris Lattner |
2008-12-10 | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng |
2008-11-08 | Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ... | Evan Cheng |
2008-10-09 | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |
2008-05-23 | Use isSingleValueType instead of isFirstClassType to | Dan Gohman |
2008-05-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
2008-03-11 | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
2008-01-29 | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-05 | Eliminate the remaining uses of getTypeSize. This | Duncan Sands |
2007-09-12 | Revise previous patch per review comments. | Dale Johannesen |
2007-09-11 | Add APInt interfaces to APFloat (allows directly | Dale Johannesen |
2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
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 |