Age | Commit message (Expand) | Author |
2008-01-10 | Clearify the meaning of immutable StackObject. | Evan Cheng |
2008-01-10 | Fix a crash on code like: let x = 1 {x | Chris Lattner |
2008-01-10 | rename X86InstrX86-64.td -> X86Instr64bit.td | Chris Lattner |
2008-01-10 | add SDNPSideEffect node property declaration | Chris Lattner |
2008-01-10 | remove explicit sets of 'neverHasSideEffects' that can now be | Chris Lattner |
2008-01-10 | if an instr lacks a pattern, assume it has side effects (unless never has s-e... | Chris Lattner |
2008-01-10 | start inferring 'no side effects'. | Chris Lattner |
2008-01-10 | get def use info more correct. | Chris Lattner |
2008-01-10 | Infer mayload | Chris Lattner |
2008-01-10 | add SDNPMayLoad to the 'load' sdnode definition. This is enough to get all t... | Chris Lattner |
2008-01-10 | realize that instructions who match intrinsics that read memory read memory. | Chris Lattner |
2008-01-10 | verify that the frame index is immutable before remat'ing (still disabled) | Chris Lattner |
2008-01-10 | Don't use LiveVariables::VarInfo::DefInst. | Owen Anderson |
2008-01-10 | Codegen improvement has reduced one spill. | Evan Cheng |
2008-01-10 | Mark byval parameter stack objects mutable for now. | Evan Cheng |
2008-01-10 | Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t... | Evan Cheng |
2008-01-10 | Emit unused EH frames for weak definitions on Darwin, | Dale Johannesen |
2008-01-10 | Get rid of all uses of LiveVariables::VarInfo::DefInst in favor of the equiva... | Owen Anderson |
2008-01-10 | provide def_* and use_* iterators in addition to reg_* iterators. | Chris Lattner |
2008-01-10 | Add more comments explaining the basics of how the decision of when to rename... | Owen Anderson |
2008-01-10 | Do not use the stack pointer directly, issue a copyfromreg instead. Otherwise... | Evan Cheng |
2008-01-10 | Get rid of the isKillInst predicate. LiveVariables already provides this inf... | Owen Anderson |
2008-01-10 | Fix PR1845 and rdar://5676945. Generic vectors smaller | Chris Lattner |
2008-01-10 | new testcase for PR1845 | Chris Lattner |
2008-01-10 | Remove comments that do not correspond to anything after recent refactoring. | Evan Cheng |
2008-01-10 | Copies need to be inserted before the first terminator, not at the end of the... | Owen Anderson |
2008-01-09 | Special copy SUnit's do not have SDNode's. | Evan Cheng |
2008-01-09 | Clean up StrongPHIElimination a bit, and add some more comments to the intern... | Owen Anderson |
2008-01-09 | Fix compile failures with g++-4.3. | Duncan Sands |
2008-01-09 | many cleanups and fixed, contributed by Sam Bishop | Chris Lattner |
2008-01-09 | StrongPHIElim: Now with even fewer trivial bugs! | Owen Anderson |
2008-01-09 | Fix an infinite recursion bug in InsertCopies. | Owen Anderson |
2008-01-09 | Fix some simple bugs. StrongPHIElimination now does not crash on 164.gzip. | Owen Anderson |
2008-01-09 | Fix sse2.psrl.w and sse2.psrl.q definitions. | Evan Cheng |
2008-01-09 | Fix llvm-ld -Xlinker, patch by Daniel Teske! | Chris Lattner |
2008-01-09 | add a testcase | Chris Lattner |
2008-01-09 | add a note | Chris Lattner |
2008-01-08 | Make load->store deletion a bit smarter. This allows us to compile this: | Chris Lattner |
2008-01-08 | Rename registers that do not need copies. | Owen Anderson |
2008-01-08 | Crashes llc when using Chris's new legalization logic. | Duncan Sands |
2008-01-08 | Added "getRoot()" to ImmutableMap. | Ted Kremenek |
2008-01-08 | Fixed 80 col. violation. | Ted Kremenek |
2008-01-08 | add a mayLoad property for machine instructions, a correlary to mayStore. | Chris Lattner |
2008-01-08 | Use size_t to store Pos, avoid truncating value | Duncan Sands |
2008-01-08 | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner |
2008-01-08 | add match support for casts. | Chris Lattner |
2008-01-08 | remove darwin/i386 t-t | Chris Lattner |
2008-01-08 | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner |
2008-01-08 | Testcase for PR1721 | Chris Lattner |
2008-01-08 | Actually insert copies now! | Owen Anderson |