Age | Commit message (Expand) | Author |
2006-05-17 | Added sanity check for obviously bogus immediates | Andrew Lenharth |
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 V9-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 | Removed dependency on how operands are printed (want multi-line.) | Jim Laskey |
2006-02-06 | see what this allignment thing will do | Andrew Lenharth |
2006-02-04 | linkage fix for weak functions | Andrew Lenharth |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2005-12-25 | add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG | Andrew Lenharth |
2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
2005-11-21 | Switch to using the generic constant pool emitter impl, use shorter | Chris Lattner |
2005-11-21 | Adjust to capitalized AsmPrinter method names | Chris Lattner |
2005-11-21 | Use PrivateGlobalPrefix for basic blocks | Chris Lattner |
2005-11-21 | Switch to the new shared SwitchSection | Chris Lattner |
2005-11-21 | Rename SwitchSection -> switchSection to avoid conflicting with a future | Chris Lattner |
2005-11-21 | Start using PrivateGlobalPrefix correctly | Chris Lattner |
2005-09-29 | begining alpha subtarget support | Andrew Lenharth |
2005-08-12 | .section cleanup, patch from Nicholas Riley | Andrew Lenharth |
2005-07-22 | Alpha JIT (beta) | Andrew Lenharth |
2005-06-27 | make constant pool labels local | Andrew Lenharth |
2005-06-06 | hide basic block labels. The utility of these for debuging is long since passed | Andrew Lenharth |
2005-05-27 | match gcc, makes diff easier | Andrew Lenharth |
2005-05-04 | Well, add support for ct* for 21264 only. | Andrew Lenharth |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-14 | a 21264 fix, and fix the operator precidence on an and -> zap check (should f... | Andrew Lenharth |
2005-04-13 | WOW, function calls still seem to work after this. | Andrew Lenharth |
2005-03-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-10 | some typoes and .bss isn't liked, at all | Andrew Lenharth |
2005-02-25 | make BB labels be exported for debuging, add fp negation optimization, furthe... | Andrew Lenharth |
2005-02-04 | alignment | Andrew Lenharth |
2005-02-04 | get alignment printing correctly and get rid of __main hack | Andrew Lenharth |
2005-02-01 | Print the Constant pool | Andrew Lenharth |
2005-01-25 | problems with bools, and their work arounds | Andrew Lenharth |
2005-01-24 | Pruned includes | Andrew Lenharth |
2005-01-22 | Let me introduce you to the early stages of the llvm backend for the alpha pr... | Andrew Lenharth |