| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar... | Bruno Cardoso Lopes | 2009-06-14 | 1 | -162/+141 |
* | Support for ELF Visibility | Bruno Cardoso Lopes | 2009-06-11 | 1 | -63/+220 |
* | Delete comment and fix typo | Bruno Cardoso Lopes | 2009-06-07 | 1 | -1/+0 |
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -35/+55 |
* | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com... | Bruno Cardoso Lopes | 2009-06-06 | 1 | -27/+46 |
* | Move ELFCodeEmiter stuff to new files | Bruno Cardoso Lopes | 2009-06-03 | 1 | -140/+2 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -2/+4 |
* | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman | 2009-02-18 | 1 | -0/+4 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+4 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | elf writer really wants the size of the global, not the size | Chris Lattner | 2009-01-04 | 1 | -3/+3 |
* | The llvm::ELFWriter::EmitGlobal() method is calling the | Bill Wendling | 2009-01-04 | 1 | -0/+1 |
* | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng | 2008-12-10 | 1 | -4/+4 |
* | Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ... | Evan Cheng | 2008-11-08 | 1 | -3/+3 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -4/+5 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -2/+3 |
* | Fix a bug in the ELF writer that caused it to produce malformed | Dan Gohman | 2008-05-05 | 1 | -1/+1 |
* | 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 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+15 |
* | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -1/+1 |
* | 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 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -1/+1 |
* | Add function to create a file writer. | Bill Wendling | 2007-02-08 | 1 | -1/+15 |
* | Use TargetELFWriterInfo class. | Bill Wendling | 2007-01-27 | 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/+9 |
* | Changed to use the OutputBuffer instead of the methods in MachO and ELF | Bill Wendling | 2007-01-17 | 1 | -53/+61 |
* | Revert patch. | Bill Wendling | 2007-01-17 | 1 | -66/+50 |
* | Use the methods in the TargetObjInfo object instead of internal methods. | Bill Wendling | 2007-01-17 | 1 | -50/+66 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+3 |
* | Converted to using llvm streams instead of <iostream>s | Bill Wendling | 2006-11-29 | 1 | -2/+3 |
* | Match MachineCodeEmitter changes. | Evan Cheng | 2006-11-16 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 |
* | Suck block address tracking out of targets into the JIT Emitter. This | Chris Lattner | 2006-05-03 | 1 | -6/+9 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -4/+4 |
* | Change the BasicBlockAddrs map to be a vector, indexed by MBB number. | Chris Lattner | 2006-05-03 | 1 | -1/+1 |
* | Several related changes: | Chris Lattner | 2006-05-02 | 1 | -4/+6 |
* | Do not make the JIT memory manager manage the memory for globals. Instead | Chris Lattner | 2006-05-02 | 1 | -4/+0 |
* | Refactor the machine code emitter interface to pull the pointers for the current | Chris Lattner | 2006-05-02 | 1 | -14/+7 |
* | Remove dead method | Chris Lattner | 2006-05-02 | 1 | -3/+0 |
* | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -1/+4 |