2008-01-10 |
Evan Cheng | Only remat loads from immutable stack slots. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Simplify some code. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | Start inferring side effect information more aggressive... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Clearify the meaning of immutable StackObject. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | Fix a crash on code like: let x = 1 {x |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | rename X86InstrX86-64.td -> X86Instr64bit.td |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | add SDNPSideEffect node property declaration |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | remove explicit sets of 'neverHasSideEffects' that... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | if an instr lacks a pattern, assume it has side effects... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | start inferring 'no side effects'. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | get def use info more correct. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | Infer mayload |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | add SDNPMayLoad to the 'load' sdnode definition. This... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | realize that instructions who match intrinsics that... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | verify that the frame index is immutable before remat... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Owen Anderson | Don't use LiveVariables::VarInfo::DefInst. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Codegen improvement has reduced one spill. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Mark byval parameter stack objects mutable for now. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Add a isImmutable bit to StackObject. Fixed stack objec... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Dale Johannesen | Emit unused EH frames for weak definitions on Darwin, |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Owen Anderson | Get rid of all uses of LiveVariables::VarInfo::DefInst... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | provide def_* and use_* iterators in addition to reg_... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Owen Anderson | Add more comments explaining the basics of how the... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Do not use the stack pointer directly, issue a copyfrom... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Owen Anderson | Get rid of the isKillInst predicate. LiveVariables... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | Fix PR1845 and rdar://5676945. Generic vectors smaller |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | new testcase for PR1845 |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Remove comments that do not correspond to anything... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Owen Anderson | Copies need to be inserted before the first terminator... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Evan Cheng | Special copy SUnit's do not have SDNode's. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | Clean up StrongPHIElimination a bit, and add some more... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Duncan Sands | Fix compile failures with g++-4.3. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | many cleanups and fixed, contributed by Sam Bishop |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | StrongPHIElim: Now with even fewer trivial bugs! |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | Fix an infinite recursion bug in InsertCopies. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | Fix some simple bugs. StrongPHIElimination now does... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Evan Cheng | Fix sse2.psrl.w and sse2.psrl.q definitions. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | Fix llvm-ld -Xlinker, patch by Daniel Teske! |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | add a testcase |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Make load->store deletion a bit smarter. This allows... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Owen Anderson | Rename registers that do not need copies. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Duncan Sands | Crashes llc when using Chris's new legalization logic. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added "getRoot()" to ImmutableMap. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Fixed 80 col. violation. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | add a mayLoad property for machine instructions, a... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Duncan Sands | Use size_t to store Pos, avoid truncating value |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Implement PR1795, an instcombine hack for forming GEPs... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | add match support for casts. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | remove darwin/i386 t-t |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Finally implement correct ordered comparisons for PPC... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Testcase for PR1721 |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Owen Anderson | Actually insert copies now! |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Fix PR1797 |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Evan Cheng | Minor fix to enable x86-64 pic jit (still fails for... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Evan Cheng | Fix a x86-64 static codegen bug. This fixes a lot of... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Bill Wendling | Silence warning about loss of precision. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Evan Cheng | Only mark instructions that load a single value without... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add a new bit. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Evan Cheng | Unbreak x86-64. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add a note that is important for some fp apps. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | possible switch lowering improvement. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Oops, missed one. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Make some predicates static. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | I doubt the address of the Error string was intended |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Add missing newline at EOF. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nate Begeman | Update the comment on scalar to vector to be a bit... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nate Begeman | Update test to catch recent x86 insert regression and... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Small cleanup for handling of type/parameter attribute |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Unbreak x86-32 darwin long double! |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Fix long double support on x86-32 linux. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Pruning includes. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Bill Wendling | Operand 1 should be a register. We don't care if it... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove #includage |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | split TargetInstrDesc out into its own header file. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | rename TargetInstrDescriptor -> TargetInstrDesc. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove a dead method. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Rename all the M_* flags to be namespace qualified... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | use predicate. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add more and significantly better comments to the rest... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | simplify some code using new predicates |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add some mroe comments, add a isImplicitDef() method... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | rename hasVariableOperands() -> isVariadic(). Add... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Move M_* flags down in the file. Move SchedClass up... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove a dead field. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | the name field of instructions is never set to a non... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | no need to explicitly clear these fields. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Removing a leaked file. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Move a bunch more accessors from TargetInstrInfo to... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove MachineOpCode typedef. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove some uses of MachineOpCode, move getSchedClass |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Add predicates methods to TargetOperandInfo, and switch... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Setting GlobalDirective in TargetAsmInfo by default... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Deleting an empty file. Thanks, /usr/bin/patch! |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Rename MachineInstr::getInstrDescriptor -> getDesc... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Update CodeGen for MRegisterInfo --> TargetInstrInfo... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Move even more functionality from MRegisterInfo into... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Ammending r45669 with a missing file. |
commit | commitdiff | tree | snapshot |
next |