2005-10-08 |
Chris Lattner | remove a comma to compile with pedantic gcc |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Nate Begeman | Remove a file that is no longer used |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Nate Begeman | Lo and behold, the last bits of SelectionDAG.cpp have... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | When preselecting, favor things that have low depth... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | remove debugging code |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | implement CodeGen/PowerPC/div-2.ll:test2-4 by propagati... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | These don't need to be sdivs. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | Turn sdivs into udivs when we can prove the sign bits... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | New testcase, should turn into a ushr |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Jeff Cohen | Remove prolific source of VC++ truncation warnings. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Jeff Cohen | Remove useless variable. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | add a hack to work around broken VC++ scoping rules... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | Fix a CQ regression from my patch to split F32/F64... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | double to float casts should nto result in an fmr |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | Fix CodeGen/Generic/bool-to-double.ll |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Chris Lattner | test broken in the IA64 backend. |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Pull out Call, reducing stack frame size from 6032... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Pull out setcc, this reduces stack frame size from... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Pull two more methods out, reducing stack frame size... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Add a recursive-iterative hybrid stage to attempt to... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | silence a bogus GCC warning |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Fix the LLC regressions on X86 last night. In particul... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Andrew Lenharth | This is suppose to work now |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Andrew Lenharth | remove VAX compatibility instruction, we will never... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Chris Lattner | Make the legalizer completely non-recursive |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Nate Begeman | Let the combiner handle more cases |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Nate Begeman | Remove some bad code from Legalize |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Nate Begeman | Check in some more DAGCombiner pieces |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | Fix a bug in the local spiller, where we could take... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | silence some warnings |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | implement visitBR_CC so that PowerPC/inverted-bool... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | fix some pastos |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | Add a new HandleNode class, which is used to handle... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | add a helper class |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | Implement the code for PowerPC/inverted-bool-compares... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | make sure that -view-isel-dags is the input to the... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | Fix a crash compiling Olden/tsp |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Chris Lattner | Add some rules for building preprocessed files |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | refactor a bit of code. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | Minor speedup to avoid array searches given a Use*... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | Change the signature of replaceUsesOfWithOnConstant... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | Change the signature of replaceUsesOfWithOnConstant... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | For large constants (e.g. arrays and structs with many... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | minor cleanup/fastpath for the bcreader. This speeds... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Jim Laskey | Reverting to version - until problem isolated. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | Add a forward def |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Nate Begeman | Fix some faulty logic in the libcall inserter. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | implement the struct version of the array speedup,... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Chris Lattner | Fix DemoteRegToStack on an invoke. This fixes PR634. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Nate Begeman | Add back a workaround that fixes some breakages from... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Clean up the code a bit. Use isInstructionTriviallyDea... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | new testcase for PR635 |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Change ConstantArray::replaceUsesOfWithOnConstant to... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | move some methods, no other changes |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | minor microoptimizations |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Use a map to cache the ModuleType information, so we... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Jim Laskey | Refactor gathering node info and emission. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | clean up this code a bit, no functionality change |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Speed up the asm printer a lot by not printing formatte... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Break the body of the loop out into a new method |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Fix case of path |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Make IVUseShouldUsePostIncValue more aggressive when... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | Refactor some code into a function |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | This break is bogus and I have no idea why it was there... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | when checking if we should move a split edge block... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Chris Lattner | This member can be const too |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | put the right labels on the data |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Fix a problem where the legalizer would run out of... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | silence a bogus warning |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | silence some warnings |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | silence a warning |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | add patterns for float binops and fma ops |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Sort the cpu and features table, so that the alpha... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Add assertions to the trivial scheduler to check that... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | another solution to the fsel issue. Instead of having... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | fsel can take a different FP type for the comparison... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | fix an f32/f64 type mismatch |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Codegen CopyFromReg using the regclass that matches... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Adjust to change in ctor |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Emit the value type for each register class. |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Chris Lattner | Expose the actual valuetype of each register class |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | Minor tweak to the branch selector. When emitting... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | like the comment says, enable this |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | Add some very paranoid checking for operand/result... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Jeff Cohen | Fix VC++ warnings. |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | Modify the ppc backend to use two register classes... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | Annotate nodes with their addresses if a graph requests it. |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Jim Laskey | typo |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Jim Laskey | 1. Simplify the gathering of node groups. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Jim Laskey | Should be using flag and not chain. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Nate Begeman | Remove some now-dead code. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Andrew Lenharth | more specific tests of subtarget stuff |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Andrew Lenharth | subtarget support for CIX and FIX extentions (the only... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Jim Laskey | Reverting change moving to selection dag graph. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Jim Laskey | Added allnodes_size for scheduling support. |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Jim Laskey | 1. Made things node-centric (from operand). |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Jim Laskey | Add the node name (thus the address) to node label. |
commit | commitdiff | tree | snapshot |
next |