2008-03-17 |
Chris Lattner | split sparc lowering out into SparcISelLowering.{cpp... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | refactor the LowerOperation code out to individual... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Dale Johannesen | Next round of PPC32 ABI changes. Allow for gcc |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | various rotate fun. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | ensure we continue matching x86-64 rotates. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Nate Begeman | __builtin_ia32_movntdqa reads memory |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Nate Begeman | Add a couple missing SSE4 instructions |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for the TargetData class. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Bill Wendling | Add assert for non-hexadecimal radixes. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Gordon Henriksen | Housekeeping. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for several scalar transf... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Gordon Henriksen | Remove unnecessary includes. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Nick Lewycky | All of these tests had out of date syntax and were... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Nick Lewycky | Functions are allowed to return structures. (Note that... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Nick Lewycky | Regressions/ is long gone. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Nick Lewycky | Commit works on regular functions too. Fix the syntax... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for PassManagers. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Christopher... | Make insert_subreg a two-address instruction, vastly... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Gordon Henriksen | Minor documentation fix. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Evan Cheng | Remove isImplicitDef TargetInstrDesc flag. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Evan Cheng | Replace all target specific implicit def instructions... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Gordon Henriksen | Expose Module::dump via C and Ocaml. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Gordon Henriksen | Expose Module::dump via C and Ocaml. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Gabor Greif | move the Use destructor where it belongs to |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Back out r48353. Not needed. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Duncan Sands | Do not generate special entries in the dwarf eh |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Chris Lattner | Restore this member, which is used on win32. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Fix PR2138. Apparently any modification to a std::multi... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Chris Lattner | this was removed from the Unix side. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Dan Gohman | Update comments; getPassName no longer uses RTTI. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Dan Gohman | Move the PMStack class out of Pass.h and into PassManag... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Dale Johannesen | Implement the real calling convention for ppc32 Altivec: |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Fix some 80 col violations. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Fix a number of encoding bugs. SSE 4.1 instructions... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Add debugging stuff. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Chris Lattner | Add an issue that is preventing instcombine from doing... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Duncan Sands | Simplify using getIntPtrConstant. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Bill Wendling | The inst combining of inttoptr into GEP with one index... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Add an MO_Undef MachineOperandType, intended for INSERT... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Nate Begeman | Tabs -> spaces |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Evan Cheng | Livein copy scheduling fixes: do not coalesce physical... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Use SDTNone instead of duplicating it. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | More APInt-ification. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Owen Anderson | Fix a bug in GVN that Duncan noticed, where we potentia... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Tanya Lattner | Fix error in testing for END. notation. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Undo tweak. It had no obvious benefit. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Devang Patel | Remove unused GetAddressOfSymbol() |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Don't try to sink 3-address instruction if convertToThr... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | A test case I forgot to check in. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Remove an unused command line option. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | TwoAddressInstructionPass enhancement. After it convert... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Christopher... | Get rid of a pseudo instruction and replace it with... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | Fix Path::GetMainExecutable on cygwin, patch by Sam... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | remove extraneous namespace qualifier, PR2142 |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | move a bunch of trivial methods to be inline. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | Various improvements suggested by Duncan |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | Fix an incorrect comment, PR2147. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Improve VarInfo::removeKill() by using std::find instea... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Nick Lewycky | Update -mem2reg to use succ_iterator instead of iterati... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Remove unused options. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Eliminate a few unnecessary uses of dynamic_cast. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Don't redundantly clear std::vector members in destructors. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Change PMTopLevelManager's PassManagers vector element... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Change PMStack::push to accept a PMDataManager* instead of |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Dan Gohman | No need for typedefs with enums in C++. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Evan Cheng | Refactor some code out of MachineSink into a MachineIns... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dale Johannesen | Do not promote float params to double in varargs |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Evan Cheng | Experimental scheduler change to schedule / coalesce... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Duncan Sands | Initial soft-float support for LegalizeTypes. I rewrote |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dan Gohman | Change VirtRegMap's dump to dump to cerr, not DOUT... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dan Gohman | Fix this test on hosts that don't have sse2. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Duncan Sands | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Duncan Sands | Don't try to extract an i32 from an f64. This |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Chris Lattner | Reimplement the parameter attributes support, phase... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Chris Lattner | no need to keep around this output. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Evan Cheng | Document an implementation detail about EXTRACT_SUBREG... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Owen Anderson | Improve the return slot optimization to be both more... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Evan Cheng | Clean up my own mess. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Owen Anderson | We also need to collect the VN IDs for the PHI instruct... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Owen Anderson | When we're determining what registers to coallesce... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Chris Lattner | when the bitcode reader is referencing a paramattr... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Evan Cheng | Total brain cramp. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Chris Lattner | This is a simple fix for getting error messages from... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dale Johannesen | One more bit of Altivec parameter passing. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Anton Korobeynikov | Be backward compatible |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Devang Patel | Check multiple return values. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dan Gohman | Make this test x86-specific for now; targets that don... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Dale Johannesen | Implement Altivec passing to varargs functions on ppc. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Evan Cheng | Set NextMII after issuing a physical register spill. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Devang Patel | Fix attribute handling. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Evan Cheng | Minor debug output bug. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Dan Gohman | Basic feature test for multiple return values in codegen. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Anton Korobeynikov | Ultimately resolve aliases during linking, if possible |
commit | commitdiff | tree | snapshot |
next |