2005-12-26 |
Duraid Madina | more standards-compliance stuff |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Duraid Madina | HP aCC chokes on this, but it's not required anyway... |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Duraid Madina | MERRY CHRISTMAS EVERYONE!!! (what better way to spend... |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Andrew Lenharth | add br pattern, unify JSR and BSR ISel instrs, and... |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Duraid Madina | unbreak calls, a few more tests should run. Tomorrow... |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Duraid Madina | we don't feed our call instructions extra operands |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Andrew Lenharth | All that just to lower div and rem |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Andrew Lenharth | allow custom lowering to return null for legal results |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Andrew Lenharth | Support Custom lowering of a few more operations. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Andrew Lenharth | support targetexternalsym |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Evan Cheng | Let the helper functions know about X86::FR32RegClass... |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Andrew Lenharth | All addressing modes are now exposed. The only remaini... |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Andrew Lenharth | Unify the patterns for loads and stores. Now offset... |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Andrew Lenharth | Let's see if we can break things. |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Andrew Lenharth | move loads and stores over. Smart addr selection comming |
commit | commitdiff | tree | snapshot |
2005-12-24 |
Nate Begeman | Fix one of the things in the todo file, and get a bit... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Reid Spencer | For PR625: |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Evan Cheng | * Removed the use of FLAG. Now use hasFlagIn and hasFla... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Evan Cheng | * Support for hasInFlag and hasOutFlag (on instructions... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Laskey | Remove redundant debug locations. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | this test fails |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | this test is malformed |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | unbreak the build :-/ |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | not a good idea |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Evan Cheng | More X86 floating point patterns. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Evan Cheng | Operand 1 of TRUNCSTORE can be any of integer and float... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Evan Cheng | Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | fix something-o |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | implement vaarg. Varargs now should work. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | implement vastart. The dag isel compiles this: |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | remove benchmark list, remove issues addressed by the... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Chris Lattner | Simplify store(bitconv(x)) to store(x). This allows... |
commit | commitdiff | tree | snapshot |
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 |
next |