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 |
2006-05-01 |
Chris Lattner | Put PHI/INLINEASM into the correct namespace. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Formating |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Dis-favor stores more |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Bottom up register-pressure reduction scheduler now... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Mark instructions whose pattern is (store ...) isStore. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Didn't mean ScheduleDAGList.cpp to make the last checkin. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Evan Cheng | Remove temp. option -spiller-check-liveout, it didn... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Intel mode no longer uses %'s on registers |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Remove %'s from register names when in intel mode. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Chris Lattner | Format #APP lines a bit nicer |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Evan Cheng | Local spiller kills a store if the folded restore is... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Jeff Cohen | Mingw32 patches supplied by Anton Korobeynikov. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Remove a bogus transformation. This fixes SingleSource... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | I can't spell: Register, not Regsiter. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Implemented x86 inline asm b, h, w, k modifiers. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix InstCombine/2006-04-28-ShiftShiftLongLong.ll |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | new testcase miscompiled by instcombine |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | testcase that crashes the ppc backend, which can't... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Initial caller side support (for CCC only, not FastCC... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Bare-bone X86 inline asm printer support. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Update. It should use two shufps, not three! |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Remove the temporary option: -no-isel-fold-inflight |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Implement four-wide shuffle with 2 shufps if no more... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix PR743: emit -help output of a tool to cout, not... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | TargetLowering::LowerArguments should return a VBIT_CON... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Mapping of physregs can make it so that the designated... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Use movaps instead of movapd for spill / restore. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Added a temporary option -no-isel-fold-inflight to... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | When isel'ing a node, mark its operands "InFlight"... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | When we have a two-address instruction where the input... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Evan Cheng | Test case for PR748 |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | Add support for inserting undef into a vector. This... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Chris Lattner | This should turn into one vector shuffle instruction. |
commit | commitdiff | tree | snapshot |
next |