2008-03-19 |
Evan Cheng | Add intrinsics to match mmx shift builtin's with immedi... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Andrew Lenharth | style and spelling |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Devang Patel | #if 1 .. #endif markers do not add any value. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Evan Cheng | Remove dead options. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Dan Gohman | Add support for multiple return values for the PPC... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Andrew Lenharth | llvm-ld deserves disable-verify too. opt shouldn't... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Arnold Schwaighofer | Don't loose incoming argument registers. Fix documentat... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Duncan Sands | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Christopher... | Fix X86's isTruncateFree to not claim that truncate... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tanya Lattner | Upgrade tests. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tanya Lattner | Upgrade tests. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Chris Lattner | add some convenience methods for creating GEP instructi... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tanya Lattner | Upgrade tests to not use llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tanya Lattner | Upgrade tests to not use llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Gordon Henriksen | C bindings for Module-, Function-, and BasicBlock:... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Evan Cheng | Fixed a coalescer bug caused by a typo. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Gordon Henriksen | C and Objective Caml bindings for the various getParent... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Evan Cheng | Fix live variables issues: |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Devang Patel | Do not use virtual function to identify an analysis... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Bill Wendling | On Darwin, GCC issues a ".globl" for something that... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Evan Cheng | Fix a x86-64 isel lowering bug that's been around forev... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Scott Michel | Note that gcc 4.0.1 will trip internal LLVM asserts... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Bill Wendling | It might be nice to have this run as x86 on non-x86... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Bill Wendling | Temporarily revert r48491. It's breaking test/CodeGen... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Daniel Berlin | Fix PR 2160 by making sure arguments to external functi... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Tanya Lattner | Do not pass -g flag when compiling tests, so remove... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Dale Johannesen | Make conversions of i8/i16 to ppcf128 work. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Scott Michel | Dial down gcc's warnings: don't use 0UL when 0U suffice... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Christopher... | Target independent DAG transform to use truncate for... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Evan Cheng | Rewrite code that propagate isDead information after... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Tanya Lattner | Upgrade tests to not use llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Tanya Lattner | Upgrade tests to not use llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Dale Johannesen | Get rid of compilation warnings. Per Devang. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Devang Patel | Identify Analysis pass. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Devang Patel | Update heuritics that estimates cost of call instructions. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Dale Johannesen | Make Complex long long/double/long double work |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Duncan Sands | Clarify the unwind attribute. Add assumption |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Bill Wendling | Fix for "make install" of ocaml docs. Patch by Erick... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Nate Begeman | Add support for escaping {} in asm strings, based on... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | Check in some #ifdef'd out code switching call argument |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Evan Cheng | Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Owen Anderson | A first attempt at updating live intervals, with code... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | Switch sparc from using LowerCallTo to using LowerOpera... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | Start moving sparc to use SparcCallingConv.td, switchin... |
commit | commitdiff | tree | snapshot |
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 |
next |