2006-02-10 |
Evan Cheng | Nicer code. :-) |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Evan Cheng | Added X86 isel debugging stuff. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | Remove a level of indirection. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | Fix a case where UnswitchTrivialCondition broke critica... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | Use the auto-generated call matcher. Remove a broken... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | Update to new-style flags usage, simplifying the .td... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Evan Cheng | Remove a completed entry; add a new entry about fisttp op |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | add some notes, move some code around. Implement unswi... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | Move code around to be more logical, no functionality... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | When unswitching a trivial loop, do admit we are doing... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Chris Lattner | Implement unconditional unswitching of 'trivial' loops... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Simplify control flow a bit, note that unswitch preserv... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Evan Cheng | Match tblgen change. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Evan Cheng | Call InsertISelMapEntry rather than map insertion opera... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Evan Cheng | Added SelectionDAG::InsertISelMapEntry(). This is used... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Make the threshold a parameter |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Done |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Enable LSR by default for SPARC: it is a clear win. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Simplify the loop-unswitch pass, by not even trying... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Fix 80-column violations |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | Enhance MVIZ in three ways: |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Evan Cheng | Match getTargetNode() changes (now return SDNode* inste... |
commit | commitdiff | tree | snapshot |
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 |
next |