2008-01-02 |
Bill Wendling | Machine LICM will check that operands are defined outsi... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | verify that aligned common support doesn't break. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | darwin9 and above support aligned common symbols. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | leopard and above support alignment for common symbols. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Use the new architecture to get the containing machine... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nick Lewycky | Don't be rude, emit debugging info where asked to. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Owen Anderson | Move some more instruction creation methods from Regist... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | Make MachineRegisterInfo::getVRegDef more efficient... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | switch the register iterator to act more like hte LLVM... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Gordon Henriksen | Adding C bindings for SwitchInst::addCase. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | Add a trivial but handy function to efficiently return... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | add efficient iteration support for register use/def's |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Bill Wendling | Update this testcase. The output needs to be disabled... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | Implement automatically updated def/use lists for all... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | Fix a bug in my previous patch: refer to the impl not... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Chris Lattner | Fix a problem where lib/Target/TargetInstrInfo.h would... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Chris Lattner | Factor out makefile dependency generation better. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Duncan Sands | Fix PR1833 - eh.exception and eh.selector return two |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Owen Anderson | Move copyRegToReg from MRegisterInfo to TargetInstrInfo... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Chris Lattner | properly encapsulate the parent field of MBB and MI... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Chris Lattner | update a couple of references to SSARegMap. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Chris Lattner | Rename SSARegMap -> MachineRegisterInfo in keeping... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Gordon Henriksen | Removing obsolete files from the Xcode project. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | slightly simplify and document SSARegMap. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | Add new shorter predicates for testing machine operands... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Gordon Henriksen | Another backwards compatibility fix. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | - rename opType -> OpKind and contents -> Contents. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | More cleanups for MachineOperand: |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | MachineOperand: |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | fix typo duncan noticed! |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | simpilfy some register printing code. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | eliminate a copy of the machineoperand printing stuff... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | Simplify and clean up some machine operand/instr printi... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | two register machineoperands are not identical unless... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | MachineOperand::getImmedValue -> MachineOperand::getImm |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | Use MachineOperand::getImm instead of MachineOperand... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Gordon Henriksen | Trying r45451 again, but this time warning-free on... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Gordon Henriksen | Remove some lines that are nonportable to Ocaml 3.06. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Gordon Henriksen | Add some doxygen comments to llvm-c/Core.h. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | make machine operands fatter: give each one an up-point... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Gordon Henriksen | Strengthening this test so it fails in release mode. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | split machineoperand out into its own header file. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Bill Wendling | If we have a load of a global address that's not modifi... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | remove unneeded #includes. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | remove a bunch of now-dead methods. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | use simplified operand addition methods. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | use simplified operand addition methods. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | use simplified operand addition methods. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | make offset operand optional. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | Shrinkify the machine operand creation method names. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | Start using the simplified methods for adding operands. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | switch MIBuilder over to use the simplified operand... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | 1. Make a static MachineOperand::create* method for... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | tblgen shouldn't include headers from llvm codegen. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Chris Lattner | simplify some code by factoring operand construction... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attribution from a variety of miscellaneous... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Gordon Henriksen | Bindings for instruction calling conventions. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions from examples. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions from utils. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions from the rest of the llvm makefiles. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attribution from lib Makefiles. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | this is done. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | One readme entry is done, one is really easy (Evan... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | upgrade this test |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Fold comparisons against a constant nan, and optimize... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | this xform is implemented. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Christopher... | Disable null pointer folding transforms for non-generic... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | make sure not to zap volatile stores, thanks a lot... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Codegen: |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | don't fold fp_round(fp_extend(load)) -> fp_round(extload) |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | avoid going through a stack slot to convert from fpstac... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | Delete a store whose input is a load from the same... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | expand note. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | dead calls to llvm.stacksave can be deleted, even thoug... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Chris Lattner | upgrade this test |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Devang Patel | Test -simplifycfg only. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Owen Anderson | Add a testcase for my recent InstCombine fix, written... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Owen Anderson | Repair a transform that Chris noticed a bug in. Thanks... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | disable this instcombine xform, it miscompiles: |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Anton Korobeynikov | Ignore functions with internal linkages during linking... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Gordon Henriksen | Adding bindings for target triple and data layout. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Gordon Henriksen | Switch the bindings to use LLVMFoldingBuilder. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Gordon Henriksen | Adding an uninitialized builder constructor to the... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Chris Lattner | one fewer uncond branch with my codegenprepare hack... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Gordon Henriksen | Tests for changes made in r45356, where IPO optimizatio... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Gordon Henriksen | Fixing several transforms which would drop the collecto... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Chris Lattner | update to llvm 2.0 syntax. |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Chris Lattner | Don't break critical edges for single-bb loops, this... |
commit | commitdiff | tree | snapshot |
next |