| Commit message (Expand) | Author | Age | Files | Lines |
| * | eliminate static ctors for Statistic objects. | Chris Lattner | 2006-12-19 | 1 | -2/+3 |
| * | Simplify a bit | Andrew Lenharth | 2006-12-07 | 1 | -30/+11 |
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -5/+4 |
| * | Be sure to grab weak functions too, and make implicit defs comments | Andrew Lenharth | 2006-12-07 | 1 | -0/+7 |
| * | add #include | Chris Lattner | 2006-12-06 | 1 | -0/+1 |
| * | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
| * | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
| * | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel | 2006-10-24 | 1 | -1/+1 |
| * | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner | 2006-10-05 | 1 | -1/+1 |
| * | use getSectionForFunction to decide which section to emit code into | Chris Lattner | 2006-10-05 | 1 | -4/+5 |
| * | Jump tables on Alpha | Andrew Lenharth | 2006-09-18 | 1 | -0/+8 |
| * | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -0/+8 |
| * | Make target asm info a property of the target machine. | Jim Laskey | 2006-09-07 | 1 | -10/+2 |
| * | Separate target specific asm properties from the asm printers. | Jim Laskey | 2006-09-06 | 1 | -7/+14 |
| * | 0 offsets for memory operands | Andrew Lenharth | 2006-07-03 | 1 | -0/+2 |
| * | Add memory operand and int regs | Andrew Lenharth | 2006-06-21 | 1 | -0/+14 |
| * | inline asm, at least for floats | Andrew Lenharth | 2006-06-21 | 1 | -0/+12 |
| * | Added sanity check for obviously bogus immediates | Andrew Lenharth | 2006-05-17 | 1 | -0/+1 |
| * | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner | 2006-05-09 | 1 | -5/+5 |
| * | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner | 2006-05-04 | 1 | -2/+2 |
| * | There shalt be only one "immediate" operand type! | Chris Lattner | 2006-05-04 | 1 | -2/+1 |
| * | Remove a bunch more SparcV9 specific stuff | Chris Lattner | 2006-05-04 | 1 | -7/+1 |
| * | Remove some more V9-specific stuff. | Chris Lattner | 2006-05-04 | 1 | -6/+1 |
| * | Remove some more unused stuff from MachineInstr that was leftover from V9. | Chris Lattner | 2006-05-04 | 1 | -6/+0 |
| * | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -4/+4 |
| * | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman | 2006-05-02 | 1 | -3/+2 |
| * | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -7/+2 |
| * | Add support for 'special' llvm globals like debug info and static ctors/dtors. | Chris Lattner | 2006-03-09 | 1 | -0/+4 |
| * | Removed dependency on how operands are printed (want multi-line.) | Jim Laskey | 2006-02-27 | 1 | -9/+3 |
| * | see what this allignment thing will do | Andrew Lenharth | 2006-02-06 | 1 | -1/+2 |
| * | linkage fix for weak functions | Andrew Lenharth | 2006-02-04 | 1 | -3/+16 |
| * | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -1/+1 |
| * | add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG | Andrew Lenharth | 2005-12-25 | 1 | -3/+3 |
| * | No longer track value types for asm printer operands, and remove them as | Nate Begeman | 2005-11-30 | 1 | -3/+2 |
| * | Switch to using the generic constant pool emitter impl, use shorter | Chris Lattner | 2005-11-21 | 1 | -25/+2 |
| * | Adjust to capitalized AsmPrinter method names | Chris Lattner | 2005-11-21 | 1 | -6/+6 |
| * | Use PrivateGlobalPrefix for basic blocks | Chris Lattner | 2005-11-21 | 1 | -6/+6 |
| * | Switch to the new shared SwitchSection | Chris Lattner | 2005-11-21 | 1 | -26/+6 |
| * | Rename SwitchSection -> switchSection to avoid conflicting with a future | Chris Lattner | 2005-11-21 | 1 | -10/+10 |
| * | Start using PrivateGlobalPrefix correctly | Chris Lattner | 2005-11-21 | 1 | -3/+5 |
| * | begining alpha subtarget support | Andrew Lenharth | 2005-09-29 | 1 | -6/+3 |
| * | .section cleanup, patch from Nicholas Riley | Andrew Lenharth | 2005-08-12 | 1 | -3/+3 |
| * | Alpha JIT (beta) | Andrew Lenharth | 2005-07-22 | 1 | -0/+1 |
| * | make constant pool labels local | Andrew Lenharth | 2005-06-27 | 1 | -2/+2 |
| * | hide basic block labels. The utility of these for debuging is long since passed | Andrew Lenharth | 2005-06-06 | 1 | -2/+2 |
| * | match gcc, makes diff easier | Andrew Lenharth | 2005-05-27 | 1 | -2/+2 |
| * | Well, add support for ct* for 21264 only. | Andrew Lenharth | 2005-05-04 | 1 | -1/+2 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -15/+15 |
| * | a 21264 fix, and fix the operator precidence on an and -> zap check (should f... | Andrew Lenharth | 2005-04-14 | 1 | -1/+9 |
| * | WOW, function calls still seem to work after this. | Andrew Lenharth | 2005-04-13 | 1 | -13/+20 |