2006-05-09 |
Chris Lattner | Some notes and thoughts to myself |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Chris Lattner | Patch to make some xforms preserve each other. Patch... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Reid Spencer | Use the -dumpversion option to llvm-gcc which gives... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Move some methods out of line so that MutexGuard.h... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Move methods out of line so that MutexGuard.h isn't... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Another bad case I noticed |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Make the case I just checked in stronger. Now we compi... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Implement and_sext.ll:test3, generating: |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Yet more readme updating |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Compile this: |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | New note about something bad happening in target indepe... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Proving once again that I am not as smart as the compiler |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Fold more shifts into inserts, and update the README |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Fold shifts with undef operands. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | When tracking demanded bits, if any bits from the sext... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Make emission of jump tables a bit less conservative... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Evan Cheng | Fixing truncate. Previously we were emitting truncate... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Chris Lattner | Move the definition of value_use_iterator::getOperandNo... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Update some stuff now that the new rlwimi code has... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Fix PR772 |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Nate Begeman | Remove unncessary include |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Chris Lattner | This test passes now, remove xfail marker |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Evan Cheng | Typo's |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Jeff Cohen | Unlike Unix, Windows won't let a file be implicitly... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Nate Begeman | New rlwimi implementation, which is superior to the... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Use ComputeMaskedBits to determine # sign bits as a... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Add some more sign propagation cases |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Jeff Cohen | Apply bug fix supplied by Greg Pettyjohn for a bug... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Simplify some code, add a couple minor missed folds |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | constant fold sign_extend_inreg |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | remove cases handled elsewhere |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Add some more simple sign bit propagation cases. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Jeff Cohen | Fix some loose ends in MASM support. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | new testcase we handle right now. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Use the new TargetLowering::ComputeNumSignBits method... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Add some really really simple code for computing sign... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Add some new methods for computing sign bit information. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | When inserting casts, be careful of where we put them... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | Move some code around. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Chris Lattner | new testcase from ghostscript that inf looped instcombine |
commit | commitdiff | tree | snapshot |
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 |
next |