2006-01-23 |
Chris Lattner | add checks for new functions. I'd appreciate it if... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Duraid Madina | die, die!! r15, you are not callee-saved |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Duraid Madina | fix register corruption! (my god.) r15 is a scratch... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Refactor/genericize this, no functionality change |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Make sure this tests the right thing, xfail on solaris... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Fix bugs lowering stackrestore, fixing 2004-08-12-Inlin... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Speedup and simplify pass registration by the observati... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | Remove dead #include |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | It doesn't make sense to give llc a list of passes... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Chris Lattner | this doesn't work, remove it |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | This only needs <iosfwd> not <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add #include of <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add explicit #includes of <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Make iostream #inclusion explicit |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add explicit iostream #includes |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Make this more efficient in the following ways: |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | This header should not pull in <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | add explicit #includes of iostream |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Add explicit #includes of <iostream> |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Chris Lattner | Several non-functionality changing changes: |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jeff Cohen | Visual Studio still has issues at being left out. |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Jeff Cohen | Visual Studio neurotic about inconsistent class/struct... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | Fix a bug in a recent refactor that caused a bunch... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Duraid Madina | insignificant, but next up is proper stack frame layout! |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | new testcase that crashes llc for ppc |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Evan Cheng | Rename fcmovae to fcmovnb and fcmova to fcmovnbe (follo... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Evan Cheng | Do some code refactoring on Jim's scheduler in preparat... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Chris Lattner | trivial formatting improvement: don't insert extra... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Jim Laskey | Simplify search for abbreviations. |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Jim Laskey | Correct some simple errors. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Jim Laskey | Right size integer values before emitting. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Robert Bocchino | Make the C writer work with packed types. printContain... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Jim Laskey | Reworked how Dwarf debug info entries and abbreviations... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Duraid Madina | remove RET hack, add proper support for rets (watching... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Chris Lattner | Simplify CWriter::printContainedStructs, also allowing... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Chris Lattner | LowerReturn now doesn't have to handle f32 returns. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Chris Lattner | remove some unintentionally committed code |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Chris Lattner | If the target doesn't support f32 natively, insert... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Robert Bocchino | Fixed InitializeMemory to handle ConstantPacked. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Chris Lattner | Remove dead expression. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Chris Lattner | Don't use invalidated use_iterator's. This fixes a... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Duraid Madina | fix sext breakage: now we correctly deal with functions... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Jeff Cohen | Update Windows version of config.h to note availability... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Duraid Madina | fix storing bools! eek! |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Reid Spencer | Add a test case for PR697, ensuring the linker works... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Evan Cheng | Stop doing that accidental commit. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Evan Cheng | A few more SH{L|R}D peepholes. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Evan Cheng | Added a load folding bug test case. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Evan Cheng | Prevent folding of a node with multiple uses if the... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Robert Bocchino | ConstantFoldLoadThroughGEPConstantExpr wasn't handling... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Didn't mean to commit the last one. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Added i16 SH{L|R}D patterns. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | add support for ConstantPacked to the linker |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | Don't include generated lexer .cpp files. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Bug fix. Flag operand number may be calculated incorrectly. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Andrew Lenharth | typo |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Andrew Lenharth | nasty nasty patterns |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Duraid Madina | fix boolean XOR (which fixes up comparisons..) |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Duraid Madina | BOOM! |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Duraid Madina | click click |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Use pattern information to determine whether the use... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Avoid generating a redundant setcc. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | For PR696: |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Duraid Madina | fix calls that return f32 |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Make sure that libm is used during config tests so... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | For PR696: |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | Implement casts.ll:test26: a cast from float -> double... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | Add a new testcase for an eliminable cast |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | implement support for f32 arguments past the first... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | This test passes now. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | 1. Identify bytecode modules that have upgraded intrins... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Don't forget about casting the result of an upgraded... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | 1. Documentation upgrade. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Add a flag to identify bytecode files that have intrins... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | adc and sbb need an incoming flag to ensure it reads... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | make this work for Reid, who renamed his CVS module... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | new testcase the autoupgrader in the bc reader fails... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Make get_suffix faster by using a switch on getTypeID... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Another typo |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Two peepholes: |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Prevent unnecessary CopyToReg when the same HW register... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | Didn't mean to check that in. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Evan Cheng | A obvious typo |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Make sure intrinsic auto-upgrade is invoked correctly. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Don't accept the ctpop, cttz, or ctlz intrinsics with... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Add a new interface function to AutoUpgrade for simulta... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Reid Spencer | Expand test to cover the non-overloaded variants of... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | If not internalizing, don't mark llvm.global[cd]tors... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Chris Lattner | Don't internalize llvm.global[cd]tor unless there are... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Andrew Lenharth | was ignoring the legalized chain in this case, fixed... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Andrew Lenharth | a reduced test case, the GlobalAddress is never legalized |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Nate Begeman | Get rid of code in the DAGCombiner that is duplicated... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Chris Lattner | Temporary work around for a libcall insertion bug:... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Chris Lattner | Make sure that cloning a module clones its target tripl... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Chris Lattner | Don't assert on 'select_cc SETUO' |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Chris Lattner | fix out of date comment |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
next |