2005-10-24 |
Chris Lattner | new header |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Chris Lattner | implement some prototypes |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Chris Lattner | add some prototypes |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Chris Lattner | move this to the analyze tool |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Chris Lattner | Don't invade the system namespace |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Chris Lattner | Use archive versions of these libraries, using the... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Chris Lattner | There is no need for this to be VC++ only |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Fix a nasty bug that was causing miscompilation of... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Shrinkify to match llc |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Shrinkify to make --help output look better |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | shrinkify the option name a bit |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Simplify this, matching changes in the tblgen emitter |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Simplify this due to changes in the tblgen side |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Add the needed #include, emit enums with the sizes... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | mark this as beta |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | If a user requests help, give them help on both feature... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Autogen subtarget information from .td files. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Add subtarget feature/processor defns to the .td file |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | rearrange things a bit so that instructions can use... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | add a marker |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | add a note that Nate mentioned last week |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Put some of my random notes somewhere public |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Jeff Cohen | Work around GCC's dislike of attributes on function... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Jeff Cohen | Remove deleted files from Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Remove the obsolete instr selector emitter |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Improve help output. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | improve -help output |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Move static functions from .h file, reduce #includes... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Chris Lattner | Move static functions to .cpp file, reduce #includes... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Jeff Cohen | Remove redundant flag. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Andrew Lenharth | Add several things. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Andrew Lenharth | add TargetExternalSymbol |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Jeff Cohen | Add new files to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Andrew Lenharth | Well, the Constant matching pattern works. Can't say... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Chris Lattner | document this as experimental |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Chris Lattner | This file is entirely ifdef'd out |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Chris Lattner | BuildSDIV and BuildUDIV only work for i32/i64, but... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Jim Laskey | Add g3 back to the mix and reorder to irritate them... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Jim Laskey | Sort the features and processor lists for the sake... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | 64-bit reg support should not be enabled by default... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | add a case missing from the dag combiner that exposed... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | Instead of aborting if not a case we can handle special... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | New testcase that crashes the ppc backend |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jim Laskey | Plugin new subtarget backend into the build. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jim Laskey | New TableGen backends for subtarget information. Only... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | silence a release mode warning |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | add missing prototype |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | Make the coallescer a bit smarter, allowing it to join... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | Fix LiveInterval::getOverlapingRanges to take things... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Nate Begeman | Match rotate. This does actually match the rotates... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | My previous patch was too conservative. Reject FP... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Nate Begeman | Don't generate operations that aren't yet supported |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Nate Begeman | Kill some now-dead code. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Nate Begeman | Fix a typo in the dag combiner, so that this can work... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Andrew Lenharth | byte zap not immediate goodness |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Chris Lattner | Make tblgen emit: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Nate Begeman | Invert the TargetLowering flag that controls divide... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Andrew Lenharth | Inst cleanup. As a bonus, operands are in the correct... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | Use a literal to define ineg instead of immzero |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | Fix a conditional so we don't access past the end of... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Andrew Lenharth | added a few 1 operand form stuff. Seems to break regal... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Andrew Lenharth | add cttz and ctpop |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Nate Begeman | Fix a couple bugs in the const div stuff where we'd... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | don't use llabs with apparently VC++ doesn't have |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | Fix order of eval problem from when I refactored this... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Andrew Lenharth | Sounds good, finish the intop conversion. |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Nate Begeman | Add some more patterns for i64 on ppc |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | add a new method, play around with some code. |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | add a new method |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | Refactor some code, pulling it out into a function... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | Do NOT touch FP ops with LSR. This fixes a testcase... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | Add some pattern fragments to simplify the repetitive... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Chris Lattner | simplify this a bit by using immediates |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Nate Begeman | Move the target constant divide optimization up into... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Nate Begeman | Enable targets to say that integer divide is expensive... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Andrew Lenharth | forgot this one |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Andrew Lenharth | ret 0; works, not much else |
commit | commitdiff | tree | snapshot |
2005-10-19 |
John Criswell | This fixes PR638: |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Jim Laskey | Added InstrSchedClass to each of the PowerPC Instructions. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
John Criswell | Moved to Regression/Codegen/Generic. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
John Criswell | This is a generic test for all code generators. It... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Nate Begeman | Write patterns for the various shl and srl patterns... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
John Criswell | Force i386 code generation for an i386 specific test. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Jim Laskey | Push processor descriptions to the top of target and... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | add support for literal immediates in patterns to match... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | now that tblgen is smarter, use integers directly.... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Add basic support for integer constants in pattern... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Fix some checking that was causing duraid to get a... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Add support for patterns that have physical registers... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Asserting here is to violent |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | teach ppc backend these are copies |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Make this work with the internalize change |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Convert these cases to patterns |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Nate wants to define 'Pat's which turn into instruction... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Nate Begeman | Woo, it kinda works. We now generate this atrociously... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | Testcase that crashes llvmgcc in type layout |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Chris Lattner | apply some tblgen majik to simplify the X register... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Nate Begeman | Teach Legalize how to do something with EXTRACT_ELEMENT... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Nate Begeman | Make a new reg class for 64 bit regs that aliases the... |
commit | commitdiff | tree | snapshot |
next |