- 5cd4ee7 Revert r140731, "Define classes for unary and binary FP instructions and use them to define" by Jakob Stoklund Olesen · 14 years ago
- 9b88d2d Tighten a ARM dag combine condition to avoid an identity transformation, which by Evan Cheng · 14 years ago
- d42ca46 Define classes for unary and binary FP instructions and use them to define by Akira Hatanaka · 14 years ago
- cc8cf97 Have the SjLjEHPrepare pass do some more heavy lifting. by Bill Wendling · 14 years ago
- 7da52dd Fix cast. by Michael J. Spencer · 14 years ago
- 7d3e2b7 PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU does not support them. by Eli Friedman · 14 years ago
- 32a12ba Add llvm-size. by Michael J. Spencer · 14 years ago
- 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
- f56dc28 NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works. Use (void*)0 instead. PR11002. by Eli Friedman · 14 years ago
- b18abd0 Perform the lowering only if there are invokes. by Bill Wendling · 14 years ago
- 39689c8 Ahem...actually *add* the ARMSjLjLowering pass to the pass manager. by Bill Wendling · 14 years ago
- 90d6ec5 Add a note on removing LLVMC. by Eric Christopher · 14 years ago
- d02c42b Introduce llvm-cov. by Devang Patel · 14 years ago
- cfab2be PTX: Fix alignment logic by Justin Holewinski · 14 years ago
- aa75790 Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit. by Akira Hatanaka · 14 years ago
- d9f9583 Remove definitions of branch-on-FP-likely instructions. They are deprecated. by Akira Hatanaka · 14 years ago
- d2d00ed Mips64 predicate definitions. Patch by Liu. by Akira Hatanaka · 14 years ago
- f63ae21 indvars: generalize SCEV getPreStartForSignExtend. by Andrew Trick · 14 years ago
- ed0e4c8 PTX: MC-ize the PTX backend (patch 2 of N) by Justin Holewinski · 14 years ago
- d8e4ed2 PTX: MC-ize the PTX back-end (patch 1 of N) by Justin Holewinski · 14 years ago
- acad68d Check in a patch that has already been code reviewed by Owen that I'd forgotten to commit. by James Molloy · 14 years ago
- 113aa86 Changed comments on foreign C++ exceptions (generated with type info 7), by Garrison Venn · 14 years ago
- 42e5c79 A typeid of zero means a cleanup, not a catch. This case occurs by Duncan Sands · 14 years ago
- ca92159 PTX: Simplify code. No functionality change. by Benjamin Kramer · 14 years ago
- 8adae0c PTX: Pass param name strings per const reference. by Benjamin Kramer · 14 years ago
- adbf7b2 Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument. by Bill Wendling · 14 years ago
- eef108d Bitcast the alloca to an i8* to match the intrinsic's signature. by Bill Wendling · 14 years ago
- 6ef9417 Create and use an llvm.eh.sjlj.functioncontext intrinsic. by Bill Wendling · 14 years ago
- 2b6bd7b In the new EH model, setup the function context and the call site info. by Bill Wendling · 14 years ago
- 4b6736b Don't conditionalize execution of the SjLj EH prepare pass. by Bill Wendling · 14 years ago
- 52164ea Test case for r140670: indvars should hoist sext. by Andrew Trick · 14 years ago
- 909ef7d indvars should hoist [sz]ext because licm is not rerun. by Andrew Trick · 14 years ago
- e6fadce PR10628: Fix getModRefInfo so it queries the underlying alias() implementation correctly while checking nocapture calls. by Eli Friedman · 14 years ago
- 56ab875 Rename class and clean up source. by Jakob Stoklund Olesen · 14 years ago
- d4d4fca Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix. by Jakob Stoklund Olesen · 14 years ago
- 6c6db25 Remove MipsFPRound. Mips1 is no longer supported. by Akira Hatanaka · 14 years ago
- df4b35e Remove X86-dependent stuff from SSEDomainFix. by Jakob Stoklund Olesen · 14 years ago
- 833217b Unbreak CMake build. by Ted Kremenek · 14 years ago
- 13fd601 Implement TII::get/setExecutionDomain() for ARM. by Jakob Stoklund Olesen · 14 years ago
- 98e933f Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo. by Jakob Stoklund Olesen · 14 years ago
- 25ddc2b ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w. by Jim Grosbach · 14 years ago
- 0481d29 This is the start of the new SjLj EH preparation pass, which will replace the by Bill Wendling · 14 years ago
- 8eea461 Embed patterns in definitions of MFC1 and MTC1 instead of defining them outside by Akira Hatanaka · 14 years ago
- d6d9dd6 Remove an invalid assert that is really just asserting when the scheduler emits by Cameron Zwarich · 14 years ago
- 5bac114 test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to resolve test-dependent targets on CMake build. by NAKAMURA Takumi · 14 years ago
- 5405d58 Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). by Jim Grosbach · 14 years ago
- a9390a4 Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit. by Benjamin Kramer · 14 years ago
- 100a371 Remove incorrect passage. by Bill Wendling · 14 years ago
- ce496ca These symbols appear to be visible by SearchForAddressOfSymbol and no longer by Chad Rosier · 14 years ago
- 9142ae2 Add binary archive support to llvm-nm. by Michael J. Spencer · 14 years ago
- a51d7d9 Object: Add archive support. by Michael J. Spencer · 14 years ago
- 040bff0 Check that catch clauses have pointer type. by Duncan Sands · 14 years ago
- 332850d PTX: Fix case where printed alignment could be 0 by Justin Holewinski · 14 years ago
- 98d0416 Unbreak tests. by Michael J. Spencer · 14 years ago
- ab15bf7 Add FCA to the lexicon. by Bill Wendling · 14 years ago
- f47dfba PTX: Use external symbols to keep track of params and locals. This also fixes by Justin Holewinski · 14 years ago
- 8e695eb Use existing function. by Jakob Stoklund Olesen · 14 years ago
- 237e7a2 Fix function MipsRegisterInfo::getRegisterNumbering. by Akira Hatanaka · 14 years ago
- 78fec58 Do not add the pass that restores $gp if target is Mips64. by Akira Hatanaka · 14 years ago
- 00418ea Have the verifier check that all landingpad operands are constants. by Duncan Sands · 14 years ago
- a3c42f3 Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC. by Nadav Rotem · 14 years ago
- a1c415c Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8, by Nadav Rotem · 14 years ago
- 2477102 Remove some not-really-correct wording. by Bill Wendling · 14 years ago
- 854222f Mark MipsPseudo isPseudo. by Akira Hatanaka · 14 years ago
- 13e0c80 PTX: Add support for sitofp in backend by Justin Holewinski · 14 years ago
- d552098 Split the landing pad basic block with the correct function. Also merge the by Bill Wendling · 14 years ago
- 80ef1b2 Disable LSR retry by default. by Andrew Trick · 14 years ago
- 139e669 Last batch of test conversions to new atomic instructions. by Eli Friedman · 14 years ago
- 25b689e LSR, one of the new Cost::isLoser() checks did not get merged in the previous checkin. by Andrew Trick · 14 years ago
- 184944a Convert a bunch more tests over to the new atomic instructions. by Eli Friedman · 14 years ago
- 2dafe20 Remove extraneous commit garbage. by Owen Anderson · 14 years ago
- 7d11bd8 LSR cost metric minor fix and verification. by Andrew Trick · 14 years ago
- 21733e8 Fix an incorrect decoder test. by Owen Anderson · 14 years ago
- 05a5c10 Remove old hack for compiling with gcc-4.0. by Bob Wilson · 14 years ago
- 256e10f Remove incorrect testcases. by Owen Anderson · 14 years ago
- f40de9d Set register class of a register according to value of HasMips64. by Akira Hatanaka · 14 years ago
- 8b4198d Define variable HasMips64 in MipsTargetLowering. by Akira Hatanaka · 14 years ago
- 09dd60f In single float mode, double precision FP arguments are passed in integer by Akira Hatanaka · 14 years ago
- 47d3ee5 Convert more tests to new atomic instructions. by Eli Friedman · 14 years ago
- de412c3 Convert more tests over to the new atomic instructions. by Eli Friedman · 14 years ago
- a69d998 Fix grammar. by Bill Wendling · 14 years ago
- 99aa6b0 Remove dead table entry. by Bill Wendling · 14 years ago
- 2a6b073 Some minor (and more involved) cleanups. No real context changes. by Bill Wendling · 14 years ago
- 0afa009 ASR #32 is not allowed on Thumb2 USAT and SSAT instructions. by Owen Anderson · 14 years ago
- ad2d46d Convert more tests over to the new atomic instructions. by Eli Friedman · 14 years ago
- 236b71f Upgrade a couple more tests to the new atomic instructions. by Eli Friedman · 14 years ago
- 46cb5af Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias-analysis tests to the new atomic instructions. by Eli Friedman · 14 years ago
- 22d54da PTX: Fix memcpy intrinsic to handle 64-bit pointers by Justin Holewinski · 14 years ago
- 28f7690 Fix this test so it doesn't fail on Mac. by Eli Friedman · 14 years ago
- bc97f44 PTX: Implement PTXSelectionDAGInfo by Justin Holewinski · 14 years ago
- 63bce90 PTX: Implement ISD::ANY_EXTEND by Justin Holewinski · 14 years ago
- 63602ed PTX: Fix detection of stack load/store vs. global load/store, as well as fix the by Justin Holewinski · 14 years ago
- 439780e Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more. by James Molloy · 14 years ago
- 6272c5d PTX: Add .align tests to stack object test file by Justin Holewinski · 14 years ago
- 22f3c59 PTX: SM > 2.0 implies +double by Justin Holewinski · 14 years ago
- 5878850 PTX: Fix some lingering issues with stack allocation by Justin Holewinski · 14 years ago
- d5c3920 PTX: Split up the TableGen instruction definitions into logical units by Justin Holewinski · 14 years ago
- c1d8fbd PTX: Unify handling of loads/stores by Justin Holewinski · 14 years ago
- 6b8990d PTX: Handle FrameIndex nodes by Justin Holewinski · 14 years ago
- 6b97870 Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are supported by David Meyer · 14 years ago