2004-02-29 |
Chris Lattner | Fix -debug-pass=Executions, which relied on Function... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Fix bug: test/Regression/Transforms/LowerInvoke/2004... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Testcase for a bug that caused a whole bunch of testcas... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Add an assert |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Add back #include I messed up |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Urg, forgot to check this in. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Module does not need to be annotatable aka annotable |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Remove public header. It's been moved to lib/Target... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Move the private MachineInstrAnnot.h into a private... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Remove use of an ugly header |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Move methods out of .h file |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Do not use explicit casts that hide the dependence... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Ugh, the old sparc backend attaches MachineCodeForInstr... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Alkis Evlogimenos | Add instruction name description. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Alkis Evlogimenos | Use correct template for SHLD and SHRD instructions... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Alkis Evlogimenos | Improve allocation order: |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Alkis Evlogimenos | A big X86 instruction rename. The instructions are... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Brian Gaeke | Remove dead member variables of SparcV9SchedInfo and... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Eliminate the X86-specific BMI functions, using BuildMI... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Fix a miscompilation of 197.parser that occurs when... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Fix PR255: [tailduplication] Single basic block loops... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Brian Gaeke | Update comment at head of file. Also fix C 'typedef... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Adjust to change in TII ctor arguments |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Eliminate the distinction between "real" and "unreal... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Brian Gaeke | Add more architectures, and ELF64 stuff. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | These two virtual methods are never called. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Remove a TON of flags that noone cares about |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Noone calls these virtual methods |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | This is the only file in the system that uses this... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Scrap a huge layer of cruft out of this interface. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Implement initial prolog/epilog code insertion methods. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Remove unneeded #include |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | int64_t -> int |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Continue Alkis's int64_t cleanup. This makes all of... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Add BuildMI variants that take a MBB::iterator |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Alkis Evlogimenos | Use correct template for ADC instruction with memory... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Chris Lattner | Add an instruction selector capable of selecting 'ret... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | SHLD and SHRD take 32-bit operands but an 8-bit immedia... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Floating point loads/stores act on memory operands... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Rename instruction templates to be easier to the human... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Uncomment instructions that take both an immediate... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Gaeke | Fix my sloppiness |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Each instruction now has both an ImmType and a MemType... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Gaeke | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Add a testcase for switch instruction induction |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Implement switch->br and br->switch folding by ripping... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Change this so that LLC actually tries to run the code... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Add a hook to run with the V8 target, though it doesn... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Add hook for V8 target |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | SparcV8 now builds. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | fine grainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Tab completion is our friend. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Clean up rules |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Bring this directory into "it actually compiles" land |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Fix multiple inclusion problem |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | if there is already a prototype for malloc/free, use... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Do not remove an active template argument even if the... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | fix a bug in the testcase |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Ignore X = X assignments that was causing Alkis's rewri... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | new testcase for a tblgen bug that alkis ran into |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Assert instead of going into an infinite loop! |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Brian Gaeke | ELF constants and data structures. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Do not generate instructions with mismatched memory... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | new testcase for intrinsic folding |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | The instruction combining pass removes dead instruction... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Rename AddUsesToWorkList -> AddUsersToWorkList, as... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Chris Lattner | Turn 'free null' into nothing |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Misha Brukman | Right, it's really Extractor, not Extraction. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Misha Brukman | New Function-level transformation utils. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Misha Brukman | Add the prototype for the LoopExtractor Pass. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Misha Brukman | A pass that uses the generic CodeExtractor to rip out... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Misha Brukman | A generic code extractor: given a list of BasicBlocks... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Misha Brukman | Two testcases for loops: one with outputs, one without. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Further comment updates. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | Update comments. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Alkis Evlogimenos | My previous commit broke the jit. The shift instruction... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Brian Gaeke | Turn off the SparcV9MachineCodeDestructionPass for... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Brian Gaeke | Correct DestroyMachineFunction's getPassName |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Only clone global nodes between graphs if both graphs... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | ADD MORE FUNCTIONS! |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Fix argument size for SHL, SHR, SAR, SHLD and SHRD... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Fix encoding of ADD and SUB family of instructions... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | setcond instructions don't have aliasing implications. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
John Criswell | Added d and hbd MultiSource applications. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Fix a verifier bug that was preventing us from ripping... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Build zlib and libpng |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Updates from Reid |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Add memory operand folding support for the SETcc family of |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Make MachineOperand's immediate value an int and save... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Add memory operand folding support for SHLD and SHRD... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Add memory operand folding support for SHL, SHR and... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Rename SHL, SHR, SAR, SHLD and SHLR instructions to... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Initial checkin of document, contributed by Reid Spencer. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | Implement test/Regression/Transforms/InstCombine/canoni... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Chris Lattner | The instcombiner should canonicalize comparisons. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Rename member function to be consistent with the rest. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Alkis Evlogimenos | Add improvements to the code generator. |
commit | commitdiff | tree | snapshot |
next |