aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/README.txt
AgeCommit message (Collapse)Author
2009-07-23These IRgen improvements have been done.Daniel Dunbar
Technically we could still do a bit more to avoid deferred generation of statics which we know are used, but I seriously doubt this is important. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76844 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-15Add note on theoretical IRgen improvement.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67024 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-24Add a note about an IRgen optimization opportunity.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65376 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-20Add some IRgen improvement notes.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-04Mention an optimization opportunity pointed out by Chris.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60535 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-27Test commit.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60147 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-19Fix redundant load of bit-fields on assignment (to get the updatedDaniel Dunbar
value). - Use extra argument to EmitStoreThroughLValue to provide place to write update bit-field value if caller requires it. - This fixes several FIXMEs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59615 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-12Start a README.txt of possible optimizations to do in IRgen.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59130 91177308-0d34-0410-b5e6-96231b3b80d8