2008-01-05 |
Evan Cheng | X86 JIT PIC jumptable support. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | fix a common crash. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | remove a couple more unsafe xforms in the face of overflow. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Chris Lattner | remove the (x-y) < 0 comparison xform, it miscompiles |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Owen Anderson | I should not be allowed to commit when sleepy. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Owen Anderson | Didn't mean to commit this. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Owen Anderson | Didn't mean to commit this. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Evan Cheng | Combine MovePCtoStack + POP32r into one instruction... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Owen Anderson | Move some more functionality from MRegisterInfo to... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Don't recalculate the loop info and loop dominators... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Wojciech Matyjewicz | fix typo |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Wojciech Matyjewicz | fix typo |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Duncan Sands | Testcase with non-integer "bitfields" (in quotes, |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Gordon Henriksen | Fix a typo in llvm.mli noticed by Alain Frisch. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Duncan Sands | Testcase for PR1386. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | doc_code-ify some code in this doc. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Gordon Henriksen | Quote a path in the Ocaml makefile which is likely... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Evan Cheng | Unbreak tailcall opt in JIT. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Evan Cheng | X86 PIC JIT support fixes: encoding bugs, add lazy... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | 80-column violations. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Add that this preserves some analyses. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Move option to enable machine LICM into LLVMTargetMachi... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Bill Wendling | Call the parent's getAnalysisUsage. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Add a really quick hack at a machine code sinking pass... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | remove dead #includes and reorder the rest. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Fix PR1896 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Change the builtin matcher to emit a decision tree... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | fix nesting issues. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | fix validation issues. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | improve the description of types, patch by Alain Frisch |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Chris Lattner | Don't let IntrinsicID be uninitialized if it doesn... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Evan Cheng | Correct order of parameters. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Bill Wendling | Remove the default else. This was ending in code that... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Remove symbols that don't exist, remove tabs, fix comme... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chuck Rose III | Adding new files to win32 build |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | Ignoring output files. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | add info on walking preds/succs of a block. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | First steps in in X86 calling convention cleanup. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Duncan Sands | Test for handling of large bit offset from a |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | don't hoist FP additions into unconditional adds +... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Fix PR1873, a problem finding stat-related symbols... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | Trying that again. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Gordon Henriksen | Fix a compile error on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Evan Cheng | Change MachineRelocation::DoesntNeedFnStub to NeedStub... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | don't access element zero of an array of size zero. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Remove the function attr cache for intrinsics. This... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Don't create a new ParamAttrsList (which copies the... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Duncan Sands | An example for which the TYPE_SIZE was being set from |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Duncan Sands | Test handling of records for which the fields are |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | move some code out of line, rearrange a bit. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Chris Lattner | Disallow copying explicitly. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Split param attr implementation out from Function.cpp... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Evan Cheng | X86 PIC JIT bug fix: relocations for constantpool and... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | remove blob of #if'd out code. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | fix this to use a valid triple. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Inverted argument order for ImmutableMap::Profile. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix a build issue on cygwin |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Ted Kremenek | Added iterator and profiling (i.e. FoldingSetNodeID... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix PR1888, patch by Wilhansen Li. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Chris Lattner | Fix a build problem with VC++ by not doing the target... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Bill Wendling | Use the correct MachineRegisterInfo object. |
commit | commitdiff | tree | snapshot |
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 |
next |