2006-01-28 |
Chris Lattner | Fix a bug in my elimination of ISD::CALL this morning... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | make this work on non-native hosts |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | add a note about how we should implement this FIXME... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | Eliminate the need for ExpandOp to set 'needsanotherite... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | Instead of making callers of ExpandLibCall legalize... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | Eliminate the need to do another iteration of the legal... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | remove this method I just added, now is not the time. |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | remove method I just added |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | add a new callback |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Nate Begeman | Implement Promote for VAARG, and allow it to be custom... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Nate Begeman | Add a couple more things to the readme. |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Nate Begeman | Add a missing case to the dag combiner. |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | Remove the ISD::CALL and ISD::TAILCALL nodes |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | The 'target-independent' ISD::CALL isn't. Nuke it... |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Chris Lattner | Remove some dead code |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Switch to AlphaISD::CALL instead of ISD::CALL |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Use PPCISD::CALL instead of ISD::CALL |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Use V8ISD::CALL instead of ISD::CALL |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | A bit of wisdom from Chris on the last entry. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | AT&T assembly convention: registers are in lower case. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | Use Intel assembly syntax to look for ST |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | initialize member vars |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | initialize all instance vars |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Make llvm.frame/returnaddr not crash on ppc |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jeff Cohen | Teach tablegen to generate code that is VC++ warning... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | (store (op (load ...)), ...) |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | * Eliminate FAKE_SOURCES |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | Added notes about a x86 isel deficiency. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Remove out of date comment |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Remove the only use of FAKE_SOURCES |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Remove FAKE_SOURCES |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | Added a temporary option -enable-x86-sse to enable... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | Bye bye Pattern ISel, hello DAG ISel. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | X86 dag isel is now (soon) the default. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | These are fp stack test cases. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | XFAIL tailcall test cases until it's implemented. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Nate Begeman | Remove TLI.LowerReturnTo, and just let targets custom... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jim Laskey | Using bit size of integers instead of ambiguous "long... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | A better workaround |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jim Laskey | Sorry - really folowing convention. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | force sse/3dnow off until they work. This fixes all... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jim Laskey | Following convention. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Unbreak the JIT with SSE |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Andrew Lenharth | fix build |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Fix build error that is apparently only a warning with... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jim Laskey | Forgot the version number. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jim Laskey | Improve visibility/correctness of operand indices in... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jim Laskey | Catch up on some of the file addition/deletions. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Reid Spencer | Fix auto-upgrade of intrinsics to work properly with... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Reid Spencer | A test case for ensuring that conversion of old-format... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Reid Spencer | This now passes. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | x86 CPU detection and proper subtarget support |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Evan Cheng | Subtarget feature can now set any variable to any value |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Use printInlineAsm to, well, print inline asm's. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Stub out a method |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | PHI and INLINEASM are now built-in instructions provide... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | PHI and INLINEASM are now builtin instructions provided... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | If we want to emit things in enum order, use getInstruc... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | There is at least a 'noitinerary' itinerary now |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Add a default NoItinerary class for targets to use. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Chris Lattner | Don't emit JIT code for these instructions |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Teach the scheduler to emit the appropriate INLINEASM... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Add a common INLINEASM opcode |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Teach the dag selectors to select InlineAsm nodes. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Dropped DwarfWriter:: |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | initial selectiondag support for new INLINEASM node... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Add new INLINEASM node |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Use global information to fill out Dwarf compile units. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jeff Cohen | Improve compatibility with VC2005, patch by Morten... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Implement a method for inline asm support |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | add some methods for case-insensitive string compares |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Update files lists. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Use find instead of lower_bounds. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Add a method for inline asm support. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Set up MachineDebugInfo to scan for debug information... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Add support to find existing entries. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Improve compatibility with VC2005, patch by Morten... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Andrew Lenharth | dynamically allocate plugin space as needed |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Evan Cheng | Another folding problem: if a node r/w chain or flag... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Andrew Lenharth | Pass plugins on to children when optimizing. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Andrew Lenharth | Remember plugins should someone like bugpoint want... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Andrew Lenharth | added a couple test cases, including the new vaarg... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jeff Cohen | Teach Visual Studio about X86 subtargets. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Jim Laskey | Split out Dwarf constants for use outside DwarfWriter. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Evan Cheng | Added preliminary x86 subtarget support. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Duraid Madina | fix stack corruption! Previously, 16-byte whole-FP... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Duraid Madina | some hoovering |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Rest of subtarget support, remove references to ppc |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Add trivial subtarget support |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Andrew Lenharth | minor renaming |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Andrew Lenharth | allow R28 to be used for frame calculations without... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Evan Cheng | Work around some x86 Darwin assembler bugs |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | add method for constraint parsing |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | add methods for constraint parsing |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Evan Cheng | Add a FIXME comment. |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Evan Cheng | When trying to fold X86::SETCC into a Select, make... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | teach the cloner to handle inline asms |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | Allow use of isa<InlineAsm>(X) without #including Inlin... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Chris Lattner | parse and verify the constraint string. |
commit | commitdiff | tree | snapshot |
next |