Age | Commit message (Expand) | Author |
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-14 | Add CommonLinkage; currently tentative definitions | Dale Johannesen |
2008-05-05 | Fix a bug in the ELF writer that caused it to produce malformed | Dan Gohman |
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-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-12-14 | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman |
2007-11-05 | Eliminate the remaining uses of getTypeSize. This | Duncan Sands |
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-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
2007-02-08 | Add function to create a file writer. | Bill Wendling |
2007-01-27 | Use TargetELFWriterInfo class. | 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 |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-29 | Converted to using llvm streams instead of <iostream>s | Bill Wendling |
2006-11-16 | Match MachineCodeEmitter changes. | Evan Cheng |
2006-11-02 | For PR786: | Reid Spencer |
2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
2006-05-03 | Suck block address tracking out of targets into the JIT Emitter. This | Chris Lattner |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-05-03 | Change the BasicBlockAddrs map to be a vector, indexed by MBB number. | Chris Lattner |
2006-05-02 | Several related changes: | Chris Lattner |
2006-05-02 | Do not make the JIT memory manager manage the memory for globals. Instead | Chris Lattner |
2006-05-02 | Refactor the machine code emitter interface to pull the pointers for the current | Chris Lattner |
2006-05-02 | Remove dead method | Chris Lattner |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2005-12-28 | add these so I can be less naughty | Duraid Madina |
2005-11-10 | nuke blank line | Chris Lattner |
2005-08-19 | Fix VC++ constant truncation warning. | Jeff Cohen |
2005-07-28 | new is not a valid default anywhere, so make this pure virtual | Andrew Lenharth |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-16 | Only get the .bss and .data sections when needed instead of unconditionally. | Chris Lattner |
2005-07-16 | Refactor getSection() method to make it easier to use. | Chris Lattner |
2005-07-16 | Major refactor of the ELFWriter code. Instead of building up one big | Chris Lattner |
2005-07-12 | Add support for 64-bit elf files | Chris Lattner |
2005-07-12 | VC++ demands that the function returns a value | Jeff Cohen |
2005-07-11 | Clean up code, no functionality changes. | Chris Lattner |
2005-07-11 | Emit a symbol table entry for each function we output to the ELF file. This | Chris Lattner |
2005-07-11 | add code to emit the .text section to the section header. | Chris Lattner |
2005-07-11 | Use a name mangler object to uniquify names and remove nonstandard | Chris Lattner |
2005-07-08 | Add support for emitting a .data section and .bss section. | Chris Lattner |