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 |
2005-12-20 |
Nate Begeman | Pattern-match return. Includes gross hack! |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Evan Cheng | Lefted out a fix in the previous check in. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Nate Begeman | Fix a couple of the FIXMEs, thanks to suggestion from... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Nate Begeman | Convert load/store over to being pattern matched |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Evan Cheng | X86 conditional branch support. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Evan Cheng | Print out opcode number if it's an unknown target node. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Evan Cheng | Fix another bug related to chain / flag. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Evan Cheng | It's essential we clear CodeGenMap after isel every... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Fix a case where the DAG Combiner would accidentally... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
John Criswell | Added the llvm-kernel project to the list of automatica... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
John Criswell | Prefix DSA specific options with dsa. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
John Criswell | Added an option to specify the names of heap freeing... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
John Criswell | Added a command line option that allows the user to... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Laskey | Amend comment. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Laskey | Create a strong dependency for loads following stores... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Fix pifft by correcting the case when a i64/f64 straddl... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Evan Cheng | Fixes for a number of bugs: save flag results in CodeGe... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | don't emit 'add %o6, 0, %o6' instructions |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Fix calls to functions returning i64 |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Correct bool truncstore operand order |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | add the other bool zextload as well |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | implement zextload bool |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | mark some unsupported ops as unsupported |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Patrick Meredith | This is a script to extract nodes and edges associated... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Fix syntax for indirect calls. This fixes Olden/mst |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Keep stack frames 8-byte aligned. This fixes olden... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | apparently rdy isn't actually a psuedo instruction... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | add fneg/fabs support for doubles |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Various cleanups to this pass, no functionality change |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | add bool truncstores |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Chris Lattner | Elimiante SP and FP, which weren't members of the IntRe... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Make sure to relegalize new nodes |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | The sun assembler only supports .xword in V9 mode. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Configure the asmwriter to allow constant pools to... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | add support for integer extloads |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Add support for undef |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Add support for calls to external symbols |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | we have no memcpy |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Fix a crash on a call with no arguments |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Jeff Cohen | Keep VC++ happy. |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | This is handled by the autogen'd code |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Handle basic block nodes |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Change return lowering so that we can autogen the match... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Add an accessor |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | Implement Calls for V8. This would be completely autog... |
commit | commitdiff | tree | snapshot |
2005-12-18 |
Chris Lattner | More fixes for Selection of copyto/fromreg with a flag |
commit | commitdiff | tree | snapshot |
next |