2010-03-16 |
Chris Lattner | Fix the third (and last known) case of code update... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Daniel Dunbar | MC: Allow modifiers in MCSymbolRefExpr, and eliminate... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Dan Gohman | Recognize code for doing vector gather/scatter index... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Bob Wilson | Translate "cc" clobber in ARM inline assembly to ARM... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Skip debug info intrinsics. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Daniel Dunbar | MC/Mach-O/x86_64: Temporary labels in cstring sections... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Daniel Dunbar | MC/Mach-O: Add MCSectionMachO::getType() |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Skip debug info intrinsics. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Bill Wendling | Now that the default for Darwin platforms is to place... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | Implement support for the case when a reference to... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | use Mang->getSymbol() |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | use Mang->getSymbol() more. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Douglas Gregor | Extend MemoryBuffer::getFile() to take an optional... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Create SDDbgValue for dbg_value intrinsics and remember... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | Fix the case when a reference to an address taken BB... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | In "empty" bb, the return instruction may not be first... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Bill Wendling | Place the LSDA into the TEXT section for x86 Darwin... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Evan Cheng | Avoid sibcall optimization if either caller or callee... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | revert r98550, it isn't necessary or sufficient. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Devang Patel | Emit dwarf variable info communicated by code generator... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | don't eliminate address-taken blocks here. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | SIGN_EXTEND from the same type as the dest is valid. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | sink the call to VT.getSizeInBits() down into its uses, |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Duncan Sands | Treat copysignl like the other copysign functions. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Jeffrey Yasskin | Don't save a temporary string into a StringRef field. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | fix MCSectionELF to not leak memory, just like I did... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | fix a memory leak yjasskin pointed out: MCSymbol is... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | eliminate some #if 0 code I added in r96905, type inference |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | Completely rewrite tblgen's type inference mechanism, |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | MachineMove ctor doesn't need to to mutate input, add... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | do some serious surgery on CellSPU to get it back into... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | fix a few more ambiguous types. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | add some missing types |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Jeffrey Yasskin | Tell Valgrind when we modify already-executed machine... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | various cleanups from daniel |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | fix an ambiguous pattern, contrary to expectations... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Chris Lattner | remove dead method. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | don't forget to close a FD on an error condition, found by |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | tidy up and expound more on how half-float works. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | tidy indentation |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | no really, all 64-bit cpu's have cmov support. This... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | filecheckize a test and mark these wiht a cpu so it... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | all 64-bit cpus have cmov, this should fix CodeGen... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Benjamin Kramer | Remove pointless forward declaration, MSVC got confused... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Duncan Sands | Turn calls to copysignl into an FCOPYSIGN node. Handle... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Evan Cheng | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix ShrinkDemandedOps to not leave dead nodes around, |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | rewrite ShrinkDemandedOps to be faster and indent less, |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Evan Cheng | Fix jit encoding bugs. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | make -view-isel-dags print after the 'ShrinkDemandedOps... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | don't have i386-specific tests in CodeGen/Generic,... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Fix typo |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Document fp16 intrinsics |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Feature test for half precision FP. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Add substarget feature for FP16 |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Add codegen support for FP16 on ARM |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Make default expansion for FP16 <-> FP32 nodes into... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Add DAG nodes to represent FP16 <-> FP32 intrinsics |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | The fp16 <-> fp32 intrinsics are pure, mark them so... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Anton Korobeynikov | Add intrinsics to represent fp16 <-> fp32 conversions |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | add support for pentium class CPUs which do not have... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix AsmPrinter::GetBlockAddressSymbol to always return... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | comment fix. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | shrink 4-byte branches to 1-byte branches when lowering... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Bill Wendling | Skip over debug info when trying to merge two return... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Bill Wendling | Make returns more consistent with others. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | get MMI out of the label uniquing business, just go... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix these two get the mcsymbol operand instead of imm... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | add a new CreateTempSymbol method, the use case for |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | don't use getDWLabel("label" anymore, always go through... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | remove now-dead code, all labels use MCSymbols. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | change SrcLineInfo to contain a label instead of a... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | Now that DBG_LABEL is updated, we can finally make... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | change the DBG_LABEL MachineInstr to always be created |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | xfail properly |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | unbreak the build, grr symlinks. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | xfail these tests temporarily to get teh buildbots... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | Change this code to allocate temporary labels from... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | switch GC_LABEL to use an MCSymbol operand instead... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | Fix some EH failures on NNT I introduced in r98461 |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix a bug I introduced in r98459, causing some NNT... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Evan Cheng | Check in tablegen changes to fix disassembler related... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Evan Cheng | Do not force indirect tailcall through fixed registers... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Daniel Dunbar | MC: Fix a crash on invalid, attempting to evaluate... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | change the LabelSDNode to be EHLabelSDNode and make... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | eliminate InvalidateLabel and LabelIDList from MMI... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | use Label->isDefined() instead of isLabelDeleted()... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | fix some pointless layering violations. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Chris Lattner | change EH related stuff (other than EH_LABEL) to use... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | X86_64: Fix encoding for the rest of the 64i32 instruct... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | X86: Fix ADD64i32 encoding. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Symbol support. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: Initial x86_64 support. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | macho-dump: Basic Mach 64 support. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Make lit pay attention to --vg for unittests too. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Allow types that have been forwarded to to be freed. |
commit | commitdiff | tree | snapshot |
next |