2006-02-09 |
Evan Cheng | Match getTargetNode() changes (now returns SDNode*... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Evan Cheng | More changes to reduce frame size. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | this apparently passes on linux |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | add an option to turn on LSR. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | simplify this code now that each constant pool entry... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Adjust to MachineConstantPool interface change: instead... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | instead of keeping track of Constant/alignment pairs... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | rename fields of constant pool entries |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Use a MachineConstantPoolEntry struct instead of a... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Simplify code, alignment must be specified now. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Assert invariants |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Require an alignment. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Make MachineConstantPool entries alignments explicit |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Always pass in an alignment. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | provide an explicit alignment for cp entries |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Add a comment: value is log2 |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Evan Cheng | Change Select() from |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Darwin doesn't support #APP/#NO_APP |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Add support for assembler directives that wrap inline asm |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Rename BSel -> PPCBSel for the benefit of doxygen users. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Jim Laskey | Disable this test for the time being as debug is brough... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | add a simple optimization |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Mention that delta can be used to reduce some Front... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Add SRoA to the lexicon. Patch by Marco Matthies! |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Evan Cheng | Added options -cflag, -cxxflags, and -ldflags to overri... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Simplify some code, reducing calls to MaskedValueIsZero... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Evan Cheng | Remove -pedantic. It no longer works. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | more email -> README moving |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Emit the 'mr' pseudoop for easier reading. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Add some random notes, not high-prio |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Move emails from nate into public places |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Use EraseInstFromFunction in a few cases to put the... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Implement some more interesting select sccp cases.... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | new testcase for more interesting select sccp cases |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Compile this: |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Add some happy helper methods. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Chris Lattner | Fix a problem in my patch yesterday, causing a miscompi... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Evan Cheng | Fixed a local common symbol bug. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Evan Cheng | For ELF, .comm takes alignment value as the optional... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Implement getConstraintType for PPC. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | getConstraintType should be virtual. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Fix Transforms/InstCombine/2006-02-07-SextZextCrash.ll |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | new testcase that caused instcombine to crash on 176... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Evan Cheng | Darwin ABI issues: weak, linkonce, etc. dynamic-no... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Evan Cheng | Remind myself to add PIC and static asm printer support. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Generalize MaskedValueIsZero into a ComputeMaskedNonZer... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Make MaskedValueIsZero take a uint64_t instead of a... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Use Type::getIntegralTypeMask() to simplify some code |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Implement the beginnings of a facility for simplifying... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | add a new Type::getIntegralTypeMask() method, which... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Jeff Cohen | The interpreter assumes that the caller of runFunction... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Jeff Cohen | Teach the interpreter to handle global variables that... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Jeff Cohen | Fix some truncation warnings. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | fix an error compiling with -pedantic |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Chris Lattner | Add the simple PPC integer constraints |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Evan Cheng | Hoist all SDOperand declarations within a Select_{opcod... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Chris Lattner | Eliminate the printCallOperand method, using a 'call... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Chris Lattner | Add support for modifier strings in machine instr descr... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Chris Lattner | Simplify the variant handling code, no functionality... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Chris Lattner | Change prototype |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Chris Lattner | Add support for modifier characters to operand printers |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Chris Lattner | Change the prototype of PrintAsmOperand |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Jim Laskey | Goodbye nasty macro. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Jim Laskey | Edit requests from Sabre. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Andrew Lenharth | see what this allignment thing will do |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Jim Laskey | Changing model for the construction of debug information. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Jim Laskey | We seem to have settled to __DWARF for section name. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Evan Cheng | At the end of isel, select a replacement node for each... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Evan Cheng | Name change. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Evan Cheng | - Update load folding checks to match those auto-genera... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Handle HANDLENODE: just return itself. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Complex pattern isel code shouldn't select nodes. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Fix the Sparc backend with Evan's recent tblgen changes |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | This xform isn't safe |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | Back out previous commit, it isn't safe. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | fold c1 << (x + c2) into (c1 << c2) << x. fix a warning. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | some stuff is done |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Turn A % (C << N), where C is 2^k, into A & ((C <<... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | Handle urem by shifted powers of 2. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nate Begeman | handle combining A / (B << N) into A >>u (log2(B)+N... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Use SelectRoot() as the entry to any tblgen based isel. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Use SelectRoot() as entry of any tblgen based isel. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Encourage use of the V8 ABI over the V9 ABI. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Allow more loads to be folded which were previously... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | This document is out of date. :( |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | V8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Remove the SparcV8 backend. It has been renamed to... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | remove V8 reference |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | * Added SDNode::isOnlyUse(). |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | These were moved to ../SPARC |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | move V8 testcases here |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | Rename SPARC V8 target to be the LLVM SPARC target. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Re-commit the last bit of change that was backed out. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Evan Cheng | Re-committing the last bit of change. It shouldn't... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Chris Lattner | make sure that global doubles are aligned to 8 bytes |
commit | commitdiff | tree | snapshot |
next |