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 |
2010-03-13 |
Nick Lewycky | Teach this test not to leak. Also, clean up all the... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | llvm-mc: Delete output files on error. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Fix matching of leaq. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86_64: Fix matching of callq. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | add a hack to allow parsing negative minint. rdar:... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | add builder support for mcsymbol operands. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | add support for MCSymbols as operands to MachineInstrs. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | simplify EmitFrameMoves to take BaseLabel in as a symbol |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | simplify some overly general code. The stack always... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Fix another warning. There is a functionality change... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | factor some labels, simplify some code. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Benjamin Kramer | Add some parens and silence a warning. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bob Wilson | Attempt to appease the arm-linux buildbot by fixing... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | various cleanups. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/Mach-O: PCrel relocations weren't using the right... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -n, useful for comparing -integrated... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -arch as a simplified form of -triple. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Evan Cheng | Fix a typo in ValueTracking that's causing instcombine... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | reimplement the string pool used for inlined function |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Remove the last memory leak from the VMCore unit tests. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Chris Lattner | switch to the text section at the start of the .s file... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Remove a memory leak from MetadataTest. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Remove a memory leak from VerifierTest. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Jeffrey Yasskin | Delete MDNodes when LLVMContext is destroyed. Previous... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bob Wilson | Change ARM ld/st multiple instructions to have variant... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Devang Patel | Do not ignore arg_size() impact while counting bb... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86: Add temporary hack to match shrl $1,%eax correc... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Daniel Dunbar | MC/X86: Add an XFAIL test where we aren't matching... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Devang Patel | Remove extra parameter. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Bob Wilson | Combine the code to build VLDM and VSTM instructions... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Devang Patel | Do not overestimate code size reduction in presense... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bob Wilson | Tidy up. No functional changes. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Daniel Dunbar | MC/Mach-O: Implement initial support for relaxation. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Bob Wilson | Remove obsolete comments. VLDM is implemented in ARMIn... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jeffrey Yasskin | Fix LLVM build when the user specifies CPPFLAGS on... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove gone method, grr symlinks. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | remove special case code that isn't needed anymore. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | inline GetGlobalValueSymbol into the rest its callers and |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | inline the now-trivial implementation of GetGlobalValue... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | eliminate the X86 version of GetGlobalValueSymbol,... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Chris Lattner | prune #includes, this file should be removed pending... |
commit | commitdiff | tree | snapshot |
next |