Age | Commit message (Expand) | Author |
2007-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
2007-01-20 | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner |
2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-12-06 | These asm printers shouldn't use assembly/writer.h | Chris Lattner |
2006-11-02 | For PR786: | Reid Spencer |
2006-10-05 | Use getSectionForFunction | Chris Lattner |
2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
2006-09-06 | Separate target specific asm properties from the asm printers. | Jim Laskey |
2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
2006-05-09 | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner |
2006-05-04 | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner |
2006-05-04 | There shalt be only one "immediate" operand type! | Chris Lattner |
2006-05-04 | Remove a bunch more SparcV9 specific stuff | Chris Lattner |
2006-05-04 | Remove some more unused stuff from MachineInstr that was leftover from V9. | Chris Lattner |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-05-02 | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-03-09 | Add support for 'special' llvm globals like debug info and static ctors/dtors. | Chris Lattner |
2006-02-27 | Don't print constant initializers, they may span lines now. | Chris Lattner |
2006-02-15 | Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires | Chris Lattner |
2006-02-10 | Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r... | Chris Lattner |
2006-02-05 | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner |
2006-01-31 | compactify all of the integer conditional moves into one instruction that takes | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-15 | Don't print a label for the first MBB in a function. | Chris Lattner |
2005-12-18 | The sun assembler only supports .xword in V9 mode. | Chris Lattner |
2005-12-18 | Configure the asmwriter to allow constant pools to be printed correctly | Chris Lattner |
2005-12-18 | Add constant pool support, including folding into addresses. | Chris Lattner |
2005-12-18 | Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, | Chris Lattner |
2005-12-17 | Add basic addressing mode support and one load. | Chris Lattner |
2005-12-17 | Use the AsmPrinter for global variable init printing. This eliminates a | Chris Lattner |
2005-12-17 | Switch constant pool printing over to use the Shared AsmPrinter version | Chris Lattner |
2005-12-17 | Use the shared AsmPrinter code for some basic stuff. No functionality | Chris Lattner |
2005-12-17 | Convert the remaining instructions over, branches and calls. Fix a couple | Chris Lattner |
2005-12-16 | remove some dead code | Chris Lattner |
2005-12-16 | asmprint pseudo instrs | Chris Lattner |
2005-12-16 | Autogenerate asmprinter for F3_2 instructions | Chris Lattner |
2005-12-16 | Switch F3_1 instructions over to use AsmStrings | Chris Lattner |
2005-12-16 | Plug in basic hooks for an autogenerated asm printer to fill in. | Chris Lattner |
2005-08-17 | Promote dependency for MathExtras.h out of Constants.h. | Jim Laskey |
2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2004-12-09 | Fix asm-printing directives (how did we not see this before...apparently, | Brian Gaeke |
2004-11-23 | Support printing ConstantAggregateZeros. | Brian Gaeke |