2006-05-06 |
Chris Lattner | Teach the X86 backend about non-i32 inline asm register... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Fold (trunc (srl x, c)) -> (srl (trunc x), c) |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Fold trunc(any_ext). This gives stuff like: |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Shrink shifts when possible. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Implement ComputeMaskedBits/SimplifyDemandedBits for... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Print a grouping around inline asm blocks so that we... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Print *some* grouping around inline asm blocks so we... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Indent multiline asm strings more nicely |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Teach the code generator to use cvtss2sd as extload... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Fold (fpext (load x)) -> (extload x) |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | More aggressively sink GEP offsets into loops. For... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Fix an infinite loop compiling oggenc last night. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Evan Cheng | Need extload patterns after Chris' DAG combiner changes |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Implement InstCombine/cast.ll:test29 |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Fold some common code. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Implement: |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Pull and through and/or/xor. This compiles some bitfie... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Implement a variety of simplifications for ANY_EXTEND. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Factor some code, add these transformations: |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Evan Cheng | Better implementation of truncate. ISel matches it... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | New note, Nate, please check to see if I'm full of... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Jeff Cohen | Fix VC++ compilation error. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Nate Begeman | Somehow, I missed this part of the checkin a couple... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Sink noop copies into the basic block that uses them... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Chris Lattner | Add a helper method. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | wrap long line |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Adjust to use proper TargetData copy ctor |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Fix this to be a proper copy ctor |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Final pass of minor cleanups for MachineInstr |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Evan Cheng | Initial support for register pressure aware scheduling... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Remove redundancy and a level of indirection when creat... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Move register numbers out of "extra" into "contents... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Remove and simplify some more machineinstr/machineopera... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Rename MO_VirtualRegister -> MO_Register. Clean up... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | remove hasAllocatedReg |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Move some methods out of MachineInstr into MachineOperand |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Fix Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | new testcase that crashes the instcombine pass |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | There shalt be only one "immediate" operand type! |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Change "value" in MachineOperand to be a GlobalValue... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Revert Nate's CR patch from last night, which caused... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Jeff Cohen | Make external globals public; other minor cleanup. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Jeff Cohen | Make Intel syntax the default when LLVM is built with... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Remove a bunch more dead V9 specific stuff |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Remove a bunch more SparcV9 specific stuff |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Remove some more V9-specific stuff. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Remove some more unused stuff from MachineInstr that... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Chris Lattner | Simplify handling of relocations |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Evan Cheng | Use movsd to shuffle in the lowest two elements of... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Change from using MachineRelocation ctors to using... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | minor cleanups, no functionality change |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Cleanup the internal implementation of MachineRelocatio... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Reid Spencer | Attempt to get this script working on Darwin. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Reid Spencer | For PR764: |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | inline a simple method |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Suck block address tracking out of targets into the... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Fix a bug in Owen's checkin that broke the CBE on all... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Nate Begeman | Teach the x86 jit how to handle jump tables not directl... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Nate Begeman | Finish up the initial jump table implementation by... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Evan Cheng | A few instruction scheduling test cases. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Evan Cheng | Bottom up register pressure reduction work: clean up... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Evan Cheng | Set isStore of instructions with ISD::TRUNCSTORE root... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Owen Anderson | Refactor TargetMachine, pushing handling of TargetData... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Align function bodies correctly. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Add a new emitAlignment method |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Simplify some code. Don't add memory blocks to the... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Add assertions that verify that the actual arguments... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Change the BasicBlockAddrs map to be a vector, indexed... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Keep the alpha JIT similar to the PPC/X86 jits |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Jeff Cohen | Keep Visual Studio happy. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Several related changes: |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Add a method for allocating space from the code buffer. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Remove some stuff from the README |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Do not make the JIT memory manager manage the memory... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Minor cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Fix a purely hypothetical problem (for now): emitWord... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Refactor the machine code emitter interface to pull... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Since we don't handle callee-save CRs right yet, don... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Print function number instead of name |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Hooray, everyone now uses the same printBasicBlockLabel... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove dead method |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove a now-dead method |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | There is no reason to use a virtual method to store... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove the debug machine code emitter. The "FilePrinte... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Remove the debug machine code emitter. The "FilePrinte... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Extend printBasicBlockLabel a bit so that it can be... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Nate Begeman | Update the PPC compilation callback code to not need... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Chris Lattner | Add pass ID's for various passes, so they can be AddReq... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | De-virtualize SwitchSection. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | De-virtualize EmitZeroes. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | Finish support for Microsoft ML/MASM. May still be... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Jeff Cohen | Make Intel syntax mode friendlier to Microsoft ML assem... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Put instruction names into the first non TargetInstrInf... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | New testcase that crashes the new CFE. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Fix a latent bug that my spiller patch last week expose... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | When promoting a load to a reg-reg copy, where the... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Remove previous patch, which wasn't quite right. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | instructions can be in different namespaces. Make... |
commit | commitdiff | tree | snapshot |
next |