2008-01-10 |
Chris Lattner | Fix PR1845 and rdar://5676945. Generic vectors smaller |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Chris Lattner | new testcase for PR1845 |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Evan Cheng | Remove comments that do not correspond to anything... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Owen Anderson | Copies need to be inserted before the first terminator... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Evan Cheng | Special copy SUnit's do not have SDNode's. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | Clean up StrongPHIElimination a bit, and add some more... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Duncan Sands | Fix compile failures with g++-4.3. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | many cleanups and fixed, contributed by Sam Bishop |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | StrongPHIElim: Now with even fewer trivial bugs! |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | Fix an infinite recursion bug in InsertCopies. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Owen Anderson | Fix some simple bugs. StrongPHIElimination now does... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Evan Cheng | Fix sse2.psrl.w and sse2.psrl.q definitions. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | Fix llvm-ld -Xlinker, patch by Daniel Teske! |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | add a testcase |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Make load->store deletion a bit smarter. This allows... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Owen Anderson | Rename registers that do not need copies. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Duncan Sands | Crashes llc when using Chris's new legalization logic. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Added "getRoot()" to ImmutableMap. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Ted Kremenek | Fixed 80 col. violation. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | add a mayLoad property for machine instructions, a... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Duncan Sands | Use size_t to store Pos, avoid truncating value |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Implement PR1795, an instcombine hack for forming GEPs... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | add match support for casts. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | remove darwin/i386 t-t |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Finally implement correct ordered comparisons for PPC... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Testcase for PR1721 |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Owen Anderson | Actually insert copies now! |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Chris Lattner | Fix PR1797 |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Evan Cheng | Minor fix to enable x86-64 pic jit (still fails for... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Evan Cheng | Fix a x86-64 static codegen bug. This fixes a lot of... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Bill Wendling | Silence warning about loss of precision. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Evan Cheng | Only mark instructions that load a single value without... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add a new bit. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Evan Cheng | Unbreak x86-64. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add a note that is important for some fp apps. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | possible switch lowering improvement. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Oops, missed one. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Make some predicates static. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | I doubt the address of the Error string was intended |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Add missing newline at EOF. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nate Begeman | Update the comment on scalar to vector to be a bit... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nate Begeman | Update test to catch recent x86 insert regression and... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Small cleanup for handling of type/parameter attribute |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Unbreak x86-32 darwin long double! |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Duncan Sands | Fix long double support on x86-32 linux. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Pruning includes. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Bill Wendling | Operand 1 should be a register. We don't care if it... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove #includage |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | split TargetInstrDesc out into its own header file. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | rename TargetInstrDescriptor -> TargetInstrDesc. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove a dead method. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Rename all the M_* flags to be namespace qualified... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | use predicate. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add more and significantly better comments to the rest... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | simplify some code using new predicates |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | add some mroe comments, add a isImplicitDef() method... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | rename hasVariableOperands() -> isVariadic(). Add... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Move M_* flags down in the file. Move SchedClass up... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove a dead field. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | the name field of instructions is never set to a non... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | no need to explicitly clear these fields. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Removing a leaked file. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Move a bunch more accessors from TargetInstrInfo to... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove MachineOpCode typedef. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | remove some uses of MachineOpCode, move getSchedClass |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Add predicates methods to TargetOperandInfo, and switch... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Setting GlobalDirective in TargetAsmInfo by default... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Deleting an empty file. Thanks, /usr/bin/patch! |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Chris Lattner | Rename MachineInstr::getInstrDescriptor -> getDesc... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Update CodeGen for MRegisterInfo --> TargetInstrInfo... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Owen Anderson | Move even more functionality from MRegisterInfo into... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Ammending r45669 with a missing file. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | With this patch, the LowerGC transformation becomes the |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Gordon Henriksen | Enabling the target-independent garbage collection... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | The pic base can't be duplicated. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rename isLoad -> isSimpleLoad due to evan's desire... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Gordon Henriksen | Modify Makefile.rules to allow makefiles to prepend... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | improve description of alignment, patch by Alain Frisch. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Fix typo noticed by 'Danny' in PR1901 |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | back out accidental commit. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | fix an accidental commit that broke all the testers :( |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Duncan Sands | The transform that tries to turn calls to bitcast funct... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Duncan Sands | When transforming a call to a bitcast function into |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rename isStore -> mayStore to more accurately reflect... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Duncan Sands | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Change the 'isStore' inferrer to look for 'SDNPMayStore' |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | remove explicit isStore flags that are now inferrable. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | remove some isStore flags that are now inferred automat... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | describe isStore and simplify the implementation of... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | set the 'isstore' flag for instructions whose pattern... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Nick Lewycky | Accept both %y, %x and %x, %y as valid answers. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | remove some old hacky code that tried to infer whether... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | rearrange some code to allow inferring instr info from... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | improve const correctness. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | Split the impl of CodeGenInstruction out to its own... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | final cleanups. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Chris Lattner | further simplifications and cleanup |
commit | commitdiff | tree | snapshot |
next |