2005-12-23 |
Chris Lattner | fold (conv (load x)) -> (load (conv*)x). |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | Fold bitconv(bitconv(x)) -> x. We now compile this: |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | constant fold bits_convert in getNode and in the dag... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | make sure bit_convert's are expanded |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | make sure bit_converts are expanded |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jeff Cohen | Get bugpoint building with VC++ again. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | fix the int<->fp instructions, which apparently take... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | Use BIT_CONVERT to simplify this code |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | Simplify some code by using BIT_CONVERT |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | Fix a pasto |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | fix a thinko in the bit_convert handling code |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | improve comment: mention vectors |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | add very simple support for the BIT_CONVERT node |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | add a new node |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Revert previous patch. Additional tests fail. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | clean up .td file by using evan's new FLAG thing |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | remove a dead node |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | fix handling of weak linkage |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Fix PR409: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | silence some bogus gcc warnings |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | For PR351: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | For PR351: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | Fix test/Regression/Other/2002-01-31-CallGraph.ll after... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | move some random notes out of my email into someplace... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | this is a hack, which may or may not hang around. In... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | we can't do this directly in lowering, so we need this... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | oops, back this out |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | i need to do this to take over the earth |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | we can't all have brains now, can we |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | this should take care of calls to varadic functions... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | we need to emit the getf.d instruction in lowering... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | credit where credit is due |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | Separate the call graph implementation from its interfa... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Chris Lattner | The 81st column doesn't like code in it. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | I shoulda done this a *long* time ago (tm): implement... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | kill SelectCALL() in the DAG isel, we handle this in... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Fix documentation for the AlarmSetup function. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Duraid Madina | update tablegen files - nothing to see here |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | For PR351: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Implement a generic polled Alarm function. This merely... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Evan Cheng | Attempt to fix a crash on WIN32. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Evan Cheng | Bye bye HACKTROCITY. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Evan Cheng | Added special flag node FLAG. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Evan Cheng | * Added support for FLAG - a special nameless flag... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | For PR678: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Implement PR679: |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jeff Cohen | Add new files to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jeff Cohen | Oh oh... Unix is case sensitive. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jeff Cohen | Make it compile with VC++. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Add an eol at the end to shut gcc sup. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Reid Spencer | Add an eol at the end to shut gcc up. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Reid Spencer | Some simple cleanups: |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | Added TargetLowering::isMaskedValueZeroForTargetNode... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | Lefted out TargetLowering:: |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | * Fix a GlobalAddress lowering bug. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | Oops. Accidentally deleted RET pattern. It's still... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Laskey | Disengage DEBUG_LOC from non-PPC targets. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Laskey | Sync up the project with my tweaks. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | * Added support for X86 RET with an additional operand... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | Allows instructions which no explicit operands. e.g... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | add dwarfwriter to the xcode project |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Laskey | Start of Dwarf framework. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Laskey | Oops llvm namespace. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Laskey | Start of Dwarf framework code. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | make sure to relegalize all cases |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | enable the gep isel opt |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Regenerate |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | allow logical operators on packed integral types |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Get logical operations to like packed types, allow... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | fix a bug I introduced that broke recursive expansion... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | add some nodes, forgot to commit this last night :( |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | This was meant to go in |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Rewrite FP stackifier support in the X86InstrInfo.td... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Wrap some long lines: no functionality change |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Eliminate some GCC warnings from the generated code |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Reid Spencer | Document the new -post-link-opts option. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | new testcase, fails on X86 and probably others |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Reid Spencer | Implement PR512: |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Reid Spencer | Document the new --enable-debug-runtime configure option. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Reid Spencer | Implement fix for PR471: |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Lower ConstantAggregateZero into zeros |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | Remove ISD::RET select code. Now tblgen'd. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Evan Cheng | * Added lowering hook for external weak global address... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Chris Lattner | Don't emit a null terminator, nor anything after it... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | SSE2 floating point load / store patterns. SSE2 fp... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | Flip the meaning of FPContractions to reflect Requires... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | Fix the semantic of Requires<[cond]> to mean if (!cond... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Chris Lattner | This ugly patch works around a GCC bug where it is... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Chris Lattner | Run lower-switch after lower-invoke. |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Chris Lattner | Reserve G1 for frame offset stuff and use it to handle... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | Added X86 readport patterns. |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | Now support instructions with implicit write to non... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | Added a hook to print out names of target specific... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Patrick Meredith | Added a break that I meant to include originally, for... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Chris Lattner | Fix a nasty latent bug in the legalizer that was trigge... |
commit | commitdiff | tree | snapshot |
next |